> 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/~/revisions/9n8QZWQLRumtIxQk1QAV/apps-and-integrations/intro-to-apps-and-integrations.md).

# Intro to apps and integrations

Learn everything you need to know about apps and integrations, including API integrations.

{% embed url="<https://www.youtube.com/watch?v=K1Y0bqu9I3c>" %}

### Overview

CodeWords integrates with over 2,800 apps and integrations.&#x20;

You can browse most of our integrations through our [integrations page](https://codewords.agemo.ai/account/integrations), and you can also connect to external tools using an API key.&#x20;

### Connecting to integrations directly

Any integration listed directly in the integrations page can be connected in a couple of clicks.&#x20;

You can do this in a few ways, for example:&#x20;

* Search and connect directly to an integration via our [integrations page](https://codewords.agemo.ai/account/integrations).&#x20;
* Connect whilst you're building an automation by clicking on the integration's graph node and clicking `Connect` .&#x20;
* From a run page, select the integrations dropdown and click `Connect` to the necessary integrations.&#x20;

Simply follow the instructions to connect and integrate without needing any technical configuration.&#x20;

Whenever an integration is required, you'll be prompted to connect to it. After you've connected once, you won't need to do this step again.&#x20;

If you can't find what you're looking for, simply ask Cody if CodeWords has access to a specific integration. You can also learn how to use [external API integrations here](https://docs.codewords.ai/~/revisions/AnCxc4sCFTxbzqmH5Cb6/fundamentals/apps-and-integrations/external-api-integration).&#x20;


---

# 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/~/revisions/9n8QZWQLRumtIxQk1QAV/apps-and-integrations/intro-to-apps-and-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.
