# Manage currencies

There are several parts in Monica where you can indicate a currency (loans, for instance). There are [many, many currencies](https://en.wikipedia.org/wiki/List_of_circulating_currencies) in the world – 130 in fact. There are very good chances that you don't need all those currencies in your account, even though Monica supports them all.

In your `Settings > Personalize your account > Currencies` page, you can enable or disable the currencies you want to use in your account. Every user in the account will inherit these settings.

You can also disable them all, or enable them all. It's up to you.

If you disable a currency that were previously used, for instance in a loan, your currency will still be available when editing this loan.

<figure><img src="/files/90xlVqVNboGeVDeJLEa5" alt=""><figcaption></figcaption></figure>

<br>


---

# 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://docs.monicahq.com/user-and-account-settings/manage-currencies.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.
