> 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/store-management/how-to-manage-stores-in-omnitron.md).

# How to Manage Stores in Omnitron?

This tutorial provides step-by-step instructions for managing stores 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>

* Access the **Omnitron** panel through your URL.
* Insert your granted *Username* and *Password*, and click the **Sign In** button.\
  ![](/files/Z1eP4ENNUltBV2gem494)

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

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

  <figure><img src="/files/6Cm8lgynaqebOAcLWFcZ" alt=""><figcaption></figcaption></figure>

## <mark style="color:red;">Step 3: Filtering Stores​</mark> <a href="#step-3-filtering-stores" id="step-3-filtering-stores"></a>

* On the Stores page, the filter panel and the list of existing stores are displayed.
* You can filter the stores based on Store Name, ERP code, etc. The selected filters are displayed in the active filters row.

## <mark style="color:red;">Step 4: Creating a New Store​</mark> <a href="#step-4-creating-a-new-store" id="step-4-creating-a-new-store"></a>

To create a new custom page, click the **+ New Store** button located in the upper-right corner.

<figure><img src="/files/2z7ZDQWTMgZQ4uhCmb9m" alt=""><figcaption></figcaption></figure>

* **Store Name:** Enter the name of the store which will be displayed to users.
* **ERP Code:** Enter the code specified for the store within the client’s own ERP software.
* **Country, City, Township, District:** Select these from the displayed drop-down menu.
* **Address:** Enter the full address of the store.
* **Phone:** Enter the store’s phone number.
* **Fax**: Enter the store’s phone number.
* **Store Image:** Upload a store image by browsing the files on your computer.
* **Work Hours:** Enter the work hours of the store for each day.
* **Status**: Select the active/passive status of the store.
* **Delivery from Store**: Select whether this store will be available among options to deliver from the store, regarding orders placed via the website.
* **Store Type:** Select a store type that is defined in the backend.
* **Channel**: Select the sales channel to which the store will be added.
* **Sorting**: In storefront, you enter the order in which it will be displayed in the list.
* **Coordinates:** Hold and slide the map indicator to mark the location of the map or manually enter the coordinates in the related fields. If the latter option is used, the map indicator is automatically moved to the specified location.

Click **Save** after filling all necessary fields.

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

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

## <mark style="color:red;">Step 5: Add/Remove Buddy Stores​</mark> <a href="#step-5-addremove-buddy-stores" id="step-5-addremove-buddy-stores"></a>

Buddy stores are local businesses that have formed partnerships to support each other's operations.

* Select buddy stores for the corresponding store by clicking the "**+**" button, where all the stores on the Omnitron are listed.
* You will then see the selected buddy store in the data table above.
* If necessary, you can remove it from the selected list by clicking the "**-**" button.<br>

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

## <mark style="color:red;">Step 6: Add/Edit Store Page​</mark> <a href="#step-6-addedit-store-page" id="step-6-addedit-store-page"></a>

* To edit the store page, simply click on one of the existing store rows, make the desired changes as outlined above, and then click on the **Save** button.<br>

  <figure><img src="/files/on5VmEJAiyEHJzItXw5m" 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/store-management/how-to-manage-stores-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.
