> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vigilos.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrations Overview

> Connect Vigilos with your team's tools to bring data insights where you work.

## Why Integrations?

Vigilos integrations bring your data insights directly into the tools your team already uses. Instead of switching between applications, your team can ask questions, receive scheduled reports, and stay informed without leaving their workflow.

All integrations use industry-standard OAuth authentication and store credentials with AES-256 encryption. Vigilos never stores your data - integrations only deliver query results and AI-generated summaries to your connected tools.

## Available Integrations

<CardGroup cols={2}>
  <Card title="Slack" icon="slack" href="/integrations/slack">
    Install the Vigilos Slack app to ask data questions and receive answers directly in your workspace. Mention @Vigilos in any channel to get started.
  </Card>

  <Card title="Automations" icon="clock" href="/integrations/automations">
    Schedule automated delivery of insight results and AI summaries to Slack channels on a daily or weekly cadence.
  </Card>
</CardGroup>

## How Integrations Work

Every integration follows the same secure pattern:

1. **OAuth authorization** - You authenticate with the third-party service through a standard OAuth flow. Vigilos never sees or stores your third-party password.
2. **Secure token storage** - The access tokens and bot tokens returned by the OAuth flow are encrypted with AES-256 before being stored in the Vigilos database.
3. **Scoped permissions** - Each integration requests only the permissions it needs. For Slack, this means the ability to read messages where the bot is mentioned and post responses.
4. **Organization-scoped** - Integrations are tied to your Vigilos organization. Only members of your organization can configure or use them.

## Managing Integrations

You can view and manage all active integrations from the **Integrations** page in the sidebar. Each integration shows its current status:

| Status       | Description                                                       |
| ------------ | ----------------------------------------------------------------- |
| **Active**   | The integration is connected and working normally                 |
| **Inactive** | The integration has been paused or is not currently operational   |
| **Revoked**  | The integration's access has been revoked and must be reconnected |

## Coming Soon

We are actively building integrations for more platforms. If you have a specific request, reach out to us at [hello@vigilos.co](mailto:hello@vigilos.co).
