> For the complete documentation index, see [llms.txt](https://docs.partner.aboutyou.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.partner.aboutyou.com/managing-products-and-prices.md).

# Managing Products & Prices

As you transition to the marketplace model, your daily routine remains unchanged—you'll continue managing your products directly in SCAYLE. Here are just a few general reminders on pricing and product onboarding.

{% hint style="info" %}
Note: Your Seller Center account will be ready soon. Once live, it will become your central hub for managing products, pricing, campaigns, and marketing.
{% endhint %}

If you have any questions or need support, feel free to contact us through the[ Service Desk](https://aboutyou.atlassian.net/helpcenter/sellercenter/?_hsmi=2\&utm_campaign=114326744-Seller+Center+Welcome+Cycle\&utm_content=2\&utm_medium=email\&utm_source=hs_email) and our Account Management Team will be happy to help.&#x20;

***

### Pricing Responsibility & Visibility&#xD;

With price sovereignty, you are fully responsible for setting and managing your prices. ABOUT YOU receives your pricing data directly via your middleware, but we do not verify, validate, or manually modify these prices.&#x20;

Please note that how quickly price updates appear on the platform depends on your middleware configuration—reach out to your middleware provider to adjust these refresh settings.

***

### Product Onboarding & Mapping&#xD;

When you submit new products via your middleware, they enter our system with the status "**New**." From there, items go through our mapping process, which typically takes up to two weeks.&#x20;

Once mapping is complete, your products will automatically go live on the platform without requiring any further action on your end.


---

# 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.partner.aboutyou.com/managing-products-and-prices.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.
