# Restarts Notifications

The Restarts feature automatically sends a message once your server restarts, with optional configuration.

#### OBJECTIVES

* [Setup the Restarts Module](#setup)
* [Modify the Restarts Embed to suit your server](#modifying-the-embed)

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

#### REQUIREMENTS

**Premium Tier** and **Deluxe Tier** subscriptions have access to this feature, however **Deluxe Tier** provides more customisation options.

You need to use **TXAdmin** **Announcement Notifications** to use this functionality.

## Setup

Run the [`/restarts setup`](/commands/restarts/setup.md) command, then supply the relevant information. You can give the connect link, or just the IP of the server. The bot will automatically correct this. Once you have configured the module, it will automatically respond to the webhook!

### Modifying the Embed

If you are unhappy with the default look for the embed, you can change it yourself. Users with the **Deluxe Tier** have more customisation for this section.&#x20;

To modify the embed, you can use the [`/restarts embed`](/commands/restarts/embed.md) command. A form will pop-up on your screen, and you can change the configuration yourself. To change the colour, you will need to use hex values.&#x20;

{% hint style="info" %}
You can find a hex colour using [**this link**](https://www.google.com/search?q=hex+colour+picker).
{% endhint %}

<figure><img src="/files/DGi1DcDtzQOC5IpU1BNX" alt=""><figcaption><p><a href="https://zap-hosting.com/deluxe"><strong>Click here to be redirected to our affiliate link!</strong></a></p></figcaption></figure>


---

# 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.elyxir.dev/features/restarts.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.
