# Event Tickets

{% hint style="info" %}
**Good to know:** Within Move, each ticket is treated separately from any other. This is key to allowing Move to remain flexible to fit different types of event creators. Within each ticket you create for an event, you set up if the ticket is paid or free, the main currency the ticket should display in, and if you want to absorb fees or pass fees to customers, + more.
{% endhint %}

### Creating and managing tickets

Each ticket represents a ticket type. This allows us to serve a multitude of events that need many pricing tiers. Tickets can be either free or paid and contain flexible settings.

#### SAVING TICKETS!!

{% hint style="info" %}
When creating and editing tickets. Once ready to save your tickets, navigate to the **publish settings** section and save the entire event.
{% endhint %}

#### Ticket Fields

The following details are required to create a ticket

* Ticket Name - Name of ticket type. (Ex. General Admission, VIP seating)
* Available Quantity - Amount of total tickets for sale
* Availability start and end - Ticket availability dates. Tickets can't be reserved unless the current time is between these values.
* Price - Ticket price if the ticket is not free
* Publish ticket - Ticket is done, and publicly available
* Free ticket - Ticket accepts free reservations, no payment is required
* Pass fees - Pass Move's payment processing fees to customers to receive flat payments

<figure><img src="https://3218237156-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJIQkbsMaYX9ZRB4OokuR%2Fuploads%2FzPvHCPsc5Yyd51kOvG8J%2FTicket%20management.png?alt=media&#x26;token=91beab98-f899-40cd-94cd-85d4d2d09b89" alt=""><figcaption></figcaption></figure>


---

# 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.m0ve.app/events/event-tickets.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.
