> 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-docs-es/dapta-mcp/setup/verify.md).

# Verifica tu conexión

Abre un chat nuevo en tu cliente y hazle a Claude una pregunta sencilla sobre tu workspace de Dapta. Si responde usando los datos de tu workspace, estás conectado.

{% hint style="info" %}
Usa **Claude Cowork** o **Claude Code**. El MCP de Dapta no funciona en el chat normal de Claude.ai.
{% endhint %}

***

## Claude Desktop / Cowork

Abre Claude Cowork y pregunta:

> **List my voice agents in Dapta** (Lista mis agentes de voz en Dapta)

Si la conexión funciona, Claude devuelve los agentes de voz de tu workspace. Eso confirma que el plugin está conectado y que Claude puede leer tus datos de Dapta.

También puedes probar una tarea guiada para ver a Claude seguir el flujo de trabajo de Dapta:

> **Create a voice agent in Dapta** (Crea un agente de voz en Dapta)

Claude te acompaña paso a paso, luego muestra una vista previa y espera tu confirmación antes de crear nada.

***

## Claude Code

Inicia una sesión y pregunta:

> **List my voice agents in Dapta** (Lista mis agentes de voz en Dapta)

Si la conexión funciona, Claude Code devuelve los agentes de voz de tu workspace. Eso confirma que la conexión `dapta-ai` está registrada y accesible.

También puedes probar una tarea guiada:

> **Create a voice agent in Dapta** (Crea un agente de voz en Dapta)

Claude Code te acompaña paso a paso y te pide confirmación antes de hacer cualquier cambio.

***

## Si no funciona

| Síntoma                                     | Causa probable                                        | Solución                                                                                                             |
| ------------------------------------------- | ----------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
| Claude dice que no puede conectarse a Dapta | Clave inválida o revocada                             | Vuelve a revisar la clave, o crea una nueva                                                                          |
| Errores 401 o 403                           | Clave inválida o revocada                             | Vuelve a revisar la clave, crea una nueva si hace falta                                                              |
| Claude Desktop no conecta                   | El conector no está instalado o Claude no se reinició | Instala el conector en la pestaña Connectors del plugin, luego cierra Claude por completo (Cmd+Q) y vuelve a abrirlo |

Para cualquier otra cosa, consulta [Solución de problemas](/dapta-docs-es/dapta-mcp/troubleshooting.md).

***

## Estás conectado

Explora lo que puedes hacer desde aquí.

{% content-ref url="/pages/5ThPPE6QnyU1KVt9lsfz" %}
[Qué puede hacer Claude](/dapta-docs-es/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-docs-es/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.
