# How to Manage Widget Schema in Omnitron?

This tutorial provides step-by-step instructions for managing widget schemas on your site and mobile platforms in Omnitron.

## <mark style="color:red;">Step 1: Navigate to Widget Schema Management​</mark> <a href="#step-1-navigate-to-widget-schema-management" id="step-1-navigate-to-widget-schema-management"></a>

* Navigate to the Omnitron platform and log into your account.
* Follow the **Sales Channels** > **Content Management** sidebar and click the **Widget Schema Management** page.<br>

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

## <mark style="color:red;">Step 2: Filtering Widget Schemas​</mark> <a href="#step-2-filtering-widget-schemas" id="step-2-filtering-widget-schemas"></a>

* On the Widget Schema Management page, the filter panel and the list of existing widget schemas are displayed.
* You can filter the widget schemas based on Widget Type. The selected filters are displayed in the active filters row.

## <mark style="color:red;">Step 3: Creating a New Widget Schema​</mark> <a href="#step-3-creating-a-new-widget-schema" id="step-3-creating-a-new-widget-schema"></a>

To add a new widget to the Storefront, the first step is to create a **Widget Schema**.

* To create a new widget schema, click the **+ New Widget Schema** button located in the upper-right corner.<br>

  <figure><img src="/files/PLzeRMBtoFG1GrAD1PcD" alt=""><figcaption></figcaption></figure>
* Fill in the required fields, including:
  * **Widget Type:** Provide a name for the widget type.
  * **Schema:** This field defines the widget areas to be displayed on the Storefront in JSON format. It is used to specify the areas that will be included within a widget, subsequently added to the Storefront under the Widget Management menu. Please contact your project manager for assistance in completing this field.
* Click **Save** after filling all necessary fields.<br>

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

## <mark style="color:red;">Step 4: Updating Widget Schemas​</mark> <a href="#step-4-updating-widget-schemas" id="step-4-updating-widget-schemas"></a>

* To make updates, click on the row of an existing widget schema in the list.
* You will be directed to the detail screen where you can make the necessary changes.<br>

  <figure><img src="/files/kQW4pb5TWlCQGWCenJqk" 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.akinon.com/tutorials/omnitron/sales-channels/content-management/how-to-manage-widget-schema-in-omnitron.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.
