> 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/product-guides.md).

# Product Guides

- [Tables (Data Studio)](https://docs.dapta.ai/product-guides/data-studio-tables.md): Browse, connect, and manage your data in Dapta. Create your own DaptaDB database, link tables from databases you already have, view and edit records, and manage each table's fields and settings.
- [Connecting Data Sources](https://docs.dapta.ai/product-guides/connecting-data-sources.md): Connect a data source in Dapta to build API endpoints on top of it without duplicating your data, since tables and collections are auto-detected.
- [Connecting a PostgreSQL Database](https://docs.dapta.ai/product-guides/connecting-data-sources/connecting-a-postgresql-database.md): Connect a PostgreSQL database hosted on Google Cloud Platform to Dapta and build custom API endpoints on it without duplicating or caching your data.
- [Connecting a MongoDB Database](https://docs.dapta.ai/product-guides/connecting-data-sources/connecting-a-mongodb-database.md): Connect a MongoDB database to Dapta and build custom API endpoints on top of it without duplicating your data or creating a separate cache.
- [Connecting an API](https://docs.dapta.ai/product-guides/connecting-data-sources/connecting-an-api.md): Connect a third-party data source in Dapta to create custom API endpoints, without duplicating your data or creating a cache, just a live tunnel.
- [Connecting a Database hosted in AWS](https://docs.dapta.ai/product-guides/connecting-data-sources/connecting-a-database-hosted-in-aws.md): Connect a PostgreSQL database hosted on AWS to Dapta and build custom API endpoints on top of it without duplicating or caching your data.
- [Create an API](https://docs.dapta.ai/product-guides/create-an-api.md)
- [Setup your Data Explorer Tables](https://docs.dapta.ai/product-guides/setup-your-data-explorer-tables.md): Build custom tables from your connected data sources in the Data Explorer, with filters, sorting, permissions, change logs, reports and edit notifications.
- [Format your columns](https://docs.dapta.ai/product-guides/setup-your-data-explorer-tables/format-your-columns.md)
- [Add filters and sort data](https://docs.dapta.ai/product-guides/setup-your-data-explorer-tables/add-filters-and-sort-data.md)
- [Monitor changes in the data](https://docs.dapta.ai/product-guides/setup-your-data-explorer-tables/monitor-changes-in-the-data.md): Track exactly who changed what in your connected data sources, giving you version control style history over your databases in the Data Explorer.
- [Set custom permissions](https://docs.dapta.ai/product-guides/setup-your-data-explorer-tables/set-custom-permissions.md)
- [Setup your dashboard](https://docs.dapta.ai/product-guides/setup-your-dashboard.md)
- [Dapta Auth](https://docs.dapta.ai/product-guides/dapta-auth.md): Reference for the Dapta Auth API: login, password change, and create, list, get, update or delete user endpoints, plus a downloadable Postman collection.
- [How to Loop a List in Your Workflow](https://docs.dapta.ai/product-guides/how-to-loop-a-list-in-your-workflow.md): Automate tasks with Loop List. Iterate through lists, perform actions, and optimize workflows effortlessly.
- [Text Agents Legacy](https://docs.dapta.ai/product-guides/text-agents-legacy.md)
- [How to create your first text Agent](https://docs.dapta.ai/product-guides/text-agents-legacy/how-to-create-your-first-text-agent.md): Create a text agent by choosing its purpose, editing the prompt template, and training it on your business information via URLs or uploaded files.
- [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
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/product-guides.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.
