> For the complete documentation index, see [llms.txt](https://docs.ur.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ur.app/getting-started/quickstart.md).

# Quickstart

## Get access

To start integrating, email **<support@ur.app>**. UR will help you set up:

* A dedicated integration channel
* API credentials

{% hint style="info" %}
**Self-serve sandbox**: coming soon. Currently, sandbox access and test accounts setup are handled by the UR team.
{% endhint %}

## Set up a Corporate UR account

As a partner, you need a Corporate UR Account to manage fund flows between your platform and funds held by UR on behalf of your users. This involves completing KYB verification with UR and providing an EVM wallet address for your Corporate [URID](/concepts/urid.md).

See [Corporate account setup](/getting-started/overview.md) for the full process.

## Access the sandbox environment

UR provides a sandbox environment for integration development and testing. Access is coordinated with the UR team during onboarding.

See [Development Environment](/developer-resources/development-environment.md) for details.

## Authenticate your API requests

All API requests are authenticated using EIP-191 signatures. You'll sign requests with your partner wallet, and UR verifies the signature on every call.

See [Signature and Verify](/developer-resources/signature-and-verify.md) for how it works, including code examples.

## Next steps

* [Choose your approach](/getting-started/integration-guide.md) — compare Managed Custody Mode and External Wallet Access Mode
* [OpenAPIs](/developer-resources/openapis.md) — understand the API surfaces


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/getting-started/quickstart.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.
