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

# Overview

> Learn how to integrate Julius into your Slack workspace for seamless data analysis and team collaboration directly in your communication channels.

## What is Julius Slack Agent?

The **Julius Slack Agent** brings Julius AI's data analysis capabilities into your Slack workspace. Query databases, run analysis, generate visualizations, and share insights without leaving Slack.

<Tip>
  Once installed, Julius is available across your entire workspace, enabling
  real-time collaboration and data-driven discussions in any channel.
</Tip>

## Key Features

* **Direct Access:** Use Julius AI in Slack without switching between applications
* **Team Collaboration:** Share analyses and insights instantly with your team
  in channels or threads
* **Context Preservation:** Keep all data discussions and results in one
  searchable place
* **Real-time Analysis:** Query your connected databases and get instant results
  in Slack
* **Automated Reporting:** Schedule notebook results to post automatically to
  channels
* **Natural Language Queries:** Ask questions in plain English - no SQL or
  coding required
* **Cross-platform Continuity:** Move conversations between Julius web and Slack freely

## Overview

When you send a message to Julius in Slack, Julius will:

1. Create a new chat thread in Julius
2. Connect to any necessary data sources
3. Will write the necessary SQL, Python, or other code needed to answer your question
4. Run the code to complete the analysis
5. Return the results back to Slack

You can then add any follow up questions to the thread, and Julius will repeat steps 2-5.

<Frame>
  <img src="https://mintcdn.com/julius-d061c216/KHb3NuTEVygUvIVU/slack-agent/images/technical-diagram.png?fit=max&auto=format&n=KHb3NuTEVygUvIVU&q=85&s=82f5d9cab055b131c89f740db0548b62" alt="Slack Agent Technical Diagram" title="Slack Agent Technical Diagram" className="mx-auto" style={{ width:"100%" }} width="3744" height="2848" data-path="slack-agent/images/technical-diagram.png" />
</Frame>

## Feature Walkthroughs

<CardGroup cols={2}>
  <Card title="Data Connectors in Slack" icon="database" href="/slack-agent/data-connector-access">
    Query all your connected databases directly from Slack conversations
  </Card>

  <Card title="Scheduled Slack Reports" icon="clock" href="/slack-agent/slack-reports">
    Automatically send a high level report of notebook runs directly to slack.
  </Card>
</CardGroup>

## Frequently Asked Questions

<Accordion title="Does Julius use all context from the Slack channel?" defaultOpen>
  No. Each Slack thread is treated as a **separate Julius chat**, and the context for Julius is contained within that individual thread.

  This is different from **Learned Information** and **Custom Agents**, where knowledge can persist across threads via their respective data connectors.
</Accordion>

### Security & Privacy

<Card title="Learn More About Security" icon="shield-check" href="https://julius.ai/security">
  Visit our Security & Trust Center for detailed information about Julius's
  security practices and compliance certifications.
</Card>

## Getting Started

Follow our step-by-step setup guide to get Julius running in your Slack workspace.

<Card title="Setup Guide" icon="rocket" href="/slack-agent/setup">
  Complete installation and configuration guide for Julius Slack Agent
</Card>

***

<Info>
  Need help or have questions? Contact
  [**team@julius.ai**](mailto:team@julius.ai) for support with your Slack
  integration.
</Info>
