> 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/dapta-mcp/skills.md).

# What Claude Can Do

Once Dapta is connected, you do not need to learn any commands. You just describe what you want in plain language, and Claude knows how to do it in your workspace. Claude receives Dapta's workflow guidance automatically over the connection, so it already knows how and when to take each action.

{% hint style="info" %}
**A note on changes.** Anything that changes your data uses a **preview, then confirm** flow: Claude shows you exactly what will change and waits for your go-ahead before applying it. Reading and reporting never need confirmation.
{% endhint %}

***

## Ask Claude to...

Here are the seven areas you can work in. Open any one for example phrases and what to expect back.

* **Work with voice agents.** Create, configure, and calibrate voice agents, then review how their calls are performing.
* **Work with text and WhatsApp agents.** Build text agents and connect them to WhatsApp.
* **Build FlowStudio automations.** Design and validate automation flows that wire your agents together.
* **Analyze calls and leads.** Pull call statistics, connection rates, recent calls, and lead intelligence.
* **Get sales-meeting insights.** Analyze recorded sales meetings for summaries and next steps.
* **Check identity and billing.** Look up accounts, usage, balance, and subscription details.
* **Research and search docs.** Research a company from its website and search Dapta's documentation.

***

## Browse each area

{% content-ref url="/pages/3WR4kvMmgQ3fjfMtwy03" %}
[Voice Agents](/dapta-mcp/skills/voice-agents.md)
{% endcontent-ref %}

{% content-ref url="/pages/LsLFDFLBDW7WIibFA6Rs" %}
[Text & WhatsApp Agents](/dapta-mcp/skills/text-agents.md)
{% endcontent-ref %}

{% content-ref url="/pages/SM3rsbeMDyrcfIoYHgTg" %}
[Flow Studio](/dapta-mcp/skills/flow-studio.md)
{% endcontent-ref %}

{% content-ref url="/pages/La04er3lqLI5hWgknxMK" %}
[Sales Meetings](/dapta-mcp/skills/sales-meetings.md)
{% endcontent-ref %}

{% content-ref url="/pages/orGP2lWwSOVddGYKWdXn" %}
[Accounts, Identity & Billing](/dapta-mcp/skills/accounts.md)
{% endcontent-ref %}

{% content-ref url="/pages/kGK1eOFfQkoDPoAWkez1" %}
[Research & Docs](/dapta-mcp/skills/research.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, and the optional `goal` query parameter:

```
GET https://docs.dapta.ai/dapta-mcp/skills.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.
