# Slack integration

## What can the integration do?

At the moment, you can use the integration to create a task from a message. Simply click the "more menu" located to the right of any task and a "Create a task" option should appear.

<figure><img src="/files/4pYLjviVV3CjHc5WIfcE" alt="" width="375"><figcaption><p>Create a task</p></figcaption></figure>

Once you click "Create a task", a modal should appear that lets you add details before adding it as a task. You can even add it directly to a list!

<figure><img src="/files/dNcRFJBHYoV4QWu3bSml" alt="" width="375"><figcaption><p>Create task modal</p></figcaption></figure>

Once a task is created, you'll see a new slack icon appear on the task as well as a deep link to go directly to the message.

<figure><img src="/files/76OoAW4MkM9141wK2TyX" alt="" width="375"><figcaption><p>Open in slack button</p></figcaption></figure>

<figure><img src="/files/BAYvClyQezqhSCzjqZrE" alt=""><figcaption></figcaption></figure>

## How do I connect it?

1. Go to settings -> Integrations
2. Click "Connect" on the slack integration to connect your workspace
3. Once connected, you should see the dropdown in slack that allows you to create a task from a message

<figure><img src="/files/8GdoYl1HIbW62PSXe2iU" alt=""><figcaption><p>Slack integration page</p></figcaption></figure>

## How can I disconnect the integration?

1. Go to Settings -> Integrations -> Slack -> Manage connections and click "Revoke access" on the workspace

<figure><img src="/files/iVMJU6la2eqvouXazWRK" alt=""><figcaption><p>Revoke slack integration access</p></figcaption></figure>

## AI Auto fill

By default we will auto fill in the description/label based on the message using AI. You can disable this at any time in the settings!&#x20;

<figure><img src="/files/Vxdzso89bHE9qhrpPz5e" alt=""><figcaption></figcaption></figure>

## Frequently asked questions

### Can I connect multiple workspaces?

Yes. After connecting your first workspace, you can click "Manage" and then you will see the option to connect another workspace

### Future plans for this feature?

As of now, I don't have any other plans for this feature except improving the "Create task" functionality by supporting things like attachments. If you have any ideas, please request them on our [feedback board](https://feedback.ellieplanner.com/)!


---

# Agent Instructions: 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://guide.ellieplanner.com/features/integrations/slack-integration.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.
