# Pricing

The pricing table showcases both monthly and annual prices using a toggle button.

OneMix supports multi-currency pricing. The default currency can be changed by changing the value of `DEFAULT_CURRENCY` in the .env file.

> **TIP:** The pricing table shows the products saved in the DB and Stripe. Make the changes in the `scripts/config.ts` file to update the products, prices, etc. If required, clean the DB and re-run the seed command. Checkout [Cleaning Up The Database](/features/database.md).

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


---

# 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://onemix-docs.saask.ing/components/pricing.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.
