# Updating Your App Permissions

To ensure Threadly can send messages to your channels (including private ones) and track reactions and clicks, it needs specific permissions.

If you see this banner at the top of your app, it indicates Threadly may be unable to properly send messages for you.

<img src="https://uploads.help.center/669eec225e9bebb950ec3508/66a91201efaebb3a4a152dd5/original/4HOI4P0DAH?t=1722356232052" alt="" width="75%">

To resolve this, click **Update Permissions** in the banner — or re-authorize by visiting [How to Install Threadly](/threadly/getting-started/how-to-install-threadly.md). This takes a few seconds and won’t affect your existing messages, groups, or workflows.

**Threadly respects your privacy: Your channel content (other than Threadly messages for analytics and tracking) is never saved on Threadly’s servers.**


---

# 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/updating-your-app-permissions.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.
