# Permissions

Our app requires a few permissions to run.&#x20;

We only request information that is **ABSOLUTELY NEEDED** for a feature to work correctly.

#### **Read & Change Data on Site EXPLAINED** <a href="#read-and-change-data-on-site-explained" id="read-and-change-data-on-site-explained"></a>

This is a permission that allows us to execute actions from the extension. This is necessary because there are certain features that can only be accessed with it.&#x20;

Specifically:

* Send offers to likers of specific products

We highly recommend accepting to be able to use the app properly.&#x20;

If you have any questions just contact <hey@selleraider.com>


---

# 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://guide.selleraider.com/grow/depop/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.
