# Introduction

**Dapta** is an all-in-one, user-friendly platform for developing and deploying AI agents and automations.

{% hint style="info" %}
Here you will find guides to get started with Dapta, from the most basic to the most complex to implement your projects.<br>

If you have problems you can always find us at: <support@daptatech.com>
{% endhint %}

## Quick Start

{% content-ref url="fundamentals/how-to-create-an-account-in-dapta" %}
[how-to-create-an-account-in-dapta](https://docs.dapta.ai/fundamentals/how-to-create-an-account-in-dapta)
{% endcontent-ref %}

## Demo Overview

Got 2 minutes? Check out a video overview of our product:

{% embed url="<https://www.youtube.com/watch?v=SyGGzU4RvHY>" %}


---

# 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/readme.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.
