# AI Text Agents

- [Create your first Text Agent in Dapta](https://docs.dapta.ai/ai-text-agents/create-your-first-text-agent-in-dapta.md): In this section, we explain the step-by-step process to create your first text agent within Dapta.
- [Setting Up your Text Agent](https://docs.dapta.ai/ai-text-agents/setting-up-your-text-agent.md)
- [Text Agent Settings Overview](https://docs.dapta.ai/ai-text-agents/setting-up-your-text-agent/text-agent-settings-overview.md)
- [Text Agent Actions](https://docs.dapta.ai/ai-text-agents/setting-up-your-text-agent/text-agent-actions.md): In this section, we explain the Actions you can create within a Text Agent. These Actions help us integrate our agent with other tools and transfer conversations to other agents within Dapta.
- [Brains for Text Agents](https://docs.dapta.ai/ai-text-agents/setting-up-your-text-agent/brains-for-text-agents.md): Here is the step-by-step guide to create and configure knowledge bases—called Brains—for text agents.
- [Playground: Testing your Text AI Agents](https://docs.dapta.ai/ai-text-agents/setting-up-your-text-agent/playground-testing-your-text-ai-agents.md)
- [Post-Conversation Analysis](https://docs.dapta.ai/ai-text-agents/setting-up-your-text-agent/post-conversation-analysis.md): Automatically extract structured data from every conversation and send results to external systems via webhook when a conversation ends.
- [Follow-ups](https://docs.dapta.ai/ai-text-agents/setting-up-your-text-agent/follow-ups.md): Automatically re-engage users who go silent mid-conversation by sending scheduled follow-up messages after periods of inactivity.
- [Channels](https://docs.dapta.ai/ai-text-agents/channels.md): Connect your Text Agent to messaging platforms like WhatsApp and embed it on your website with the Dapta Widget.
- [Connect your Agent with WhatsApp](https://docs.dapta.ai/ai-text-agents/channels/connect-your-agent-with-whatsapp.md): Learn how to connect your Dapta Text Agent to WhatsApp Business so it can send and receive messages with your customers 24/7.
- [Widget: Embed your Text Agent on a Website](https://docs.dapta.ai/ai-text-agents/channels/widget-embed-your-text-agent-on-a-website.md): In this section, we explain the step-by-step process to deploy your text agent on a website with the Widget feature.
- [Inbox](https://docs.dapta.ai/ai-text-agents/inbox.md): Manage all your text agent conversations in one place with the Dapta Inbox.
- [Inbox](https://docs.dapta.ai/ai-text-agents/inbox/inbox.md): Learn how to use the Dapta Inbox to view, filter, assign, and respond to text agent conversations across all channels.


---

# 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.dapta.ai/ai-text-agents.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.
