> For the complete documentation index, see [llms.txt](https://docs.enate.net/whats-new/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enate.net/whats-new/older-versions/changes-overview-older-versions/2023.2-changes-overview/supporting-currencies.md).

# Supporting Currencies

## Overview

Enate has introduced a new data type to help you better deal with currencies as part of your process, to ensure that you're always working with the correct currency in your Tickets, Cases & Actions.

Watch the following video to find out more:

{% embed url="<https://enate.cdn.spotlightr.com/watch/MTM3NTk1OQ==>" %}

#### Setting up Currency Fields

To set this up, you can create a custom data field of type 'Currency' in the same manner as you can other types of custom data field by going to the Custom Data Fields section in Builder, clicking to add a new custom data field and the selecting 'Currency' from the 'Type' dropdown.

<figure><img src="https://1296463846-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8xJkS0SKlesb8bmVBtGc%2Fuploads%2FaAIItJlWGwjyxD0450iX%2FCurrency%201.png?alt=media&amp;token=72d747eb-411e-49c6-9ff3-8ef8db90b44a" alt=""><figcaption></figcaption></figure>

Note that when you select currency from the data type drop down, in addition to being able to set a default value, you also need to set a default currency.

Currency-type custom data fields work in the same way as other types of custom data field when it comes to adding them to Custom Cards.&#x20;

#### Setting a Default Currency at Contract Level

You can also set a default currency at Contract level. This is done by accessing a Contract's settings from the Service Matrix screen - from the matrix screen click to edit the desired row and then select Contract. Scroll down and select which currency you would like to set as the default from the relevant dropdown.&#x20;

<figure><img src="https://1296463846-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8xJkS0SKlesb8bmVBtGc%2Fuploads%2FJwFp401whgmIA4KddBB0%2FCurrency%20Contract2.png?alt=media&amp;token=932b55ca-3fd8-4773-ab05-5fadce004157" alt=""><figcaption></figcaption></figure>

This value will then be applied as the default currency for any currency data fields on Custom Cards for Tickets, Cases and Actions running under that contract.&#x20;

Note that this will just set the default currency value, but this can be changed as needed by Work Manager users (assuming the field isn't set to read-only).

See here for more information about using custom data in Enate:

{% embed url="<https://docs.enate.net/enate-help/builder/builder-2021.1/custom-data-and-custom-card-configuration/creating-custom-data-fields>" %}


---

# 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.enate.net/whats-new/older-versions/changes-overview-older-versions/2023.2-changes-overview/supporting-currencies.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.
