# 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                          |

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