# Private browsing

When the browser does not support third-party cookies or if the user has disabled them, it is impossible to apply their choices across multiple sites. In this case, the user's choices are only applied to the specific site they are visiting.

Currently, on the Chrome browser in private mode, third-party cookies are disabled by default. This is why choices are applied to what is known as a local scope. It is possible to re-enable third-party cookies by modifying Chrome's settings.


---

# 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://cmp.docs.sirdata.net/en/faq/how-it-works/private-browsing.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.
