# Test Mode

By default, Upzelo will connect in live mode. It is highly recommended that you first set up your account using test mode so that you can fully explore the system and integrate it into your dev/staging environment so as to not affect any live data unintentionally.

Test mode is completely isolated from live mode so there is no way that any operations can affect live data. It is recommended that you add your test mode API keys from your payment provider to Upzelo test mode. Some payment providers, unfortunately, do not offer a test mode, in these cases, it is best to use a separate account for testing.

{% hint style="info" %}
Test mode can be turned on from the sub-menu activated by clicking the cog icon at the bottom left of the Upzelo dashboard.
{% endhint %}

<figure><img src="/files/VvkJR37w61NJxBIIPjVs" alt="Submenu with test mode toggle "><figcaption><p>Sub menu with test mode toggle</p></figcaption></figure>


---

# 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.upzelo.com/developer-guide/test-mode.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.
