> For the complete documentation index, see [llms.txt](https://docs.codewords.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codewords.ai/help-center/billing/integrations.md).

# Integrations

<details>

<summary>How do I connect an app?</summary>

Connect tools so Cody and your workflows can use them — Gmail, Google Sheets, Notion, Slack, GitHub, and more.

1. Open [Settings → Integrations](https://codewords.agemo.ai/#settings/integrations) from the sidebar account menu (**Integrations**).
2. Search for the app (for example “Gmail” or “Slack”).
3. Use filters if needed: **All** / **Connected** / **Not Connected**.
4. Click the status pill → **Connect**.
5. Finish login and permissions in the provider window.
6. Status shows **Connected** when it’s done.

Common apps include Notion, Gmail, Google Sheets, Google Drive, Google Calendar, GitHub, Instagram, Outlook, and Slack.

</details>

<details>

<summary>How do I add a second account for the same app?</summary>

Some apps support more than one login (for example Work and Personal):

1. Open [Integrations](https://codewords.agemo.ai/#settings/integrations).
2. Click the status pill → **Add account**.
3. Pick a label (**Work** / **Personal** / **Custom**).
4. Connect again with the other login.

</details>

<details>

<summary>How do I disconnect an app?</summary>

**One account:** click the status pill → **Disconnect**.

**Multiple accounts:** click **Manage connections** → disconnect one account, or **Disconnect All**.

</details>

<details>

<summary>What if connect fails?</summary>

* Retry in a moment — provider logins can time out.
* Allow pop-ups in your browser for the OAuth window.
* Make sure you’re signed in to the right account in the provider before connecting.

If it still fails, contact <support@codewords.ai>.

</details>

<details>

<summary>Is WhatsApp available on all plans?</summary>

WhatsApp integration is a **Pro** plan feature. If you’re on Free, upgrade from [Settings → Plans](https://codewords.agemo.ai/#settings/plans). See [Plans and Pricing](https://docs.codewords.ai/pricing) for details.

</details>

<details>

<summary>When do I need External API integration instead?</summary>

Use [Integrations](https://codewords.agemo.ai/#settings/integrations) for one-click OAuth apps Cody supports directly.

Use [External API integration](https://docs.codewords.ai/automations/external-api-integration) when you need to bring your own API key for a tool that isn’t in the integrations library.

</details>


---

# 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://docs.codewords.ai/help-center/billing/integrations.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.
