# Advanced Settings

## Blacklist pages

This feature provides a simple text area within the app's admin interface where merchants can list the URLs of the pages they wish to exclude from displaying the cookie banner.

In the provided text area, enter the URLs of the pages (like `/pages/policy` or `/account/login` ) on which the cookie banner should not be displayed. Each URL should be on a separate line to ensure correct parsing by the app.

<figure><img src="/files/gTlJOUVybUTKFJ9zQt04" alt=""><figcaption></figcaption></figure>


---

# 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://docs.consentik.com/settings/advanced-settings.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.
