> For the complete documentation index, see [llms.txt](https://docs.platform.softwareone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.platform.softwareone.com/modules-and-features/settings/exchange/currency-exchange.md).

# Currency exchange

The **Currency exchange** page provides a read‑only overview of all currency pairs and their associated exchange rate data configured in the Marketplace Platform.&#x20;

It allows you to view the exchange rate relationship between two currencies used in the Marketplace.

### View the currency pairs

To view the list of currency pairs:

1. Go to **Settings** > **Exchange**.
2. Select the **Currency exchange** tab.
3. Review all currency pairs configured for your account. For each pair, you can view the first currency to form the pair and the second currency to form the pair. You can also view rates in both directions, the number of agreements currently using for this pair, and more.

<div data-with-frame="true"><figure><img src="/files/fj3TrtZhKNFs3m1pF7GE" alt=""><figcaption><p>Use the Currency exchange page to track rates.</p></figcaption></figure></div>

### Open currency pair details

To open details for a specific currency pair:

1. Go to **Settings** > **Exchange**.
2. Under **Currency exchange**, select the currency pair that you want to view. The details page for the currency pair opens.
3. Use the available tabs to access different types of information:&#x20;

<table><thead><tr><th width="251">Tab</th><th>Description</th></tr></thead><tbody><tr><td><strong>Rates</strong></td><td>Shows a list of all daily exchange rates stored for the selected currency pair, with corresponding metadata.</td></tr><tr><td><strong>Details</strong></td><td>Shows timestamps and event history details.</td></tr><tr><td><strong>Audit trail</strong></td><td>Shows the <a href="/pages/JDfWpNZKSOWvWaQjaRbq">audit trail</a> of the currency pair.</td></tr></tbody></table>


---

# 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.platform.softwareone.com/modules-and-features/settings/exchange/currency-exchange.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.
