# Setting Up your Text Agent

- [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.


---

# 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/setting-up-your-text-agent.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.
