# Integrations

The Integrations Gallery shows you all the services Toolhouse can connect to. This gallery is useful to explore the full capabilities of Toolhouse.

Toolhouse has two types of integrations:

* **Built-in:** these integrations are built and maintained by Toolhouse. These are available to your workers. Agent Builder will automatically add these when needed.
* **Connection required:** these are integrations to third-party services. You will need to own an account to the service you want to use, and you will need to connect it to Toolhouse.

Connecting an integration to Toolhouse often happens automatically when you are building your worker. If you want to manually connect a service:

1. Search for the service you want to connect.
2. Click **Connect account.**
3. Follow the instructions.

You can manage your connections in the [Auth Connections](https://toolhouse.app/auth-connections) page on your Toolhouse.

## Adding integrations to your worker

Toolhouse automatically picks the right integrations your worker will need to complete its tasks, and it will configure your worker appropriately. Some services have hundreds of integrations, which will far exceed the physical limit of integration your worker will be able to understand.

Think of it this way. Your laptop has Excel, Word, and Photoshop installed. Those are three big apps. If you only need to write a letter, you will only need to use Word. Workers work in a similar way—they will be given only the tools they need in order to reach their outcome. To further optimize their performance and provide an extra layer of security, Toolhouse will let workers see **only the tools they need.** If your worker needs to read your Notion, but not write it, Toolhouse will configure it so it can only see and access the read-only tools.

#### Adding or removing integrations manually

{% hint style="danger" %}
Changing tools manually may break your workers. If you remove an integration that's crucial for your worker to complete a task, the worker will not be able to work properly without it.
{% endhint %}

You can add and remove integrations manually.

* Go to [Agents](https://toolhouse.app/agents) in your Toolhouse
* Click on your worker to edit it

To add an integration:

* Select <i class="fa-wrench">:wrench:</i> **Integrations,** then click **Add Integration**
* Choose the integrations you want to add
* Click **Save changes**

To remove an integration:

* Click the x-out icon next to the name of the integration you want to remove.
* Click **Save changes**

## Integration List

You can see the entire list of integrations in [Integrations](/toolhouse/toolhouse/integrations.md) or by going to the **Integrations** section in the documentation.


---

# 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.toolhouse.ai/toolhouse/toolhouse/integrations.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.
