> For the complete documentation index, see [llms.txt](https://docs.paradime.io/app-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.paradime.io/app-help/products/dino-ai/slack-agent.md).

# Slack Agent

The DinoAI Slack Agent runs autonomously in the background — executing dbt™ models, querying your warehouse, and opening PRs, all without you needing to be in the IDE. You interact with it entirely through Slack.

***

### How It Works

1. You send a task to the Paradime bot in a Slack channel
2. DinoAI picks it up, works in the background, and reports back when done
3. Progress updates, results, and errors all land in the same channel thread

***

### Prerequisites

Before setting up the Slack Agent, make sure you have:

* Admin access to your Paradime workspace
* GitHub organisation owner access (or someone on your team who does)
* Data warehouse credentials for DinoAI — a dedicated service account with scoped permissions is recommended

> **New to Paradime?** Set up your workspace first before enabling the Slack Agent. Note that a CodeIDE connection is required during onboarding even if you plan to use the agent only — this requirement will be removed in a future update. [Set up your Paradime workspace →](https://docs.paradime.io/app-help/guides/paradime-101/getting-started-with-your-paradime-workspace/creating-a-workspace)

***

### Pages in This Section

* [Setup](https://claude.ai/chat/setup.md) — Connect Slack, GitHub, and the agent warehouse environment
* [Starting a Session](https://claude.ai/chat/starting-a-session.md) — Add the bot to a channel and send your first task
* [Example Tasks](https://claude.ai/chat/example-tasks.md) — Prompts and use cases to get the most out of the agent


---

# 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:

```
GET https://docs.paradime.io/app-help/products/dino-ai/slack-agent.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
