> 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/dapti/getting-started.md).

# Getting Started with Dapti

This page walks you through opening Dapti, sending your first message, and understanding how Dapti responds. If you have never used Dapti before, start here.

***

## Opening Dapti

You can access Dapti from two places inside Dapta:

* **The Home page** (your default landing when you log in): the entire Home page is Dapti. You can start asking questions right away.
* **The sidebar entry**: click **Dapti** in the left sidebar to open the dedicated Dapti page. Look for the small `BETA` tag next to the name.

Both entry points show the same welcome screen.

<figure><img src="/files/LNP901CA8U2k9cm5Kt6Q" alt="The Dapti welcome screen showing a personalized greeting, quick action buttons, chat input, integration shortcuts, and a list of active conversations"><figcaption><p>The Dapti welcome screen.</p></figcaption></figure>

The welcome screen has five parts:

1. **A personalized greeting** that addresses you by name.
2. **Quick action buttons** for the most common tasks: Create voice agent, Create text agent, Create a flow, and AI Note Taker.
3. **The chat input** where you can ask anything (labeled **Ask Dapti anything...**).
4. **Connect your tools to Dapta**: shortcuts to link integrations like Google Sheets, HubSpot, Google Calendar, WhatsApp, and Gmail.
5. **Active conversations**: a list of your recent chats so you can pick up where you left off.

***

## Asking Your First Question

Type any question into the **Ask Dapti anything...** input and press **Enter** or click the send icon on the right.

{% hint style="info" %}
Dapti understands plain English, Spanish, and any other language you write in. No special syntax or commands needed.
{% endhint %}

You can also:

* **Click a quick action button** to start with a pre-filled prompt for that task.
* **Click an active conversation** to resume an earlier chat with full history.
* **Attach an image** using the paperclip icon next to the **Dapti** dropdown. Dapti can analyze screenshots, charts, and configurations.

As soon as you send a message from the Home page, Dapti automatically moves you to the dedicated `/dapti` page, where the conversation continues.

***

## Anatomy of a Response

When Dapti works on your question, several things happen on screen. Here is what each part means.

### 1. The thinking indicator

While Dapti is reasoning through your question, you will see a **thinking indicator** that shows a brief description of the current step. For example: *"The user wants to know their credit balance."*

<figure><img src="/files/8RbR97yQ8yWHG81a3kvw" alt="Dapti mid-response showing the user&#x27;s question, the Dapti label, a reasoning line, and a loading spinner"><figcaption><p>Dapti reasoning through a question.</p></figcaption></figure>

The reasoning text updates as Dapti makes progress. You can stop a response at any time by clicking the **stop** button (the square icon) inside the chat input.

### 2. The collapsed reasoning summary

Once Dapti finishes, the thinking collapses into a single line at the top of the response: **Thought for Ns**. Click the arrow next to it to expand the full reasoning and see how Dapti approached your question.

### 3. The response

Below the thinking summary, Dapti presents the answer.

<figure><img src="/files/DQPzoDkRLBa5CnKR99pg" alt="A complete Dapti response showing the collapsed thinking summary, an intro line, two formatted tables (credit balance and usage breakdown), summary text with bold highlights and inline links, an interactive button, and a row of message action icons"><figcaption><p>A complete Dapti response with tables, links, an interactive button, and message actions.</p></figcaption></figure>

Responses can include:

* **Formatted text** with bold highlights and bullet points.
* **Tables** for structured data, like credit balances or call statistics.
* **Inline links** to agents, calls, flows, or other resources in Dapta. Click any link to jump directly to that page in the admin panel.
* **Interactive buttons** that take you to the relevant section (in this example, the **Billing & Plans** button opens your subscription page).
* **Suggested follow-ups** when Dapti has more it can show you on the same topic.

### 4. Message actions

At the bottom of every Dapti response, you will see a row of icons.

<figure><img src="/files/rVuwdCvkJiigwkmrwYBd" alt="A Dapti response showing the Dapti label, a Thought for 1s indicator, the response text, and a row of five message action icons: thumbs up, thumbs down, copy, download, and pin"><figcaption><p>Message actions appear under every Dapti response.</p></figcaption></figure>

* **👍 / 👎**: tell Dapti whether the response was helpful. If you click 👎, Dapti will ask for an optional reason so the team can improve.
* **📋 Copy**: copy the response to your clipboard.
* **⬇️ Download**: save the response as a file.
* **📌 Pin**: pin the message for later reference.

***

## Continuing the Conversation

After Dapti responds, you can keep going in the same chat by typing another question. Dapti remembers what you have already discussed in this conversation and uses it for context.

To start fresh, click **New Chat** in the top-right corner of the page. Your previous chat is saved automatically in **History**.

***

## Next Steps

Now that you know the basics, explore more of Dapti.

{% content-ref url="/pages/01v2oqCpyko6kA3SQ8uv" %}
[Interface Guide](/dapti/interface-guide.md)
{% endcontent-ref %}

{% content-ref url="/pages/tGdZKRq1oCqpksmxm3rK" %}
[Capabilities](/dapti/capabilities.md)
{% endcontent-ref %}

{% content-ref url="/pages/XgNL8X3CGabWk1aDE5X4" %}
[Tips & Prompting](/dapti/tips-and-prompting.md)
{% endcontent-ref %}


---

# 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:

```
GET https://docs.dapta.ai/dapti/getting-started.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.
