# How to buy ticket?

To buy a ticket for the event you need to:<br>

{% stepper %}
{% step %}
Go to the event showcase where the tickets are located.
{% endstep %}

{% step %}
Select a payment token.

{% hint style="info" %}
Make sure there is enough gas in the wallet to pay the fee to the network.
{% endhint %}
{% endstep %}

{% step %}
Confirm the transaction in your wallet.
{% endstep %}
{% endstepper %}

View step-by-step video instruction:

{% embed url="<https://youtu.be/Lrh5E7ZMvyg>" %}


---

# 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.myshch.io/myshch/tutorials/for-event-visitors/how-to-buy-ticket.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.
