> For the complete documentation index, see [llms.txt](https://docs.ins-pi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ins-pi.com/designer/work-in-the-app/user-interface/designer-canvas.md).

# Designer Canvas

Overview of the features of Designer's canvas.

This document explains how to launch Designer or the Diagrams view from ServiceNow App Navigator.

## Launch Designer

To launch Designer:

1. Select all and filter for Designer.
2. Select **Designer**.

![App Navigator Designer](/files/408wnsme60w96Ve7TzlB)

The Designer interface will launch in a new tab.

## Key features of Designer

After you launch Designer you will see the following window, with these features:

![Designer app launch](/files/A6VUvdZ7X3I1ELLhjsg5)

## Launch Diagrams view

To launch Diagrams:

1. Select all and filter for Designer.
2. Select **Diagrams**.

![App Navigator Diagrams](/files/SBIOMo7mudQj22z71yEQ)

The Diagrams interface will launch in a new tab.

## Key features of the Diagrams View

After launching the Diagrams View, you will see the following screen and options:

![Diagram Form Designer Readers](/files/0ZtUB5aMweJlWp7Q4n92)

**A** – Diagrams by Workflow state - shows all diagrams in their respective state of the approval workflow

**B** – All Diagrams– shows all diagrams and folders

**C** – Workflow indicator– the current state of the diagram in the approval workflow

**D** – Diagram information– shows all information about the diagram like description, category, blueprint. related element and who is contributor and consumer

**E** – Version– shows all available versions of the diagram and whether they are approved or not

**F** – Present button – Opens the diagram in presentation mode in a new browser tab

**G** – More options – Provides additional options. Copy the present URL of the diagram to share or embed, Export a PNG of the diagram and to print it

**H** – Presentation mode controls – control panel of the Designer Presentation Mode

**I** – Comment section – allows users to leave a comment on the diagram which is visible to the creator and all other Designer readers


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ins-pi.com/designer/work-in-the-app/user-interface/designer-canvas.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
