# Gorgias

**How to connect Gorgias to Churned.io**

\
Log in to the Churned platform and go to the “Integrations” tab. Use search bar to find Gorgias and click on it to see the credentials form.&#x20;

You will be prompted to enter the following credentials:

Required Credentials

* Base Api Url
* Username
* Password<br>

<div align="left"><figure><img src="/files/bsEQyWiPxsba7DqWejwl" alt="" width="375"><figcaption></figcaption></figure></div>

**Here’s how you can obtain these credentials:**

1. Log in to https\://\<yourdomain>.gorgias.com with an admin account
2. Go to Settings (gear icon in the bottom-left sidebar)
3. Navigate to REST API (under the "Integrations" section)
4. You'll see a list of existing API keys (if any)
5. Click "Add REST API key"
6. Fill in: - Username: select <applications@churned.io> from the dropdown - Description: something like "Churned integration"
7. Click Create
8. Copy the generated API key, this is your password value.
9. Paste the Base API URL, Username and Password into the Churned integration form.

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

Click Save to test the connection. Once it’s working, notify the Churned team to begin syncing data.


---

# 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.churned.io/churned-docs/integrations/gorgias.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.
