# Create a Connection

Once an app has been enabled for personal connections, you can create your own connection to use with AI.

## Step 1: Go to the My Connections page

Navigate to the <mark style="color:$primary;">My Connections</mark> page and click to add a personal connection for the app you want to use.

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

## Step 2: Authorize the connection

Follow the steps to authorize the connection. Depending on the app, this may require you to click an "Authorize" button or to enter credentials.

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

<figure><img src="/files/9EEwoqBQ1SkdRMSyqHN5" alt=""><figcaption></figcaption></figure>

## Step 3: (Optional) Test your connection

Click "Test connection" to validate that a successful connection was established with your app.

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

## Next steps

Once your connection is created, you need to configure your AI client to use it. See [Configure Your Client](/connect-to-ai/getting-started/configure-client.md).


---

# 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/create-connection.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.
