> For the complete documentation index, see [llms.txt](https://help.genesis.autify.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.genesis.autify.com/settings/connection-settings/integrations-hub.md).

# Apps

The **Apps** settings connect Autify Genesis to external services your organization already uses. Establish OAuth connections at the organization level so that workflows and chat in each workspace can call features of the connected services.

## Prerequisites

* To manage integrations, you need the organization **Admin** or **Owner** role.
* The service you want to connect must be enabled on this deployment.

## Available integrations

Genesis currently supports the following OAuth integration.

* **Slack**: Send messages from Genesis to Slack channels.

## Installing an integration

1. Open **Settings** from the account menu.
2. Select **Connections** > **Apps**.

<figure><img src="/files/5IrEHpBVKWDgzCjpbObX" alt="Screenshot of the Apps page"><figcaption><p>Apps page</p></figcaption></figure>

3. Click **Install** on the service card.
4. Review the requested scopes and approve the connection.

After authorization, the card shows that the service is connected.

## Disconnecting an integration

1. Open the **Apps** page.
2. Click **Disconnect** on the connected card.

When you disconnect, the token is revoked and workflows and chat can no longer call that integration.

## Workspace-side setup

Some integrations also require per-workspace configuration. For Slack, after connecting it at the organization level, open the target workspace and select **Resources & context > Integrations** to choose the channels that workspace may use.

For details, see [Workspace settings](/settings/workspace-settings/workspace-configuration.md).


---

# 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://help.genesis.autify.com/settings/connection-settings/integrations-hub.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.
