# How to use your ticket?

To use a ticket to enter the event group you must:<br>

{% stepper %}
{% step %}
Go to the event page after buying a ticket.
{% endstep %}

{% step %}
Use a ticket under the ‘You have N tickets’ tab.

{% hint style="warning" %}
The process of using a ticket is irreversible.
{% endhint %}
{% endstep %}

{% step %}
Submit a request to join in the Telegram app.
{% endstep %}

{% step %}
Go to the group via a link that the MyShCh bot will send after successfully approving the request.
{% endstep %}
{% endstepper %}

View step-by-step video instruction:

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


---

# 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-use-your-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.
