# Ticket configurations

Using our platform you can generate tickets for your visitors. This page allows you to configure all those different tickets. There are a bunch of settings you can adjust to create pretty looking tickets.

**Internal title**: Give this ticket a name. This value is never shown outside of the moderator section. Just an identifier.

**Use ticket background?**: This checkmark will define if you would like to use a full-size background for the ticket. This will cover the whole back side of the ticket.

**Ticket background**: If you want to use a ticket background, it here

**Banner**: If you don't want to use the ticket background, you can upload a banner that will be shown on the top of the ticket

**Map**: Upload an image of the map you would like to show on the ticket (optional)

**Description**: Add a description that will be shown after the map

{% hint style="success" %}
This text area supports [formatting](/event/misc/text-formatting.md).
{% endhint %}

**Map and description on new page?**: This allows you to add a bigger map and more description text on a new page after the ticket

{% hint style="info" %}
A new page will always be "true" if you use a ticket background.
{% endhint %}

On the op of the page there are buttons to add a new configuration, edit an existing one, generate a preview or delete a configuration.

{% hint style="danger" %}
Before deleting a ticket configuration the platform will require you to migrate the dependencies to another ticket configuration. This ensures current lists can keep downloading their tickets.
{% endhint %}


---

# 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.eventication.com/event/accreditation/ticket-configurations.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.
