---
id: Slack
sidebar_class_name: Slack
---
# 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)
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)
4. Create a new token by clicking Generate Token and Scopes below on the application page
![BF](../../static/img/Docs/Slack/4.png)
5. Select a name and add permissions
![BF](../../static/img/Docs/Slack/5.png)
6. Go to **Premission scope** page
![BF](../../static/img/Docs/Slack/6.png)
7. Add the permissions required for your purposes
![BF](../../static/img/Docs/Slack/7.png)
8. Install the application
![BF](../../static/img/Docs/Slack/8.png)
9. Save the generated token
![BF](../../static/img/Docs/Slack/9.png)