> For the complete documentation index, see [llms.txt](https://birthdaybot.scottbucher.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://birthdaybot.scottbucher.dev/faq-1/custom-messages/customizing-custom-messages.md).

# Customizing Custom Messages

## Customizing the embed setting of a message

A message can be embedded or not. Here is an example of an embedded message:

![](/files/73Ft3jmurCec8ax6ftup)

A non-embedded message shows up as regular text.

When adding a new message the bot will prompt you for an embed setting.

`/message edit embed`- Edit a pre-existing message's embed setting.

This setting can be changed for each message individually.

## Customizing the color of a message \[Premium Only]

A message embed color is the color on the left side of a message embed. This setting won't apply if your use embed setting is set to false.

When adding a new message the bot will prompt you for a color if the message is embedded.

`/message edit color` - Edit a pre-existing message's color

This setting can be changed for each message individually.

## Customizing the title/footer of a message \[Premium Only]

Each embedded custom message can have a custom title and footer which appear above and below the message description respectively.

When adding a new message the bot will prompt you for a title and footer if the message is embedded.

`/message edit title`- Edit a pre-existing message's title

`/message edit footer`- Edit a pre-existing message's footer

This setting can be changed for each message individually.

## Customizing the image of a message \[Partially Premium Only]

Servers with Birthday Bot Premium can set the thumbnail of an embedded message using the following command:

`/message edit image`- Edit a pre-existing message's image

When adding a new message the bot will prompt you for a image if the message is embedded.

However, for non-premium servers images can be added by setting the custom message to not be embedded and simply linking to the desired image. Discord will automatically display the image if it is a valid link.


---

# 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://birthdaybot.scottbucher.dev/faq-1/custom-messages/customizing-custom-messages.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.
