# How do I change the default for currency fields?

Kumu allows you to change your [field type](/guides/fields.md#field-type) to 'currency', so that currency values are nicely styled with a currency sign. The default is the dollar sign - $, but if you'd like to change this to any other currency, take the following steps:&#x20;

1. Click on the [Project Settings](/overview/user-interfaces/settings.md) menu in the top-left corner of your Kumu project
2. Choose the 'Fields' tab
3. Click on the field that you'd like to change the currency for
4. Make sure 'Type' is set to 'Currency' and then you can click on the dropdown next to 'Currency' to change it
5. Save your changes all the way at the bottom

<figure><img src="/files/BOP0gaVN5MlPkhvMvn2o" 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://docs.kumu.io/frequently-asked-questions/how-do-i-change-the-default-for-currency-fields.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.
