# Ticket rewards

If you have a [ticket integration](/event/general/integrations.md), adding a new reward will present you with the option to make this a ticket reward. These will allow you to give your members rewards that result in actual entry tickets to the event.

{% hint style="info" %}
Only when you mark a reward as ***given*** will this trigger an email to the recepient with a link to a special form on the platform. There, they can choose a number of tickets from a number of ticket types (the numbers you configured in the reward).
{% endhint %}

### Number of tickets

The receiver of this reward can download tickets. This number allows you to configure **how many** tickets they can download.

### Products

Ticket rewards need at least one of your ticket integration products linked to it. The platform will show you all products that are in use by your ticket integration on Eventication. Select those that you want the receiver of the reward to choose from. Can be one, can be all or a selection.

### Emails

When one of these rewards is *given* to a person, an email will be automatically sent in the background informing the receiver. This email includes a link where the receiver can configure and download their ticket. The email has default values for subject, body and ticket button title, but you can customize them if you want.

#### Ticket email subject

The subject of the email.

#### Ticket email body

The body of the email.

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

#### Ticket email button

The button title in the email. This button redirects to the page where the receiver can configure and download their tickets.

## How to's

* [Example of rewards with tickets](https://docs.eventication.com/event-how-to/rewards-with-tickets)


---

# 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/general/rewards/ticket-rewards.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.
