# Privacy

In order to keep user-identifiable information private, Responsly includes a privacy mode, which can be configured individually for each campaign.

**What does this do?**

* Email collection is turned off
* IP addresses are not tracked

If you're needing to collect feedback from users and it's not of importance to collect user data, you can turn this setting on in the *Privacy* section of the campaign manager to keep responses anonymous.

{% hint style="warning" %}
**Important:** Any feedback that was collected when privacy mode was enabled will still remain anonymous, even if turned off.
{% endhint %}


---

# 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://help.responsly.co/privacy.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.
