# End User Guide

{% hint style="warning" %}
**Important**: We are in the process of updating screenshots and content in the End User Guide to reflect our new branding. These updates will be available soon, thank you for your patience!
{% endhint %}

Use this guide to verify a Verifiable Credential (VC) on the Inji Verify portal.

You can verify a VC from a QR code. You can also request a VP from a wallet. That uses OpenID4VP.

### Choose your flow

Start with the UI basics. Then pick the verification method that matches your use case.

* [Verify by scanning the QR Code](/inji-verify/functional-overview/end-user-guide/verify-by-scanning-the-qr-code.md)
* [Verify by uploading the QR Code](/inji-verify/functional-overview/end-user-guide/verify-by-uploading-the-qr-code.md)
* [VP Verification - Cross Device Flow](/inji-verify/functional-overview/end-user-guide/vp-verification-cross-device-flow.md)
* [VP Verification - Same Device Flow](/inji-verify/functional-overview/end-user-guide/vp-verification-same-device-flow.md)
* [Credential Display Capabilties](/inji-verify/functional-overview/end-user-guide/credential-display-capabilties.md)
* [Error Handling](/inji-verify/functional-overview/end-user-guide/error-handling.md)

### Which method should I use?

* **Scan QR** when you have a visible QR and camera access.
* **Upload QR** when you have a PDF or image. Use this if scan fails.
* **VP verification (cross-device)** when the verifier is on desktop. The wallet is on a phone.
* **VP verification (same-device)** when both run on the same phone.

### If you’re just exploring

Use the collab walkthrough for a safe, ready-to-use environment.

* [Inji Verify - Collab Guide](/inji-verify/functional-overview/releases-1/inji-verify-collab-guide.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.inji.io/inji-verify/functional-overview/end-user-guide.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.
