> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/get-started/getting-started/connections-in-channable/view-add-and-delete-connections.md).

# View, add, and delete connections

View and delete third-party platform connections in your company settings.

Connections are the 3rd party platforms we work with and which are available for you to connect to import and/or export data.

### Check where your connections are used

1. Open **Company settings**:

{% tabs %}
{% tab title="Modern version" %}
While in a company, click **Company settings** in the sidebar, or select the **\[your company]** dropdown and click **Company settings**.
{% endtab %}

{% tab title="Legacy version" %}
While in a company, click **Company settings** in the sidebar.
{% endtab %}
{% endtabs %}

2. In the sidebar, click **Connections**.
3. Click **Edit** for the connection you want to check.
4. Select the platform you want to connect to.
5. At **Used in**, you can see where that connection is being used.

### Add a new connection

You can create a connection while setting up most Channable features that rely on a connection, but you can also add a new connection directly in **Connections**.

1. Open **Company settings**:

{% tabs %}
{% tab title="Modern version" %}
While in a company, click **Company settings** in the sidebar, or select the **\[your company]** dropdown and click **Company settings**.
{% endtab %}

{% tab title="Legacy version" %}
While in a company, click **Company settings** in the sidebar.
{% endtab %}
{% endtabs %}

2. In the sidebar, click **Connections**.
3. Click **Add a new connection**.
4. Select the platform you want to connect to.
5. Fill in the details requested (if any).
6. Click **Connect with {platform name}**.

### Delete a connection

1. Open **Company settings**:

{% tabs %}
{% tab title="Modern version" %}
While in a company, click **Company settings** in the sidebar, or select the **\[your company]** dropdown and click **Company settings**.
{% endtab %}

{% tab title="Legacy version" %}
While in a company, click **Company settings** in the sidebar.
{% endtab %}
{% endtabs %}

2. In the sidebar, click **Connections**.
3. Click **Edit** in the row of the connection you want to delete.
4. Click <i class="fa-gear">:gear:</i> (gear icon) > **Delete connection**.


---

# 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://helpcenter.channable.com/get-started/getting-started/connections-in-channable/view-add-and-delete-connections.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.
