# Live Test

This is a crucial step (mandatory to perform) before putting the system into operation effectively and accurately.

💡 Below is how to perform a trial run to test each part before official operation:

<mark style="color:green;">**Step 1:**</mark> Perform a small test transaction (one buy order and one sell order) manually on both exchanges and verify that the positions appear in the XAPY management dashboard (while also checking Telegram notifications).&#x20;

* If the positions appear correctly, the system is functioning normally and you can proceed to the next step (running the strategy).&#x20;

<figure><img src="/files/d9mB8x4q4SepCJxpWdW3" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/GQ7K9DZ2rHPD3BVctaby" alt=""><figcaption></figcaption></figure>

* If not, please verify the API keys, API permissions, and  [notification groups](/setup/on-xapy-platform/notification-config.md).

<mark style="color:green;">**Step 2:**</mark> After depositing funds into your futures account on the exchanges, try performing a manual transfer on the [Financial](/introduction/financials.md) page back and forth between exchanges with a small amount. This ensures that the address whitelisting you performed during the account setup step is correct.

* Transaction logs will be recorded right below if you have set it up correctly
* However, if an error occurs, please check the [address whitelisting step](/setup/on-crypto-exchanges/whitelist-address.md) and the [API permissions](/integration/generate-api-key.md).

If not? Please re-check the setup steps, including the API Keys, [API permissions](/integration/generate-api-key.md), [whitelist addresses](/setup/on-crypto-exchanges/whitelist-address.md), and [notification groups](/setup/on-xapy-platform/notification-config.md).

{% hint style="success" %}
*If you have any further questions, do not hesitate to contact us for support*: [Contact Now](/help/contact-us.md)
{% endhint %}

If everything is working fine, congratulations. Now we can begin searching for, initializing, and running your first strategy.


---

# 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.xapy.io/integration/live-test.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.
