> 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/seller-center/seller/store-management.md).

# Store Management

### <mark style="color:red;">Step 1: Log In</mark>

Go to the **Seller Center** platform and **log in** with your credentials.

### <mark style="color:red;">Step 2: Access Store Management</mark>

From the navigation menu on the left, click on:\
**Store Management**

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

### <mark style="color:red;">Step 3: Widget Management</mark>

You will land on the **Widget Management** page.

1. Fill in the required information for each widget.
2. You will commonly configure widgets like:
   * **Name**: Label for the widget section.
   * **Template**: Layout or structure of the widget (template value must be confirmed with Marketplace Owner).
3. After completing the fields, click **Save and Continue**.

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

### <mark style="color:red;">Step 4: Recommendation System</mark>

You will move to the **Recommendation System** step.

1. Choose a collection type (e.g., **Most Popular**, **New Arrivals**, etc.).
2. Fill in all required fields for this section.
3. Click **Save and Continue** to proceed.

### <mark style="color:red;">Step 5: Collection Widget Management</mark>

Now you're in the **Collection Widget Management** step.

1. Configure your collection widget by filling in the following:
   * **Name**: Internal label for the collection.
   * **Template**: Layout of the collection (confirm with MPO).
   * **Title**: The title displayed on your storefront.
   * **Collection Limit**: Set how many items to show.
   * **Collection**: Choose which products/content to include.
2. Review your entries and make adjustments if needed.
3. Click **Save** to complete setup.

<figure><img src="/files/Zt0yipAQSHvKEuNfib8O" 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:

```
GET https://docs.akinon.com/tutorials/seller-center/seller/store-management.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.
