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

# Mission Control integrations

export const AIAgents = () => <>the <strong>AI Agents</strong> icon <span style={{
  whiteSpace: "nowrap"
}}><img src="/images/global-nav/ai-agents.png" width="20" height="20" style={{
  verticalAlign: "text-bottom",
  display: "inline",
  margin: "0 1px"
}} /></span></>;

export const mission_control = "Mission Control";

export const maia_agents = "Maia AI Agents";

This guide explains how to use {mission_control} in combination with other tools to help you create and work on tasks. You can set up Slack notifications to receive a message whenever {maia_agents} require your input when working on a task.

***

## Slack notifications for Mission Control

You can use a Slack webhook to receive a notification each time a task moves to the **Needs attention** column of your [{mission_control} board](/docs/guides/mission-control#viewing-tasks). This helps you respond faster when {maia_agents} need information from you to proceed, reducing the time each task spends waiting for a response.

To set up Slack notifications for {mission_control}:

1. Set up an incoming webhook in your Slack workspace. For more information, read the Slack [Sending messages using incoming webhooks](https://docs.slack.dev/messaging/sending-messages-using-incoming-webhooks/) documentation.
2. In the left navigation, click <AIAgents />, then **{mission_control}**.
3. In the top left of the {mission_control} board, click **Slack notifications**.
4. In the dialog, toggle **Slack notifications** on.
5. In **Incoming webhook URL**, enter the URL of the webhook you created.
6. Click **Done**.
