# Welcome

## Supported Currencies

BTPay supported currencies

{% content-ref url="supported-currencies" %}
[supported-currencies](https://btpaydocs.blackthornfs.com/supported-currencies)
{% endcontent-ref %}

{% hint style="info" %}
To generate your API Access Bearer Token, login to your merchant <https://digitalbackoffice.blackthornfs.com> account, click on your name in the top right of the page and then click on profile in the dropdown. Click on the API Access token tab.

or

Direct link to your API Access token tab in your profile:&#x20;

[https://digitalbackoffice.blackthornfs.com/account/token ](https://digitalbackoffice.blackthornfs.com/account/token)<br>

Click on Create Token Button.

***Note:** Save your token in a safe place, this is only shown 1 time at the time of creation.*
{% endhint %}

## Want to deep dive?

Start exploring our API reference to get an idea of everything that's possible with the API:

{% content-ref url="reference/api-reference" %}
[api-reference](https://btpaydocs.blackthornfs.com/reference/api-reference)
{% endcontent-ref %}


---

# 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://btpaydocs.blackthornfs.com/welcome.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.
