> For the complete documentation index, see [llms.txt](https://invomagic.gitbook.io/ticketsdocs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://invomagic.gitbook.io/ticketsdocs/welcomebye/welcomer.md).

# Welcomer

Use our intuitive WYSIWYG Welcome Message Editor to craft awesome well built Welcome Messages

[<sup><sub>*<mark style="color:$info;">Looking for the old welcomer? Click here</mark>*<sub></sup>](/ticketsdocs/welcomebye/welcomer/welcomer-legacy.md)

## Setup & Config

To Setup and Configure the Welcomer run `/welcomer config` which will open up a small menu

<figure><img src="/files/1QQMaOMLISvlQi1TCiIV" alt="" width="563"><figcaption></figcaption></figure>

This contains the following Configurations, lets go over them in detail

### Welcome Message

{% hint style="info" %}
Footers & Random Welcome messages are TicketsPRO Only
{% endhint %}

This is the WYSIWYG Editor, it allows you to edit pretty much every aspect of the Embed via the buttons, most are self explanatory but heres the ones that aren't

Enable Random Images: Enables The Pre-set Random Welcome Images, these will be chosen whenever a user joins your server\
Enable Custom Random Images: Enables the Welcomer's Custom Random Image System\
Disable Random Image (Both): Disables both settings above\
I'm Done: Ends the sessions and Toggles the Welcomer On

**To mention the joining user use the `<joininguser>` placeholder, it also only works in the body**

<figure><img src="/files/AwR1bBPRDg93vSGZKYq6" alt="" width="563"><figcaption></figcaption></figure>

### Welcome Channel

This is the channel Tickets will welcome members in, ensure you pick a public one.\
You use the menu below to select a new message

<figure><img src="/files/KEbSDxuFQIkjvg11v3Wv" alt="" width="563"><figcaption></figcaption></figure>

### Random Custom Welcome Images

{% hint style="warning" %}
This is a TicketsPRO Exclusive Features
{% endhint %}

If you want to use your own custom images to be randomly picked you can use this feature, please note the following

* You must use an Image Link
* Only Links from [TicketsCDN](/ticketsdocs/tickets/ticketscdn.md), Imgbb, and Imgur can be used
* You may only have a max 20 images at one time

<figure><img src="/files/Mg7zGIOLwtZkMmOHinVB" alt="" width="563"><figcaption></figcaption></figure>

To manage this feature you can use the following settings

#### Add an Image

Select "Add an Image" on the drop down, this will appear, click the button below and enter an image link, an example of an image link would be <https://ticketscdn.invomagic.com/images/1760860658494-vv3pqm.jpg> on TicketsCDN or <https://i.imgur.com/FobKN0y.jpeg> on Imgur

<figure><img src="/files/FJrHQxWY1U8Eldy1gbLx" alt="" width="563"><figcaption></figcaption></figure>

#### View Images

Select the "View Current Images" from the drop down, you'll see this message full of all the image links you added, they are each asigned a number, the higher the number the sooner it was added

<figure><img src="/files/iu65EpVU1wMjCGS50hJ2" alt="" width="563"><figcaption></figcaption></figure>

#### Remove an Image

Select "Remove an image" from the drop down, then click the button below named "Remove", you'll get a popup, select the image you want to remove, you must enter a number, enter the number of the image you want removed, you can get this number from the View Current Images feature

<figure><img src="/files/wG9Ys6E3dfkULChmT2H4" alt="" width="563"><figcaption></figcaption></figure>

### Status Toggle

This allows you to quickly toggle the Welcomer on/off, you simply click the Toggle button below to change its status

<figure><img src="/files/Blycz8DTEihzECPZyjA9" alt="" width="563"><figcaption></figcaption></figure>

## How it works

When a user joins your server Tickets will notify and greet them by sending the welcome image you have configured in the channel you selected, heres an example on how it may look

<figure><img src="/files/8c4aiEnqy2vV2mu97Iqq" alt=""><figcaption></figcaption></figure>

You may update your Welcome message at any point and its changes will affect any new welcomes


---

# 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, and the optional `goal` query parameter:

```
GET https://invomagic.gitbook.io/ticketsdocs/welcomebye/welcomer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
