> For the complete documentation index, see [llms.txt](https://onestore-dev.gitbook.io/dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://onestore-dev.gitbook.io/dev/chi/docs/apps/common-info/price-info.md).

# Price Information

## Overview <a href="#apps-countries-apppricing" id="apps-countries-apppricing"></a>

This is a menu for entering price information and other details required for product sales.\
Each item can be modified unless it is in the "Under Review" or "Scheduled" status.\
Any changes made will be reflected in real-time.

### Price Info <a href="#price-information" id="price-information"></a>

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

#### **Basic Price Setting:**

* Choose whether the product will be sold as "Free" or "Paid."
* To enable "Paid" sales, you must enter your settlement information in **My Account > Membership Information** and obtain administrator approval.
* You can find detailed information about settlement in **SUPPORT > Membership Registration**.
* Prices can be modified without any restrictions on the number of changes or the modification period.

#### **Basic Prices Entry:**

* Enter the selling price in the base currency set under **Apps > Settings > Default Price Currency Settings**.

#### **Local Price Setting:**

* Enter the sales price for each **country/region** where the product will be distributed.
* By clicking the **Update Exchange Rate** button, you can automatically update prices based on the current exchange rate of the base price.
* Prices can be modified without any restrictions on the number of changes or the modification period.


---

# 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://onestore-dev.gitbook.io/dev/chi/docs/apps/common-info/price-info.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.
