> For the complete documentation index, see [llms.txt](https://docs.dapta.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dapta.ai/ai-text-agents/setting-up-your-text-agent.md).

# 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): See what each text agent setting controls, Language, Identity Name, Purpose, Model and Temperature, and why editing the prompt actually changes behavior.
- [Conversation behavior](https://docs.dapta.ai/ai-text-agents/setting-up-your-text-agent/conversation-behavior.md): Set your Text Agent's inactivity timeout, reply delay, split replies and WhatsApp typing indicator. Check follow-up timing before publishing changes.
- [Text Agent Actions](https://docs.dapta.ai/ai-text-agents/setting-up-your-text-agent/text-agent-actions.md): Create API actions that call another webhook, or Agent Transfer actions that hand a conversation to a team of human agents inside Dapta.
- [Brains for Text Agents](https://docs.dapta.ai/ai-text-agents/setting-up-your-text-agent/brains-for-text-agents.md): Create a Brain from the Settings tab, add up to 25 sources, web pages, files, or text, and track it through Pending, In Process, and Completed states.
- [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): Save a Text Agent draft, test it in Playground with a fresh conversation, and publish only after checking its responses and actions.
- [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.
- [CRM Pipeline Sync](https://docs.dapta.ai/ai-text-agents/setting-up-your-text-agent/crm-pipeline-sync.md): Automatically move contacts to the right stage in your CRM pipeline after every conversation. Connect GoHighLevel or HubSpot, choose eligible stages, and let the agent handle the rest.
- [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
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.dapta.ai/ai-text-agents/setting-up-your-text-agent.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.
