> For the complete documentation index, see [llms.txt](https://docs.generationlab.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.generationlab.org/getting-started/quickstart.md).

# Quickstart

## Prerequisites

Before you can use Verb AI MCP, you'll need:

1. **Verb AI account** - you can create an account here: <https://verbai.generationlab.org/>
2. **Claude account** - Claude Desktop. You can download and create an account here: <https://claude.ai/download>. You will also need to have a Claude Pro (or higher tier) subscription: <https://www.anthropic.com/pricing>

## Connection Configuration <a href="#connection-configuration" id="connection-configuration"></a>

{% stepper %}
{% step %}

### Add connector to Claude

Add a connector named "**Verb AI**" for the Remote MCP URL  field paste the following&#x20;

```
https://api.generationlab.org/mcp
```

<figure><img src="/files/ePElEdOlvy6fkXAy9tUT" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}

### Authenticate&#x20;

Once the Verb AI connector is configured click the "**connect**" button. You will be redirected to Verb AI's login page. You can login if you an account or simply signup.

<figure><img src="/files/W3o4ivsPhYB2qsqkTZtR" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Start your research

Create a new chat on Claude. To use Verb AI, always begin your prompts with:\
\&#xNAN;**“Using Verb AI connector”**

This ensures Claude retrieves live behavioral data through Verb AI to answer your questions.

<figure><img src="/files/TbPrpyYDUwYaRvzEDvXa" alt=""><figcaption></figcaption></figure>

Here are some example research questions you could try:

> **Using Verb AI connector**, identify 20 Gen Z participants and generate a visual report summarizing the news topics they engaged with over the past week. Highlight key themes and trends.

> **Using Verb AI connector**, identify emerging fashion or tech trends among female and show how these trends are reflected in their online shopping activity.

> **Using Verb AI connector**, analyze the top 20 YouTube channels men engaged with this week and visualize the main content categories (music, gaming, news, lifestyle, etc.).

{% endstep %}
{% endstepper %}


---

# 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.generationlab.org/getting-started/quickstart.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.
