> For the complete documentation index, see [llms.txt](https://docs.elyxir.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.elyxir.dev/features/tickets/integrations.md).

# Integrations

## Tebex Integration

When users create a donation ticket, it is very desirable to see the details of their purchase without the complication of asking for their transaction id and then searching through the logs. Fortunately,  this feature allows you to automatically ask for their transaction id and then display their transaction details.

This integration is very easy to setup! Simply setup the [**Tebex Verification**](/features/tebex.md) module, and then create a **Tebex Donations** panel when you use the `/panel create` command.

Once you create a ticket and enter a valid transaction ID, it should look like this.

<figure><img src="/files/hx9shZYbr1KXxL2Kl71P" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Important:** It will not work for transaction IDs made before the tebex verification module was setup.
{% endhint %}

### FiveM Integration

When users create a ticket, their in-game status will be automatically shown in the ticket and updated in the ticket if they have their discord linked to their FiveM (which is a fairly standard requirement for most servers).

To setup this feature, you must firstly follow the steps to setup the [FiveM Server Integration](/fivem-integration.md). Then, run the [`/tickets config`](/commands/tickets/config.md)  command, setting the fivem integration as enabled.

<figure><img src="/files/HRKs6VtFDTo0Y0Xp8SAl" alt=""><figcaption></figcaption></figure>


---

# 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:

```
GET https://docs.elyxir.dev/features/tickets/integrations.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.
