# Try It Out

Use this guide to run an end-to-end **Inji Certify** issuance flow.

You’ll start from a running Certify instance. You’ll end with a credential downloaded in a wallet.

### What you’ll do

* Bring up Inji Certify locally.
* Configure a sample issuer and credential type.
* Request and receive a credential from a wallet.

### Prerequisites

* A working Inji Certify deployment.
* Access to the Certify APIs.

If you don’t have Certify running yet, start with [Local Setup](/inji-certify/build-and-deploy/local-setup.md).

### Next steps

* Read the [Workflow](/inji-certify/functional-overview/workflow.md) to understand the moving parts.
* Follow the [End User Guide](/inji-certify/functional-overview/end-user-guide.md) for the wallet-side steps.
* Use the [API](/inji-certify/api.md) docs to issue credentials programmatically.


---

# 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-certify/functional-overview/try-it-out.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.
