> 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

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

### Slack

Connect Noros to your Slack workspace to receive notifications and insights directly in your team channels.

#### Connecting Slack

1. Go to **Settings > Integrations**.
2. Click **Connect** next to Slack.
3. Authorize Noros to access your Slack workspace.
4. Select a **default channel** for Noros notifications.

#### What You Get

Once connected, Noros can send notifications and insights to your Slack channels, keeping your team informed about cost anomalies, optimization opportunities, and other events you've configured.

#### Managing Your Slack Integration

From **Settings > Integrations**, you can:

* **Change the default channel** — Update which Slack channel receives notifications
* **Disconnect** — Remove the Slack integration entirely

#### Disconnecting Slack

To remove the Slack integration:

1. Go to **Settings > 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.
