> For the complete documentation index, see [llms.txt](https://help.takulabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.takulabs.io/how-to-get-started/general-settings/money-settings/currency-denominations.md).

# Currency Denominations

{% embed url="<https://go.takulabs.io/how-to-set-up-currency-denominations>" %}

1. Go to **Settings >** **Zones > Current Zone**

![](/files/-MiXVJe010rVN1bE4X6D)

2\. Click the **Denominations** card.

![](/files/-MiXVMkUrVtemg2VhcLl)

3\. The **Monetary Denominations** page will open. The monetary denominations are preset for US and Canadian currency.

![](/files/-MiXVPJSE_h9p6LewuMG)

4\. To making changes to the denominations, click on the **Edit** icon at the top left side of the **Monetary Denominations** section.

![](/files/-MiXVS7HsOmY438Iwt7M)

5\. The **Monetary Denominations** section will go into edit mode indicated by the yellow (**Edit Mode**) next to the title in the header of the section. Now you will be able to make changes to the existing denominations inside the table.

![](/files/-MiXVWJLzviNcZUIeTis)

6\. To change the value of the denomination, select a cell under the Value column.

![](/files/-MiXVa4LbzdbuQ_19U_n)

7\. To change the type of denomination, select an option for **Coin** or **Paper** from the drop down menu in the Cash Type column.

![](/files/-MiXVfnV-FnRZEUskE_a)

8\. To add another monetary denomination, click the **Add Row** icon at the top right hand side of the **Monetary Denominations** page. This will insert a new row in the table.

![](/files/-MiXVircZub0yn4gSHtJ)

9\. Select the cell in the new row to add the value and cash type details. A monetary value is required and cannot be under 0.0001. As well, the Cash Type is a required field.

![](/files/-MiXVkzZU-HsRZgjYDZI)

10\. To finalize your changes, click the **Save All** icon at the top left corner of the **Monetary Denominations** page.

![](/files/-MiXVoB1PpjxLm9nyHBg)


---

# 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://help.takulabs.io/how-to-get-started/general-settings/money-settings/currency-denominations.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.
