> For the complete documentation index, see [llms.txt](https://docs.akinon.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.akinon.com/tutorials/omnitron/sales-channels/how-to-manage-products-in-omnitron.md).

# How to Manage Products in Omnitron?

This tutorial provides step-by-step instructions for managing Products in Omnitron.

## <mark style="color:red;">Step 1: Access to Omnitron​</mark> <a href="#step-1-access-to-omnitron" id="step-1-access-to-omnitron"></a>

* Get access to the Omnitron panel.
* Enter your Username and Password, and then click the **Sign In** button.\
  ![](/files/FQgto2ESMuyyETj02bTx)

## <mark style="color:red;">Step 2: Navigate to Products Page​</mark> <a href="#step-2-navigate-to-products-page" id="step-2-navigate-to-products-page"></a>

* Follow the **Sales Channels** sidebar and click the **Products** page.<br>

  <figure><img src="/files/YDtYML1JryhPPG8uNYXc" alt=""><figcaption></figcaption></figure>
* If the sales channel type is web or distributed, the above module is displayed.
* On the **Products** page, the include and exclude filter panel and the list of existing products are listed.<br>

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

## <mark style="color:red;">Step 3: Add/Remove Products to Catalog​</mark> <a href="#step-3-addremove-products-to-catalog" id="step-3-addremove-products-to-catalog"></a>

* In the product list, users can use the **Select Action** dropdown to either perform the **Add Selected Products to Catalogs** or **Remove Selected Ones From Catalog** actions for the listed items. The same actions can also be executed on the **Products & Catalogs > Catalogs > Product List** page.<br>

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

## <mark style="color:red;">Step 4: Navigate to Edit Product Page​</mark> <a href="#step-4-navigate-to-edit-product-page" id="step-4-navigate-to-edit-product-page"></a>

* Upon clicking the product, the product details page will open on the right side of the screen. If a user wants to edit the product, they can initiate the process by clicking the **Edit Product** button, which will subsequently redirect them to the Add/Edit Product page.<br>

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


---

# 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.akinon.com/tutorials/omnitron/sales-channels/how-to-manage-products-in-omnitron.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.
