# Configure Your Client

After creating connections, configure your AI client (like Cursor, Claude, or ChatGPT) to use them.

## Step 1: Get your configuration

Click the <mark style="color:$primary;">Get Config</mark> button in the top right of your browser.

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

## Step 2: Select your AI client

Choose your AI client to generate the right configuration for it.

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

## Step 3: Update your client's configuration

Follow the <mark style="color:$info;">Instructions</mark> tab to update your LLM's configuration.

For example, clicking the **`Add to Cursor`** button will add this to Cursor's <mark style="color:orange;">`mcp.json`</mark> config file.

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

## Step 4: Try it out

Try out a prompt to start building!

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


---

# Agent Instructions: 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:

```
GET https://docs.natoma.ai/connect-to-ai/getting-started/configure-client.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
