> For the complete documentation index, see [llms.txt](https://docs.myshch.io/myshch/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.myshch.io/myshch/tutorials/for-event-organisers/classic-space-rocket.md).

# Classic Space Rocket

This module will allow you to mint and list tickets in collections of up to 100 pieces on showcases for your event.\
Classic cycle supports ERC-721 standard tickets. If you want to reward your guests with tokens, the classic showcase supports wNFT tickets, in which it is possible to wrap tokens.\
To get into your event, potential guests buy out NFTs on the showcase page when they interact with it. The showcase will empty when the last ticket in the collection is purchased.<br>

The basic process of organising a classic event:

* [<mark style="color:blue;">Mint ticket</mark>](https://app.gitbook.com/o/X5hn8L8u0uS7RBVBDrVC/s/eiHkXYGyhKbPfGHoLr2O/~/changes/20/tutorials/for-event-organisers/classic-space-rocket/tickets). The batch in the collection is 100 pcs
* [<mark style="color:blue;">Creation of a showcase for tickets</mark>](https://app.gitbook.com/o/X5hn8L8u0uS7RBVBDrVC/s/eiHkXYGyhKbPfGHoLr2O/~/changes/20/tutorials/for-event-organisers/classic-space-rocket/classic-showcases)
* Customizing[ <mark style="color:blue;">the event page</mark>](https://app.gitbook.com/o/X5hn8L8u0uS7RBVBDrVC/s/eiHkXYGyhKbPfGHoLr2O/~/changes/20/tutorials/for-event-organisers/classic-space-rocket/event-page)

Additional features:

* [<mark style="color:blue;">Create SBT certificates</mark>](https://app.gitbook.com/o/X5hn8L8u0uS7RBVBDrVC/s/eiHkXYGyhKbPfGHoLr2O/~/changes/20/tutorials/for-event-organisers/certificates-sbts)
* [<mark style="color:blue;">Give gifts</mark>](https://app.gitbook.com/o/X5hn8L8u0uS7RBVBDrVC/s/eiHkXYGyhKbPfGHoLr2O/~/changes/20/tutorials/for-event-organisers/gifts-for-visitors)
* [<mark style="color:blue;">View Stats</mark>](https://app.gitbook.com/o/X5hn8L8u0uS7RBVBDrVC/s/eiHkXYGyhKbPfGHoLr2O/~/changes/20/tutorials/for-event-organisers/stats)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.myshch.io/myshch/tutorials/for-event-organisers/classic-space-rocket.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
