# How to Install Threadly

In order to use Threadly, the app must be installed into your Slack workspace. You must be a Slack workspace admin (or have admin approval) to install apps.

## Install Threadly

[**Click here to install Threadly →**](https://slack.com/oauth/v2/authorize?client_id=2573203509911.7020858675504\&scope=chat:write,chat:write.customize,commands,files:read,reactions:read,team.billing:read,team:read,users:read,users:read.email\&user_scope=channels:read,channels:write.invites,chat:write,groups:read,groups:write.invites,mpim:read)

This opens the Slack authorization screen. Click **Allow** to grant Threadly the permissions it needs to send messages on your behalf.

## After installation

Once installed, Threadly will appear in your Slack sidebar under **Apps**. Any workspace member can then [authorize their own account](/threadly/getting-started/accessing-threadly-in-slack.md) to start using it — each user connects individually.

{% hint style="info" %}
To send messages to **private channels**, invite Threadly first: type `/invite @Threadly` in that channel.
{% endhint %}

## Next steps

* [Accessing Threadly in Slack](/threadly/getting-started/accessing-threadly-in-slack.md) — how to authorize your user account
* [Quick Start Guide](/threadly/getting-started/quick-start.md) — send your first broadcast in 5 minutes
* [Adding Threadly to Your Channels](/threadly/getting-started/adding-threadly-to-your-channels.md) — for private channel access


---

# 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://threadly.gitbook.io/threadly/getting-started/how-to-install-threadly.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.
