> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flamey.lol/llms.txt
> Use this file to discover all available pages before exploring further.

# Customization

> Tailor Flamey's identity and behavior to match your community.

Flamey puts you in control. From the bot's name and avatar to the color of its embeds, you can make Flamey feel like a custom bot built just for your server.

## Bot Identity (Branding)

<Info>
  **Exclusive Feature:** You can change how the bot appears *specifically in your server*, without affecting other servers!
</Info>

You can customize the following aspects of Flamey's identity:

* **Name:** The nickname the bot uses in your server.
* **Avatar:** A custom profile picture (PFP).
* **Banner:** A widely displayed banner image on the bot's profile.
* **About Me:** A short bio visible in the bot's profile card.

### How to Edit Branding

<Steps>
  <Step title="Open General Settings">
    Navigate to **Dashboard > Settings > General**.
  </Step>

  <Step title="Locate 'Personalization'">
    Scroll down to the **Personalization** section. You will see the current bot profile preview.
  </Step>

  <Step title="Click 'Edit Branding'">
    Click the <Icon icon="palette" iconType="solid" /> **Edit Branding** button.
  </Step>

  <Step title="Upload & Save">
    * Upload your new **Avatar** and **Banner** images.
    * Type a new **Name** and **About Me**.
    * Click **Submit**.
  </Step>
</Steps>

<Warning>
  Uploaded images must be under **8MB**. Animated GIFs are supported for banners!
</Warning>

## Visual Styling

Control the color scheme of Flamey's messages to match your server's aesthetic.

<Tabs>
  <Tab title="Global Theme">
    The **Primary Embed Color** is used for almost all generic bot messages, including error logs, welcome messages, and command responses.

    * **Default:** Flamey Blue (`#5865F2`)
    * **Custom:** Pick any Hex color (e.g., `#FF0000` for Red).
  </Tab>

  <Tab title="Module Accents">
    Specific modules use **Container Colors** to distinguish themselves.

    * **Tickets:** Often use a calming Green or Blue.
    * **Warnings:** Use Orange or Red.
    * **Leveling:** Uses Gold/Yellow.

    <Tip>You can often override these specific colors in their respective module settings.</Tip>
  </Tab>
</Tabs>

## Localization & Behavior

<AccordionGroup>
  <Accordion title="Language Preference" icon="earth-americas">
    Flamey is fluent in multiple languages.

    * **English (`en`)** - Default
    * **French (`fr`)**
    * **Polish (`pl`)**

    Changing the language affects all system messages, buttons, and command responses.
  </Accordion>

  <Accordion title="Command Prefix" icon="terminal">
    While Slash Commands (`/`) are recommended, you can still use classic text commands.

    * **Default Prefix:** `,` (Comma)
    * **Max Prefixes:** You can set up to **5 different prefixes** (e.g., `!`, `?`, `f!`).
  </Accordion>

  <Accordion title="Dashboard Managers" icon="users-gear">
    Want to let your staff configure Flamey without giving them `Administrator` permissions?

    Add them as **Dashboard Managers** in the General Settings. They will be able to log in to the dashboard and edit settings just like you.
  </Accordion>
</AccordionGroup>
