> 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/setup/verify.md).

# Verify your connection

Open a new chat in your client and ask Claude a simple question about your Dapta workspace. If it answers using your workspace data, you are connected.

{% hint style="info" %}
Use **Claude Cowork** or **Claude Code**. The Dapta MCP does not run in the regular Claude.ai chat.
{% endhint %}

***

## Claude Desktop / Cowork

Open Claude Cowork and ask:

> **List my voice agents in Dapta**

If the connection is working, Claude returns the voice agents from your workspace. That confirms the plugin is connected and Claude can read your Dapta data.

You can also try a guided task to see Claude follow Dapta's workflow:

> **Create a voice agent in Dapta**

Claude walks you through it step by step, then shows a preview and waits for your confirmation before creating anything.

***

## Claude Code

Start a session and ask:

> **List my voice agents in Dapta**

If the connection is working, Claude Code returns the voice agents from your workspace. That confirms the `dapta-ai` connection is registered and reachable.

You can also try a guided task:

> **Create a voice agent in Dapta**

Claude Code walks you through it and asks for your confirmation before making any change.

***

## If it does not work

| Symptom                           | Likely cause                                    | Fix                                                                                                |
| --------------------------------- | ----------------------------------------------- | -------------------------------------------------------------------------------------------------- |
| Claude says it cannot reach Dapta | Key invalid or revoked                          | Re-check the key, or create a new one                                                              |
| 401 or 403 errors                 | Invalid or revoked key                          | Re-check the key, create a new one if needed                                                       |
| Claude Desktop does not connect   | Connector not installed or Claude not restarted | Install the connector in the plugin's Connectors tab, then quit Claude fully (Cmd+Q) and reopen it |

For anything else, see [Troubleshooting](/dapta-mcp/troubleshooting.md).

***

## You are connected

Explore what you can do from here.

{% content-ref url="/pages/68GXxevzYgw8Dgv8Kbzv" %}
[What Claude Can Do](/dapta-mcp/skills.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/setup/verify.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.
