> For the complete documentation index, see [llms.txt](https://docs.deepconverse.com/product-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.deepconverse.com/product-docs/guides/building-guides.md).

# Building Guides

Guides can be built in the DeepConverse dashboard similar to how a step by step decision tree would be built. Guides over significant advantages over decision trees.&#x20;

The allow use of AI and ability to have business rules, API callouts and decision making functionality to lead users to a resolution.&#x20;

To build a Guide flow navigate to **Guides** app on the dashboard

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

From here you can now click on **Create** to give the Guide a name and meaningful description. The name and description should as descriptive as possible for the AI to be able to show guides in search or when embedded in the chatbot.

<figure><img src="/files/5GOkmeQISiH9mFqTRtye" alt=""><figcaption></figcaption></figure>

Guides comprise of a collection of **Guide Step** blocks. Each of the block has the content and question to ask the customer along with possible answers that the customer can select.&#x20;

You can now drag the nodes and build a guide flow.

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

Here is more information on how to use guides.

{% content-ref url="/pages/vemeKpoo81zBGpzENlPR" %}
[Guide Step (Guide Flow)](/product-docs/conversational-flow-builder/conversation-blocks/guide-blocks/guide-step-guide-flow.md)
{% endcontent-ref %}

{% content-ref url="/pages/uhXrQiT66a4lrQjsPIQN" %}
[Guide (Chatbot)](/product-docs/conversational-flow-builder/conversation-blocks/guide-blocks/guide-chatbot.md)
{% endcontent-ref %}

{% content-ref url="/pages/GYqpC8VpGWhce3HpcSZl" %}
[Embedding Guides in Chatbots](/product-docs/guides/embedding-guides-in-chatbots.md)
{% endcontent-ref %}


---

# 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.deepconverse.com/product-docs/guides/building-guides.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.
