> For the complete documentation index, see [llms.txt](https://docs.sfbx.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sfbx.io/configuration/step-2-create-a-notice.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sfbx.io/configuration/step-2-create-a-notice.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
