--- 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)  <br/> 2. Click **Create App** and choose **From scratch**  3. Select the name and workspace where you need to create the application  <br/> 4. Create a new token by clicking Generate Token and Scopes below on the application page  <br/> 5. Select a name and add permissions  <br/> 6. Go to **Premission scope** page  <br/> 7. Add the permissions required for your purposes  <br/> 8. Install the application  <br/> 9. Save the generated token  <br/>