# Accessing Threadly in Slack

Any user can access Threadly by opening the Threadly app in Slack. To do so, via the sidebar on the left of your Slack screen, click into the Apps section.

If you don't see Threadly there, you can click Add Apps and search for Threadly.

If for whatever reason you still can't find it, give it a whirl by [installing the app manually](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).

Once open, the **Home tab** is your main dashboard — where you’ll compose messages, manage Conversation Groups, set up Workflows, and view your Logs & Analytics.

<br>


---

# 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/accessing-threadly-in-slack.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.
