# Text Agents Legacy

- [How to create your first text Agent](https://docs.dapta.ai/product-guides/text-agents-legacy/how-to-create-your-first-text-agent.md): In this section, you will find a comprehensive tutorial on creating a new text agent to automate your marketing efforts.
- [Setting up your first text agent](https://docs.dapta.ai/product-guides/text-agents-legacy/setting-up-your-first-text-agent.md): In this article, you will learn the initial setup steps required to configure your Dapta AI agent.
- [Legacy: Testing your AI Agent](https://docs.dapta.ai/product-guides/text-agents-legacy/legacy-testing-your-ai-agent.md): In this episode, you'll discover how to efficiently run tests on your agent and debug it to ensure that it's responding according to your desired tone, style, and guidelines.
- [How to embed your AI Agent to your website](https://docs.dapta.ai/product-guides/text-agents-legacy/how-to-embed-your-ai-agent-to-your-website.md): In this section, you will learn how to embed your AI agent into your website after thoroughly testing it.
- [Viewing Your AI Agent's Chat History](https://docs.dapta.ai/product-guides/text-agents-legacy/viewing-your-ai-agents-chat-history.md): In this episode, we will explore the process of reviewing your AI agents' conversation chat history, allowing you to track interactions and analyze agent performance effectively.


---

# 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/product-guides/text-agents-legacy.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.
