# Concepts

- [What is UR?](https://docs.ur.app/concepts/what-is-ur.md)
- [Partner Integration Flow Concepts](https://docs.ur.app/concepts/partner-integration-flow-concepts.md): Partner-facing concept overview. For API references and technical integration details, see docs.ur.app.
- [The User Lifecycle](https://docs.ur.app/concepts/overview-the-user-lifecycle.md): A UR user's journey from pre-signup to live.
- [KYC & Compliance](https://docs.ur.app/concepts/kyc-and-compliance.md): What UR verifies during KYC, the data we collect, and the methods we use.
- [Core Banking Overview](https://docs.ur.app/concepts/core-banking-overview.md): An overview of fund movements on UR.
- [Deposits](https://docs.ur.app/concepts/deposits.md): This page details how a user is able to increase his UR fiat balance through deposits – via bank transfers and crypto offramp.
- [Withdrawals](https://docs.ur.app/concepts/withdrawals.md)
- [Transfer Assets to Partner Platform](https://docs.ur.app/concepts/transfer-assets-to-partner-platform.md)
- [FX](https://docs.ur.app/concepts/fx.md)


---

# 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/concepts.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.
