# Editor Dashboard

Include the modals that may happen in your *conversation workflow with the bot*. For example, if the user input may have text, image, and video formats, incorporate all three modals in your workflow.

## Workflow modals

<figure><img src="https://4112697954-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWlALaQ4M4Jr8FQTSwv7h%2Fuploads%2FJLRVrqj6W55evAQYOXao%2FScreen%20Shot%202023-08-06%20at%205.13.20%20PM.png?alt=media&#x26;token=0c68e486-9922-4c33-a684-82193db0de69" alt=""><figcaption><p>Workflow modals</p></figcaption></figure>

At the start of the chat with the bot, it's a good idea to send a welcoming message guiding the user about the bot's capabilities. You can utilize **greeting** to create this workflow.

<figure><img src="https://4112697954-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWlALaQ4M4Jr8FQTSwv7h%2Fuploads%2FPHLwqUvvWdZI6dn7YWfX%2FScreen%20Shot%202023-08-12%20at%207.15.43%20PM.png?alt=media&#x26;token=c87a4177-47c0-4564-b1b3-b7f100d44d86" alt=""><figcaption></figcaption></figure>

<figure><img src="https://4112697954-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWlALaQ4M4Jr8FQTSwv7h%2Fuploads%2FyJAOuBpfLrMyB0kosk4A%2FScreen%20Shot%202023-08-12%20at%207.22.14%20PM.png?alt=media&#x26;token=b09c6984-85fd-44cb-b711-cd6112e9b4ed" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %} <mark style="color:blue;">**Currently, the greeting will only show in WeChat.**</mark>
{% endhint %}

## Explore the diagram flow interface

<figure><img src="https://4112697954-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWlALaQ4M4Jr8FQTSwv7h%2Fuploads%2FxdERFnMwrR6eCsoPpNcx%2FScreen%20Shot%202023-08-06%20at%205.57.38%20PM.png?alt=media&#x26;token=0a52781c-acac-4e2c-bd5a-91d23fbb0ec8" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://botsquare.gitbook.io/botsquare/developer-guide/editor-dashboard.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
