> For the complete documentation index, see [llms.txt](https://docs.yaycommerce.com/yaycurrency/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yaycommerce.com/yaycurrency/compatibility/name-your-price.md).

# Name Your Price

The Name Your Price plugin allows you to set flexible pricing for chosen products, giving you the freedom to specify the price you're willing to accept.&#x20;

This integration empowers users by providing them with a personalized shopping environment where they can name their prices for products and effortlessly switch between different currencies of their choice while browsing and making purchases.&#x20;

Starting with the Name Your Price setting tabs, you have the option to customize and rename the text for the add-to-cart button, minimum price, suggested price, and name your price field.

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

Look for the ‘Name Your Price’ in the Product Data metabox and Tick the checkbox to allow users to set price for this product. You can set your own price for simple, subscription, and bundle products.

Fill in the suggested, minimum, and maximum prices as desired.

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

On the product page, customers will see the suggested price, currency conversion bar, and a field where they can enter the desired amount.&#x20;

<figure><img src="/files/88LdqTmmDarMrQfmSkcS" alt=""><figcaption></figcaption></figure>

When customers switch to another currency, they can easily view the price converted into their chosen currency, along with the corresponding currency symbols.

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

Once you input the amount and click 'Add to Cart', the product is added to your cart. On the cart page, the price, including the selected currency, is displayed in full. You have the option to change the price and update it as needed.

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

<br>

\ <br>


---

# 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.yaycommerce.com/yaycurrency/compatibility/name-your-price.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.
