# Welcome 👏

{% hint style="info" %}
Tokenpay

Commercial payment system for whole mainstream cryptocurrencies.
{% endhint %}

### Preparation <a href="#preparation" id="preparation"></a>

Welcome to read the `API` payment access document. Before starting access, you need to do something:

1. Access and login [merchant backstage](https://ttpay.io/console?lang=en).
2. Create a payment app in the merchant backstage, and it will be generated `APP_ID` and `APP_PSECRET` for API calls after creation..
3. Read [access instructions](https://apidoc.tokenpay.me/description/access-instructions) relevant content.

You can try to [place an order](https://apidoc.tokenpay.me/order/order-creation) request by interface now.

### Having trouble? <a href="#having-trouble" id="having-trouble"></a>

If you encounter any problems during the access process. Please preferentially read our [access instructions](https://apidoc.tokenpay.me/description/access-instructions) document.&#x20;


---

# 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://apidoc.tokenpay.me/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.
