# For Attendees

Buy and use NFT tickets for events on Mythra.

## How to Get Tickets

{% stepper %}
{% step %}

### Find Events

Browse available events on the platform.
{% endstep %}

{% step %}

### Purchase Tickets

* Connect your Solana wallet
* Select ticket quantity
* Confirm transaction
* Receive NFT in your wallet
  {% endstep %}

{% step %}

### Check In

* Present QR code at event
* Sign verification message
* Get access to event
  {% endstep %}
  {% endstepper %}

## Ticket Features

* **Secure** - Cannot be duplicated
* **Verifiable** - Live wallet signature check
* **Transferable** - Sell or gift to others
* **Proof of Attendance** - Permanent record

## Supported Wallets

* Phantom
* Solflare
* OKX wallet
* Any Solana wallet adapter


---

# 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://mythra-2.gitbook.io/mythra-docs-1/documentation/introduction/getting-started/for-attendees.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.
