# Execution Diagram

The Execution Diagram, available both during chatbot preview and from every [single conversation view](/conversations/take-over.md#execution-diagram), will display the full detail of each and every action your chatbot has executed. Every action or operation that is executed by your chatbot interactions as well as NLP engine processing and user text inputs are detailed in the Execution Diagram window in real-time. Moreover, past executions details [are retained by Xenioo](/conversations/data-retention.md) so that you can check and verify what happened during a conversation.

![](/files/-LepD0ALMq-pfh_ub86L)

Using this tool you can verify each rule and switch results and see where and why some actions take specific turns in your flow. Moreover, any communication issue with your user or with any external API service is finely detailed with the specific REST/SOAP error.

When looking at a single conversation, use the conversation commands menu to open the Execution Diagram by clicking on View > Execution Diagram.

Execution Diagram is available [only to premium account users](/basic-concepts/your-account.md). Upgrading to any paid account will unlock this feature on every chabot preview and every user conversation.


---

# 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://docs10.xenioo.com/actions-and-operations/execution/execution-diagram.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.
