---
id: Slack
sidebar_class_name: Slack
---

<img src={require('../../static/img/APIs/Slack.png').default} width='64px' />

# Slack

This section is dedicated to the library for working with the Slack Web API. On this page, all the steps necessary to start working are described

## Getting started

1. Log in to your account and go to the **Your Apps** page on the website [Slack API](https://api.slack.com)

![BF](../../static/img/Docs/Slack/1.png)

<br/>

2. Click **Create App** and choose **From scratch**

![BF](../../static/img/Docs/Slack/2.png)

3. Select the name and workspace where you need to create the application

![BF](../../static/img/Docs/Slack/3.png)

<br/>

4. Create a new token by clicking Generate Token and Scopes below on the application page

![BF](../../static/img/Docs/Slack/4.png)

<br/>

5. Select a name and add permissions

![BF](../../static/img/Docs/Slack/5.png)

<br/>

6. Go to **Premission scope** page

![BF](../../static/img/Docs/Slack/6.png)

<br/>

7. Add the permissions required for your purposes

![BF](../../static/img/Docs/Slack/7.png)

<br/>

8. Install the application

![BF](../../static/img/Docs/Slack/8.png)

<br/>

9. Save the generated token

![BF](../../static/img/Docs/Slack/9.png)

<br/>