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

# Research & Docs

Ask Claude to research a company from its website and search the Dapta documentation, with a matching Academy tutorial suggested alongside the answer.

Ask Claude to answer questions using Dapta's own documentation, the Academy video library, and public information about a company. These are read-only tasks: Claude looks things up and reports back, and never changes anything in your workspace.

## What can I ask Claude to research or look up?

Claude can search Dapta's own documentation and answer with a direct link back to the source page, suggest a matching Dapta Academy tutorial video for your question, or research a company from its website and public information and summarize the key facts. All three are read-only: Claude looks things up and never changes anything in your workspace.

### Search the Dapta documentation

**What you get:** Ask Claude how to do something in Dapta and it searches the official Dapta documentation, finds the relevant guide, and answers in your language with a link back to the source page.

**Ask Claude to:**

* "How do I connect a brain to my voice agent?"
* "Show me the docs on setting up a webhook."
* "What topics are covered in the Dapta documentation?"

**You get back:** A direct answer built from the documentation, formatted with clear steps and references to the interface, ending with a link to the full guide. If nothing matches, Claude points you to related sections or offers to open a support ticket.

***

### Get a matching Academy tutorial

**What you get:** When a visual walkthrough would help, Claude suggests the most relevant Dapta Academy tutorial for your question and gives you a direct video link alongside the written answer.

**Ask Claude to:**

* "Is there a video on building my first voice agent?"
* "Show me a tutorial on running calling sequences."
* "What tutorial videos do you have?"

**You get back:** A link to the matching tutorial (jumping to the relevant moment where available), with its title and section, added after the written answer. If you just want to browse, Claude shares a short list of popular tutorials plus a link to the full catalog.

***

### Research a company

**What you get:** Ask Claude to research a company from its website and public information, and it gathers the key facts, organizes them clearly, and can package the findings into a downloadable document.

**Ask Claude to:**

* "Research this company and summarize what they do."
* "Look up this business and its main products."
* "Pull together a quick profile of this company from their website."

**You get back:** A clear, organized summary with the important details up front and a short "how to apply this with Dapta" note at the end. Claude can also produce a downloadable document with the full write-up. This is research only: nothing in your Dapta account changes.


---

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