# Integration Options

To access these settings:

> Head to your [Dashboard](https://tickettool.xyz/manage-servers)\
> Select your server\
> Go to the [**Panel Configs**](https://docs.tickettool.xyz/dashboard/panel-configs) Tab\
> Under **Advanced Settings**, click on **Integrations** Options

### Bloxlink for Roblox

{% hint style="success" %}
Hey! You've came across a [Premium](https://tickettool.xyz/premium) exclusive setting 👀
{% endhint %}

This feature allows you to integrate the [Bloxlink Discord Bot](https://blox.link/) within Ticket Tool!

#### Roblox user integration using Bloxlink

Enabling this feature will enable access to Bloxlink variables within the selected panel as well as the auto display feature explained below.

#### Auto display roblox user on the Ticket Message as an additional embed

When enabled, this setting will add an embed containing the user's Roblox ID, the author field includes the URL to the Roblox profile.

{% hint style="info" %}
When having multiple accounts linked on [Bloxlink](https://blox.link/), the variables will show the information for the main account.
{% endhint %}

![Example Bloxlink template embed](https://i.imgur.com/RrGa5YZ.png)

{% hint style="warning" %}
If the user doesn't have a Roblox account linked to Bloxlink the bot will skip adding the embed even if this feature has been enabled.
{% endhint %}

#### Bloxlink Variables

| **Variable**            | **Description**                                        |
| ----------------------- | ------------------------------------------------------ |
| `{roblox.name}`         | The Roblox username                                    |
| `{roblox.display.name}` | The Roblox user's display name                         |
| `{roblox.id}`           | The ID of the Roblox account                           |
| `{roblox.url}`          | Direct URL to the Roblox user url                      |
| `{roblox.created}`      | The date in which the Roblox account was created       |
| `{roblox.age}`          | The age of the account given in days, months and years |
| `{roblox.verified}`     | Wether this user has the verified badge or not         |
| `{roblox.banned}`       | Wether this user has been banned or not                |

The [{ticket.user}](https://docs.tickettool.xyz/dashboard/variables#ticket-variables) is the user whose account will be checked within Bloxlink for a linked roblox user.

{% hint style="success" %}
Make sure to always **save** changes using the pop-up shown whenever a change is done.
{% 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.tickettool.xyz/dashboard/panel-configs/integration-options.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.
