# Classic showcases

To put tickets on the classic showcase for sale you will need to:<br>

{% stepper %}
{% step %}
Create the classic showcase.

{% hint style="warning" %}
A showcase's name cannot be changed once the transaction to create it has been confirmed.
{% endhint %}
{% endstep %}

{% step %}
Select tickets from the list, add prices to them, and list them to the showcase.
{% endstep %}

{% step %}
Link the event that was created when the tickets were minted to the showcase.
{% endstep %}
{% endstepper %}

View step-by-step video instruction:

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


---

# 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/classic-space-rocket/classic-showcases.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.
