# Step 2: Create a notice

This section will help you to create your own notice, step by step, through AppConsent.

***

## What is a notice?

A notice is a consent window that you will implement on your website or your mobile App.

{% hint style="info" %}
**INFO**

The **Clear** notice template meets the accessibility requirements of **WCAG 2.1**, level **AA**. The tags required for assistive technologies (for screen reader software with Braille or audio output) have been implemented in the code. As for the graphic design, it was co-constructed with a UI designer specialized in accessibility issues. For example, the switches have two ways of signifying their status: color and icon (criterion *1.4.1 - Use of Color*)
{% endhint %}

### Web notice (Clear template)

<div><figure><img src="/files/KaVU9dXET1o91XAzZhNH" alt=""><figcaption></figcaption></figure> <figure><img src="/files/wPrdoeMYsocppljp5D3o" alt=""><figcaption></figcaption></figure></div>

### Mobile notice (Clear template)

Here is an example of a mobile notice, you can modify as you please during the creation.

<div><figure><img src="/files/O7x2VnyxCB8D8B1M9Tje" alt=""><figcaption></figcaption></figure> <figure><img src="/files/7VMSbO5OptqJPibACV35" alt=""><figcaption></figcaption></figure> <figure><img src="/files/XbGQ3G6Xzme4T4VYIv4d" alt=""><figcaption></figcaption></figure></div>


---

# 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.sfbx.io/configuration/step-2-create-a-notice.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.
