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

# Integrations

Learn how to connect Noros to Slack, so your team gets alerts in a channel and can ask Noros questions without leaving it.

Noros integrates with the tools your team already uses, making it easy to stay informed and collaborate on cloud operations without switching contexts.

## Slack

Connecting Slack does two things. Your organization's alerts post to a channel your whole team can see, and anyone in that channel can ask Noros questions directly.

{% hint style="info" %}
Your root user sets this up. Other users cannot connect the workspace or choose the alert channel.
{% endhint %}

### Connecting Slack

The setup runs across both products. Start in Slack, finish in Noros.

{% stepper %}
{% step %}

### Add Noros to your Slack channel

In Slack, open the channel you want Noros to post to. Then:

1. Click **View all members of this channel**.
2. Open the **Agents & apps** tab.
3. Click **Add agents and apps**.
4. Search for **Noros** and click **Add**.
   {% endstep %}

{% step %}

### Connect your workspace in Noros

Go to **Settings**, then **Integrations**, and click **Connect** next to Slack. Authorize Noros to access your Slack workspace.
{% endstep %}

{% step %}

### Choose your alert channel

Go to **Settings**, then **Notifications**, and choose the channel you added Noros to.

This step is separate from connecting the workspace, and organization alerts stay switched off until you complete it.

See [Monitoring & Notifications](/account-management/monitoring-and-notifications.md) for what you can then turn on.
{% endstep %}
{% endstepper %}

### Asking Noros Questions In Slack

Once Noros is in a channel, anyone in that channel can tag **@Noros** and ask a question. You get the same answers you would get in the app, in front of the people already discussing the problem.

This works for everyone in the channel, not only the root user.

### Managing Your Slack Integration

From **Settings**, then **Integrations**, you can disconnect Slack. To change which channel receives alerts, go to **Settings**, then **Notifications**, and choose a different one.

### Disconnecting Slack

1. Go to **Settings**, then **Integrations**.
2. Click **Disconnect** next to Slack.
3. Confirm the disconnection.

This removes Noros's access to your Slack workspace. No data is deleted from your Slack channels.

## More Integrations Coming

We're actively working on additional integrations. If you have a specific integration need, contact <support@noros.ai> to let us know.


---

# 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.noros.ai/account-management/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.
