# Demo

### Login Using Metamask Wallet

![](/files/D4uQM1XFJ6gtkwM1qC02)

### Event Marketplace

![](/files/3iHCOJNdrz8V7KwHsNKM)

Click on `Participate` button to participate in an event.

### Event Form

![](/files/acuRhZXI1eTkIbNBhwmE)

Make a note on the event URL, it contains `userRedirectionToken` which was generated for this issuer by calling `/ext/api/v1/app/user/redirection` API.

### User profile

Once a user has participated in an event, they can see their participated events in their profile.

![](/files/RtiJOLUk3BFhAlYDoLCJ)

All codes are present in [this repository](https://github.com/varsha766/thirdPartyIntegration).


---

# 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.fyre.hypersign.id/developer/demo.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.
