# Tariffs

To mint smart tickets for an event you need to:<br>

{% stepper %}
{% step %}
Create a smart contract for a ticket collection.
{% endstep %}

{% step %}
Customise the name of the organiser, add event and ticket level.
{% endstep %}

{% step %}
Customise the image, name, and description of the tickets.
{% endstep %}

{% step %}
Add ticket properties, if necessary.

{% hint style="info" %}
The ticket is minted in a single copy. The batch of tickets is not indicated.
{% endhint %}
{% endstep %}
{% endstepper %}

View step-by-step video instruction:

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


---

# 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-organisers/smart-space-shuttle/tariffs.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.
