# Advanced ticket settings

* **Re-Entry**: Allow or bar guests from being able to use their ticket to re-enter the event. If allowed, set the amount of times they can use their ticket to re-enter.
* **Limit users to one ticket type**: If a user has bought or claimed a VIP ticket, they would not then be able to claim a GA ticket as well, for example.
* **Cancellations**: Allow guests to cancel their attendance up to 24 hours prior to the event. This is particularly useful when implementing a waitlist.
* **Verification Method**: Decide whether to check attendees’ wallets upon check-in to make sure they are still holding the digital collectible they were required to hold for ticket purchase, or check only for the ticket.


---

# 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.tokenproof.xyz/documentation/tokenproof-apps/portal/events/creating-an-event/ticket-types/advanced-ticket-settings.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.
