# Overview

## Welcome to the Seller Center

Here, you’ll find everything you need to list your products on About You, handle orders, and manage shipment workflows. Each section provides step-by-step guidance—from setting up your products and editing stock or prices to fulfilling customer orders and processing returns. Additionally, you can read about the mode of operation and About You's service and logistic requirements.&#x20;

For those who want deeper integration, there’s also an API documentation.

Whether you’re just getting started or exploring advanced features, this documentation will help you leverage the Seller Center for your business.

{% embed url="<https://drive.google.com/file/d/1DUV1uKBLvsIwgkt6A64bs6o-19BbQVr5/view?usp=sharing>" %}

***

## Upload and Manage Products

• Add products via the UI, Excel import or API.

• Update stock and pricing in a few clicks.

• Publish products to go live on About You.

*You can find more information about this in the "User Guide" section.*

***

## Handle Orders and Shipments

• Monitor all incoming orders.

• Ship items individually or in batches, track cancellations, and manage returns.

*You can find more information about this in the "User Guide" section.*

***

## Use the API (Optional)

* Integrate your existing systems to automate product uploads, stock updates, and order processing.

*You can find more information about this in the "API" section.*


---

# 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.partner.aboutyou.com/general/overview.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.
