# Integration for Slack

## Getting Started

Click on this [**Link**](https://auth.smarttask.io/Slack/Redirect) to install SmartTask app in Slack. Login to Slack and you would be prompted to authorize SmartTask to access Slack information.

You can also go to the Apps section in your workspace and search for SmartTask in Slack Marketplace.&#x20;

![Search from SmartTask in Slack's marketplace](/files/-MKPkrbDCOS4hiCf7d8G)

The fastest way to onboard your team to SmartTask's integration for Slack is to make a task in SmartTask with a link for the team to activate their SmartTask App in Slack.

If you are not the first person to add SmartTask App to Slack you would see a message as below to connect your SmartTask account with Slack

![](/files/-MKPmRH0QF-QD6g4SjQb)

## Using SmartTask Integration for Slack

The SmartTask integration for Slack allows you to convert conversations to actionable tasks or comments in SmartTask.&#x20;

### Slash Commands

* Use **`/smarttask add`** to create a task. You can add text after the command which will pre-fill the taskname.
* Use **`/smarttask link`** to link the current channel with a project in SmartTask to get notified on project updates.
* Use **`/smarttask settings`** to change the default organization linked with Slack. Default organization is where new tasks would be created.
* Use **`/smarttask help`** to see what all is possible with this integration.

### Turn a Slack message into a task, or add a message to an existing task

Convert conversations in Slack and turn them into a task, or add as a comment to an existing task. In Slack, select the conversation. Click the more messages button and select either **Create a task** or **Add to task**. A link will be created in the SmartTask task so that you can re-access the Slack conversation for further context.

![](/files/-MKPpN7M1OcVO2MOLS0m)

### Create a Task

Type **/smarttask add** to create a new task in SmartTask without leaving Slack.

![](/files/-MKPprc0RvxmNwRKcsOo)

### Link Project to get Notified on project updates

Get New Task and Task completion notifications from project by linking the project with the a Slack channel by using **/smarttask link** command.

![](/files/-MKPqlVYIWsT-AoOenXH)


---

# 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.smarttask.io/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.
