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

# Logix - Wipe Message

The Wipe Message's purpose is an embed that shows a title, description, footer, thumbnail and much more. It is mainly used to show users when a server within a game, e.g. ARK, but can be used for anything else or not relating to a wipe at all.&#x20;

By running /wipe the bot will respond with when the server will wipe, including dates and much more. This can again be altered to something completely different.

<figure><img src="/files/80iKXZpJoLa41YqaQ7Xy" alt=""><figcaption></figcaption></figure>

**Guide for Administrators/Permissions over the bot**

To manage this command, you must have certain permissions to use the bot, e.g. Administrator.&#x20;

1. By running /manage-messages, the bot will respond with a '**Only you can see this'** message.&#x20;
2. You then want to choose \`Wipe Message\` from the dropdown box.
3. Then you will show another prompt from the bot, and you can modify the embed by clicking on the dropdown menu where you can choose multiple changes, such as set colour, description, title and much more.
4. **Remember, when you have finished your embed, click the save message, or it will not save. If you want to go back to your original embed, click reset to default.**

**Embed Meanings**

**Set Colour** - Find a Hex code online of a colour by searching Hex Code Generator or on the lines of that. Once you have a hex code, you paste it in the box, for example #FFFFFF and click submit.

**Set Description** - Write any text you want as a description, not a title. Remember, it must be less than 4000 characters, which is the limit.&#x20;

**Set Title** - Set a simple title for your embed, which will highlight your embed, for example: "Tutorial For ARK Commands"&#x20;

**Set Author** - There are two options: Author Name is the name of the author of the embed, for example, "Bob"&#x20;

Then the second option, which is author icon URL, is a URL of your profile picture/image you want to upload, which will be next to the author's name.

**Set Footer** - The footer is a small text at the bottom of the embed that you can add a note or anything, for example: "Made by Logix" then it will be similar to 'Set Author' you just put your footer icon URL which could be a picture of your business/server.

**Set Thumbnail** - A thumbnail is an image that will be placed at the top right of the embed. Again, using a URL.

**Set Image** - Very similar to 'Set Thumbnail', and it will put an image at the bottom of the text near the bottom of the embed.&#x20;


---

# 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://logix.gitbook.io/logix-docs/logix-wipe-message.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.
