# Remove Reject Button

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

The **Remove Reject Button** option allows you to hide the **"Reject"** button from the cookie consent popup. When enabled, visitors will only see the **"Accept"** button (and optionally **"Preferences"** if configured).

This can simplify the popup design, but you should carefully consider compliance requirements in your region before enabling it.

***

#### How to Configure

1. Go to the **Cookie Consent App Settings** tab in your Webflow project.
2. Find the **Remove Reject Button** option.
3. Toggle the setting **ON** to remove the Reject button.
4. Save your changes.

***

#### Important Notes

* **Compliance:** Some privacy regulations (e.g., **GDPR**) require that users are given a clear choice to **accept or reject** cookies. Removing the Reject button may affect compliance.
* **User Experience:** This option is often used in regions with less strict regulations or on websites that rely primarily on essential cookies.
* **Preferences Alternative:** If you also use the **Preferences** button, users will still be able to customize which cookies they allow.

***

#### Example

* With **Remove Reject Button = OFF** → Popup shows **Accept** and **Reject** buttons.
* With **Remove Reject Button = ON** → Popup shows **Accept** (and optionally **Preferences**) only.


---

# 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.flowappz.com/home/cookie-consent/getting-started/settings/remove-reject-button.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.
