# Development Environment

## Testnet

UR provides a testnet environment for integration development and testing.

**Base URL:** `https://urapi2-qa.ur-inc.xyz`

{% hint style="warning" %}
**KYC data on testnet is mocked.** Identity verification results are simulated and do not reflect real compliance outcomes. After completing the KYC flow on testnet, your test users will not be automatically approved — you must **reach out to the UR team** to have test accounts manually moved to `Live` status. Contact us via your dedicated integration channel to request approval.
{% endhint %}


---

# 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.ur.app/developer-resources/development-environment.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.
