# CircleCI Integration

{% hint style="info" %}
The organization-wide integration is based on a personal access token.
{% endhint %}

To create the token, follow the instructions:

1. Log in to your account at <https://app.circleci.com/home>.
2. Navigate to **User Settings** via the user icon in the top-right corner.

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

4. Click **Create New Token**.
5. Provide a name for the token, such as Rezonate Integration and click **Add API Token**.

<figure><img src="/files/yksCXLFVgsaatgNnTjL9" alt="" width="287"><figcaption></figcaption></figure>

6. Copy the generated token and store it securely.

<figure><img src="/files/RnypvWP6ppOK4fNDoiPl" alt="" width="375"><figcaption></figcaption></figure>

7. Paste this token in Rezonate’s platform to connect with CircleCI.


---

# 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://kb.rezonate.io/core-integrations/circleci-integration.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.
