> For the complete documentation index, see [llms.txt](https://readme.dhee.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://readme.dhee.ai/getting-started.md).

# Getting Started

This developer guide provides you with a walk-through on creating, training, deploying and integrating your bot in your application.&#x20;

![](/files/trGaG14PNmu1AVF2awPc)

You can implement each of the steps detailed in the below listed pages to experience how a capable enterprise bot can be built using Dhee.AI platform.

{% content-ref url="/pages/gMAKevx0Jyb1l7x4nsSa" %}
[Train your bot](/getting-started/train-your-bot.md)
{% endcontent-ref %}

{% content-ref url="/pages/UYwibXjLbtnBNVjlBzm8" %}
[Train for Intent recognition](/getting-started/train-your-bot/train-for-intent-recognition.md)
{% endcontent-ref %}

{% content-ref url="/pages/NNKvDih8FZ2wL4jf3KH8" %}
[Configure Agent Responses](/getting-started/train-your-bot/configure-agent-responses.md)
{% endcontent-ref %}

{% content-ref url="/pages/47pDSf5ClrjlS7VWHlRW" %}
[Configure Endpoints](/getting-started/train-your-bot/configure-endpoints.md)
{% endcontent-ref %}

{% content-ref url="/pages/sVvmREKHDHEkmXmwS4JS" %}
[Configure Workflow](/getting-started/train-your-bot/configure-workflow.md)
{% endcontent-ref %}

{% content-ref url="/pages/L1ZMHniZN0z2DitR1w8I" %}
[Build and Deploy](/getting-started/build-and-deploy.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:

```
GET https://readme.dhee.ai/getting-started.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.
