> For the complete documentation index, see [llms.txt](https://docs.xenioo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xenioo.com/basic-concepts/the-chatbot-designer/flow-design.md).

# Flow Design

The flow designer is where you will create your bot. If you started with a simple example bot you will be presented with a UI similar to the one you can see below.

<figure><img src="/files/sKgn9bK7PLPZNEKOJCfo" alt=""><figcaption></figcaption></figure>

What you're looking at is your [default Behaviour](/basic-concepts/the-chatbot-designer/behaviours_concepts.md), with multiple [interaction](/basic-concepts/the-chatbot-designer/interactions_concepts.md) boxes connected.

### Keyboard Commands

Beside common drag and drop and standard mouse capabilities, the flow designer also supports the following keyboard commands:

|          |                                                          |
| -------- | -------------------------------------------------------- |
| CTRL + C | Copy the selected action or interaction                  |
| CTRL + X | Cut the selected action or interaction                   |
| CTRL + V | Paste the previously copied or cut action or interaction |
| CTRL + Z | Undo last bot change                                     |
| CTRL + Y | Redo the last undone bot change                          |
| CTRL + D | Clones the selected action or operation                  |
| CANC     | Deletes the selected action or interaction               |

### Copy, Cut and Paste

You can copy, cut and paste both actions and [interaction ](/basic-concepts/the-chatbot-designer/interactions_concepts.md)within the same bot or even into another bot. Clipboard information is kept for the current client session and will be cleared as you close the current browser window.

### Undo and Redo

Any action you execute on the flow can be undone or later redone. Undo information is kept even outside of your current session, for up to 30 days.

{% hint style="info" %}
The Undo and Redo feature is enabled by your current license. If you do not see the feature enabled please make sure to get in touch to your sales representative for an upgrade.
{% endhint %}


---

# 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.xenioo.com/basic-concepts/the-chatbot-designer/flow-design.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.
