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

# Send a Message

> Send a text message or embed

Using the Send a Message block, you can quickly send messages as Direct Messages, Replies, or regular text messages.

<Columns cols={2}>
  <Column>
    <Card title="Message Compatibility" icon="drafting-compass">
      By default, all Send a Message blocks use the full **Messages v2** system.
    </Card>
  </Column>

  <Column>
    <Card title="Customize Notifications" icon="bell-ring">
      Choose to notify no one, everyone, or specific roles & people.
    </Card>
  </Column>
</Columns>

## The Message Editor

In the message editor, you can drag and drop blocks from the left side onto the canvas, rearrange them, and customize them to your liking.

<Frame>
  <img src="https://mintcdn.com/meridian-b49c11fd/55hKwnvYzkHgu1iY/images/image-0072---3083.png?fit=max&auto=format&n=55hKwnvYzkHgu1iY&q=85&s=3618c685a8ce72fabed69c4adfae7cbd" alt="Image 0072 3083" width="1920" height="1032" data-path="images/image-0072---3083.png" />
</Frame>

### Switching to legacy (v1) messages

To switch back from Components V2, click on ''Default'' in the upper right corner of the editing space.

<Frame>
  <img src="https://mintcdn.com/meridian-b49c11fd/55hKwnvYzkHgu1iY/images/image-0829---3899.png?fit=max&auto=format&n=55hKwnvYzkHgu1iY&q=85&s=c63b2b1798de4f1c208c9e203e3d6447" alt="Image 0829 3899" width="878" height="238" data-path="images/image-0829---3899.png" />
</Frame>

You can switch in between the modes at any time.

<Warning>
  Please note that switching from Components V2 to Default might delete larger parts of your message due to incompatibility of the components. Switching from Default (Legacy) to Components v2 should cause no issues in most cases.
</Warning>

### Testing your messages on different devices and themes

To save time while writing long messages, you can test out how your messages look on Mobile and PC as well as Dark mode and Light mode right in the editor, before even saving!

<Frame>
  <img src="https://mintcdn.com/meridian-b49c11fd/55hKwnvYzkHgu1iY/images/image-0102---4942.png?fit=max&auto=format&n=55hKwnvYzkHgu1iY&q=85&s=09086ae273963b0491edafc416c4a9d8" alt="Image 0102 4942" width="878" height="241" data-path="images/image-0102---4942.png" />
</Frame>

To change devices, use the toggle with the <Badge stroke icon="laptop">Laptop</Badge> and <Badge stroke icon="smartphone">Phone</Badge> icons, located in the upper left corner of the editing space. Using this switch <u>does not</u> affect your message.

To change themes, use the toggle with the <Badge stroke icon="moon">Moon</Badge> and <Badge stroke icon="sun">Sun</Badge> icons, located in the upper right corner of the editing space. Using this switch <u>does not</u> affect your message.

### The components

<Accordion title="Available components">
  <Frame>
    <Columns cols={2}>
      <Column>
        Components v1

        <Card title="Text" icon="text-align-start" horizontal>
          Discord markdown text
        </Card>

        <Card title="Embed" icon="container" horizontal>
          Container for text with a color
        </Card>

        <Card title="Button" icon="mouse-pointer-click" horizontal>
          Interactable Discord buttons
        </Card>

        <Card title="Dropdown" icon="list-checks" horizontal>
          Interactable Discord dropdowns
        </Card>
      </Column>

      <Column>
        \*\*Components v2 \*\*<Badge color="blue" stroke>Default</Badge>

        <Card title="Container" icon="box" horizontal>
          Groups layout inside one card
        </Card>

        <Card title="Text" icon="text-align-start" horizontal>
          Discord markdown text
        </Card>

        <Card title="Button" icon="mouse-pointer-click" horizontal>
          Interactable Discord buttons
        </Card>

        <Card title="Dropdown" icon="list-checks" horizontal>
          Interactable Discord dropdowns
        </Card>

        <Card title="Section" icon="quote" horizontal>
          Text with a button or image
        </Card>

        <Card title="Thumbnail" icon="image" horizontal>
          Used to give the section an image
        </Card>

        <Card title="Media Gallery" icon="images" horizontal>
          1-10 Images shown in a grid
        </Card>

        <Card title="File" icon="paperclip" horizontal>
          An attachment
        </Card>

        <Card title="Separator" icon="minus" horizontal>
          A line to divide content
        </Card>
      </Column>
    </Columns>
  </Frame>
</Accordion>

### Component Behavior

Every single component can be customized and disabled. Customization options differ for each component.

Disabled components still show up in your editor and can be changed, but will not be displayed in Discord once you run your flow.

<Frame>
  <img src="https://mintcdn.com/meridian-b49c11fd/55hKwnvYzkHgu1iY/images/image-6289---6139.png?fit=max&auto=format&n=55hKwnvYzkHgu1iY&q=85&s=93b013ac324700e45961334b1b1b9108" alt="Image 6289 6139" width="878" height="127" data-path="images/image-6289---6139.png" />
</Frame>

<Tip>
  Easily create dynamic content by using variables.
</Tip>

#### Emoji  <Badge color="orange" stroke icon="traffic-cone">Beta</Badge>

On the text, button and select menu components, emojis can be added using an emoji selector. We're using the same emojis for Discord for your convenience. In addition, the emoji selector is also capable of displaying your bot emojis and emojis from servers your bot is in.

<Frame>
  <Columns cols={2}>
    <Column>
      <img src="https://mintcdn.com/meridian-b49c11fd/2Yf2FVPqmBmd-PU6/images/Emoji-Selector-Default.png?fit=max&auto=format&n=2Yf2FVPqmBmd-PU6&q=85&s=c3d0d9e65725994515805e7585bac926" alt="Emoji Selector Default" title="Emoji Selector Default" className="mr-auto" width="375" height="233" data-path="images/Emoji-Selector-Default.png" />
    </Column>

    <Column>
      <img src="https://mintcdn.com/meridian-b49c11fd/2Yf2FVPqmBmd-PU6/images/Emoji-Smile.png?fit=max&auto=format&n=2Yf2FVPqmBmd-PU6&q=85&s=bfd65f760e55889cc45ca32cbb050cce" alt="Emoji Smile" title="Emoji Smile" className="ml-auto" style={{ width:"89%" }} width="374" height="260" data-path="images/Emoji-Smile.png" />
    </Column>
  </Columns>
</Frame>

### Four ways to send your message

You can choose if you want your message to be sent as a regular message, reply, edit, or as a DM (Direct Message). Each way comes with their own configuration options.

<Columns cols={2}>
  <Column>
    <Frame>
      <img src="https://mintcdn.com/meridian-b49c11fd/2Yf2FVPqmBmd-PU6/images/image-3932---2811223423.png?fit=max&auto=format&n=2Yf2FVPqmBmd-PU6&q=85&s=6a90b04511ffb4eb0b7441b0025167f4" alt="Image 3932 2811223423" width="369" height="255" data-path="images/image-3932---2811223423.png" />
    </Frame>

    <Frame>
      <img src="https://mintcdn.com/meridian-b49c11fd/2Yf2FVPqmBmd-PU6/images/image-1007---20323525263330.png?fit=max&auto=format&n=2Yf2FVPqmBmd-PU6&q=85&s=965e1bf1d20061e3a4605fc6bde6c04b" alt="Image 1007 20323525263330" width="369" height="496" data-path="images/image-1007---20323525263330.png" />
    </Frame>
  </Column>

  <Column>
    #### Action: Send

    Select ''Send'' in the Action dropdown to send your message in any channel your bot has access to, to the channel the command was used in (or event was triggered in) or as a reply to other messages.

    After selecting Send in the Action dropdown, another dropdown pops up: **Destination**:

    If you choose **Current channel / Reply**, you will see a Send as reply toggle, which when toggled sends your current message as a reply to the triggering message by default, if not toggled, your message will just be sent normally to the current channel.

    If you choose **Specific channel**, you can choose the source from four available options:

    * <Tooltip tip="The server picker displays a dropdown of all servers your bot is in, you can select any specific server and channel from it." headline="Server picker">Server picker</Tooltip>
    * <Tooltip tip="When variable is selected, you can input any variable which returns a valid Discord channel ID to send your message there." headline="Variable">Variable</Tooltip>
    * <Tooltip tip="Using the block reference, you can reference any valid channel block to send a message to the channel it creates or edits." headline="Block reference">Block reference</Tooltip>
    * <Tooltip tip="The current channel sends the message to the currently used channel, wow." headline="Current channel">Current channel</Tooltip>
  </Column>
</Columns>

<Columns cols={2}>
  <Column>
    #### Action: Direct Message

    In the same Action dropdown, select ''Direct Message'' to send the message any applicable user's private messages as the bot.<br /><br />After selecting Direct Message in the main Action dropdown, a new Source dropdown appears, allowing you to additionally choose if you want to send the Direct Message to:

    * <Tooltip tip="Yes please" headline="Robbie's tip inquiry" cta="call" href="https://google.com">Command User</Tooltip>
    * <Tooltip tip="When variable is selected, you can input any variable which returns a valid Discord channel ID to send your message there." headline="Variable">Variable</Tooltip>
    * <Tooltip tip="Input a valid Discord user ID for any user that is in any server your bot is also in." headline="Specific user id">Specific user id</Tooltip>
  </Column>

  <Column>
    <Frame>
      <img src="https://mintcdn.com/meridian-b49c11fd/2Yf2FVPqmBmd-PU6/images/image-9051---072323567682.png?fit=max&auto=format&n=2Yf2FVPqmBmd-PU6&q=85&s=dbf74303ea996aa0ca5e4cf521bed8e9" alt="Image 9051 072323567682" width="373" height="448" data-path="images/image-9051---072323567682.png" />
    </Frame>
  </Column>
</Columns>

### Notifications

On Meridian, notifications your messages trigger can be fully customized to your desire.

<Frame>
  <img src="https://mintcdn.com/meridian-b49c11fd/2Yf2FVPqmBmd-PU6/images/image-2097-34534667--3699.png?fit=max&auto=format&n=2Yf2FVPqmBmd-PU6&q=85&s=e6127be64da7ab43e5fc9efffaffcb67" alt="Image 2097 34534667 3699" width="644" height="498" data-path="images/image-2097-34534667--3699.png" />
</Frame>

#### Mention Delivery

Using this setting, you can customize allowed mentions for your message. By default, this is set to Notify everyone. You can also select Notify no one or Custom rule for full customization.

<Frame>
  <Columns cols={3}>
    <Column>
      <Card title="Notify everyone" icon="bell">
        Everyone you mention gets notified
      </Card>
    </Column>

    <Column>
      <Card title="Notify no one" icon="bell-off">
        No one gets notified by the message
      </Card>
    </Column>

    <Column>
      <Card title="Custom rules" icon="settings">
        Customizable notifications
      </Card>
    </Column>
  </Columns>
</Frame>

<Warning>
  Please note that Mention Delivery can only be configured for **v2 Messages**.
</Warning>

#### Custom Mention delivery

<Frame>
  <img src="https://mintcdn.com/meridian-b49c11fd/55hKwnvYzkHgu1iY/images/image-13.png?fit=max&auto=format&n=55hKwnvYzkHgu1iY&q=85&s=f7a1303f908dbe786bfe2e94a594d769" alt="Image" width="638" height="611" data-path="images/image-13.png" />
</Frame>

<Tip>
  **TIP:** You can hold Shift + Left mouse button and drag your mouse over the options to toggle them together.

  <Accordion title="See GIF" icon="eye">
    <img src="https://mintcdn.com/meridian-b49c11fd/55hKwnvYzkHgu1iY/images/image-4725---2409.gif?s=cb947bae923a241a14244b3f32859f2d" alt="Image 4725 2409" width="592" height="456" data-path="images/image-4725---2409.gif" />
  </Accordion>
</Tip>

When you select <Badge stroke icon="settings">Custom Rules</Badge> in the Mention delivery setting, the modal expands to fit the additional mention settings, which include:

* <Tooltip tip="Configures notifications for all users." headline="Users">Users</Tooltip>
* <Tooltip tip="Configures notifications for all roles." headline="Roles">Roles</Tooltip>
* <Tooltip tip="Configures notifications for @everyone and @here pings should your message contain any." headline="@everyone and @here">@everyone and @here</Tooltip>
* <Tooltip tip="Configures notifications for the user the message is replying to." headline="Replied user">Replied user</Tooltip>
* <Tooltip tip="A list of Discord user and role IDs that can be pinged." headline="Allowlist">Allowlist</Tooltip>
* <Tooltip tip="A list of Discord user and role IDs that can't be pinged." headline="Denylist">Denylist</Tooltip>

The Allowlist and Denylist override all other settings.

<Info>
  Hover over each setting to read more about what it does.
</Info>

### Variables produced by the  <Icon icon="mail-plus" /> Send a Message block

The  <Icon icon="mail-plus" /> Send a Message block produces a single `{message}` or `{message_n}` (where `n` is the serial number of the Send a Message block, ex. 2). When called, the variable returns the Discord message ID corresponding to the block's configured message after it's sent.

<Info>
  By default, the single `{message}` variable is always populated by the Send a Message block connected to the  <Icon icon="circle-alert" color="#ffa33c" /> Error Handler block.
</Info>

<Info>
  The `{message}` variable shouldn't be confused with the `{interaction.message.content}` variable which returns the content of the triggering message (if applicable) for events.
</Info>

The `{message}` variable can be customized to be custom text inside \{curly brackets}.

### Buttons

Buttons can be created, edited, rearranged and deleted in the Send a Message block's message editor.

<Frame>
  <img src="https://mintcdn.com/meridian-b49c11fd/2Yf2FVPqmBmd-PU6/images/image-14.png?fit=max&auto=format&n=2Yf2FVPqmBmd-PU6&q=85&s=40fef4449489227196201e9406d55d0a" alt="Image" width="879" height="225" data-path="images/image-14.png" />
</Frame>

By default, dragging in a button component from the components on the left panel will create a <Tooltip tip="A row is a helper component which cannot be added as standalone component. It can hold up to 5 buttons OR 1 dropdown." headline="Rows">Row component</Tooltip>, and automatically place your button inside.

<Frame>
  <img src="https://mintcdn.com/meridian-b49c11fd/2Yf2FVPqmBmd-PU6/images/image-15.png?fit=max&auto=format&n=2Yf2FVPqmBmd-PU6&q=85&s=16867ccc67d9e982d143d691cb92a924" alt="Image" width="1484" height="780" data-path="images/image-15.png" />
</Frame>

Therefore, when clicking anywhere around a button, you will not edit the button itself but rather the row. A row can be <Badge stroke icon="copy">Duplicated</Badge>, <Badge stroke icon="toggle-left">Disabled</Badge> or <Badge color="red" stroke icon="trash">Deleted</Badge>, directly affecting all components inside of the row.

<Frame>
  <img src="https://mintcdn.com/meridian-b49c11fd/2Yf2FVPqmBmd-PU6/images/image-16.png?fit=max&auto=format&n=2Yf2FVPqmBmd-PU6&q=85&s=4067943988b656f70d99c5e112a446a5" alt="Image" width="1484" height="780" data-path="images/image-16.png" />
</Frame>

To actually edit a button, you must click on the button itself. Every button can individually be modified with the following settings: <Badge stroke icon="settings-2">Disabled / Enabled</Badge>, <Badge stroke icon="tags">Label</Badge> and <Badge stroke icon="smile">Emoji</Badge>.<br />In addition, Overrides can be added by using variables. If an override is invalid, the button will automatically fallback to the manual inputs you set.

<Note>
  Override styles override all manual settings.
</Note>

Supported button colors include:

<Color variant="compact">
  <Color.Item name="Blue" value="#5865F2" />

  <Color.Item name="Gray" value="#232426" />

  <Color.Item name="Green" value="#008545" />

  <Color.Item name="Red" value="#D22D39" />

  <Color.Item name="Link (Gray)" value="#232426" />
</Color>

If a button has emojis, it will display them to the left side of the text on Discord once the message is sent.

<Frame>
  In Meridian:

  <img src="https://mintcdn.com/meridian-b49c11fd/2Yf2FVPqmBmd-PU6/images/image-1857---5319.png?fit=max&auto=format&n=2Yf2FVPqmBmd-PU6&q=85&s=268dbc5f295a2cde2e4b68564f647fb6" alt="Image 1857 5319" width="876" height="223" data-path="images/image-1857---5319.png" />

  In Discord:

  <img src="https://mintcdn.com/meridian-b49c11fd/2Yf2FVPqmBmd-PU6/images/image-7846--5283649283646X-4639.png?fit=max&auto=format&n=2Yf2FVPqmBmd-PU6&q=85&s=7c59a1e115004a26e2ac2eab4c2ea0ae" alt="Image 7846 5283649283646X 4639" width="875" height="106" data-path="images/image-7846--5283649283646X-4639.png" />
</Frame>

To add more buttons, simply drag them in any valid position.

<Frame>
  <img src="https://mintcdn.com/meridian-b49c11fd/2Yf2FVPqmBmd-PU6/images/image-7119-ASODUGa)sudg--9612.png?fit=max&auto=format&n=2Yf2FVPqmBmd-PU6&q=85&s=79c586aac9903e69158292779a1d3611" alt="Image 7119 ASODU Ga)sudg 9612" width="874" height="300" data-path="images/image-7119-ASODUGa)sudg--9612.png" />
</Frame>

What each color means:

|                   Color                   | Meaning                                                                                                                  |
| :---------------------------------------: | ------------------------------------------------------------------------------------------------------------------------ |
|  <Badge color="blue" stroke>Blue</Badge>  | This is a possible position. You can try placing a component here.                                                       |
| <Badge color="green" stroke>Green</Badge> | This specific component can also be placed in this position. Release component to place it here.                         |
|   <Badge color="red" stroke>Red</Badge>   | This specific component can't be placed in this position. Move it elsewhere or release it here to cancel it's placement. |

When attempting to place a component in an invalid position, you the blue area will become red and an error message will slide in from the bottom of the message editor to explain why that is an invalid position.

<Frame>
  <img src="https://mintcdn.com/meridian-b49c11fd/2Yf2FVPqmBmd-PU6/images/image-9495-ERROR--4958.png?fit=max&auto=format&n=2Yf2FVPqmBmd-PU6&q=85&s=79039b401dd96507aa009fd8908005d6" alt="Image 9495 ERROR 4958" width="1484" height="860" data-path="images/image-9495-ERROR--4958.png" />
</Frame>

After adding at least one button in your message, it will appear in the builder after you leave the message editor.

<Frame>
  <img src="https://mintcdn.com/meridian-b49c11fd/2Yf2FVPqmBmd-PU6/images/Send-a-Message-Button.png?fit=max&auto=format&n=2Yf2FVPqmBmd-PU6&q=85&s=aec5560270fb49b0178f6777400f411f" alt="Send A Message Button" width="599" height="292" data-path="images/Send-a-Message-Button.png" />
</Frame>

To wire other blocks to run after a button press, you simply connect them to the button's <Badge stroke icon="circle">Handle</Badge>. Of course, if you'd like, you can still wire actions to happen directly after the Send a Message block's message has been sent, using its own <Badge stroke icon="circle">Handle</Badge>.

### Dropdowns

Much like buttons, dropdowns can also be placed, edited, moved and deleted directly in the message editor.

<Frame>
  <img src="https://mintcdn.com/meridian-b49c11fd/2Yf2FVPqmBmd-PU6/images/dropdown.png?fit=max&auto=format&n=2Yf2FVPqmBmd-PU6&q=85&s=000e52fa12b627c319ce80500a0e1deb" alt="Dropdown" width="878" height="238" data-path="images/dropdown.png" />
</Frame>

By default, dragging in a dropdown component from the components on the left panel will create a <Tooltip tip="A row is a helper component which cannot be added as standalone component. It can hold up to 5 buttons OR 1 dropdown." headline="Rows">Row component</Tooltip>, and automatically place your dropdown inside.

<Frame>
  <img src="https://mintcdn.com/meridian-b49c11fd/2Yf2FVPqmBmd-PU6/images/Dropdown-in-a-row.png?fit=max&auto=format&n=2Yf2FVPqmBmd-PU6&q=85&s=a1c9c1bad072fa243207de922bfb6975" alt="Dropdown In A Row" width="1484" height="780" data-path="images/Dropdown-in-a-row.png" />
</Frame>

Therefore, when clicking anywhere around a dropdown, you will not edit the dropdown itself but rather the row. A row can be <Badge stroke icon="copy">Duplicated</Badge>, <Badge stroke icon="toggle-left">Disabled</Badge> or <Badge color="red" stroke icon="trash">Deleted</Badge>, directly affecting the dropdown inside.

<Frame>
  <img src="https://mintcdn.com/meridian-b49c11fd/2Yf2FVPqmBmd-PU6/images/Highlighted-Dropdown-Component-1.png?fit=max&auto=format&n=2Yf2FVPqmBmd-PU6&q=85&s=98c1b5621f611bc92c12d1fa5524b52d" alt="Highlighted Dropdown Component 1" width="1484" height="804" data-path="images/Highlighted-Dropdown-Component-1.png" />
</Frame>

Click on the dropdown itself in order to edit it. Every dropdown can individually be modified with the following settings:

<Tabs>
  <Tab title="Option source">
    <Columns cols={2}>
      <Column>
        <Frame>
          <img src="https://mintcdn.com/meridian-b49c11fd/2Yf2FVPqmBmd-PU6/images/Option-Source-Dropdown-open.png?fit=max&auto=format&n=2Yf2FVPqmBmd-PU6&q=85&s=0133fcc39aa6314de2ed9f7ad62ce977" alt="Option Source Dropdown Open" title="Option Source Dropdown Open" className="mx-auto" style={{ width:"92%" }} width="277" height="263" data-path="images/Option-Source-Dropdown-open.png" />
        </Frame>

        <Info>
          Hover over any option source in the list to the right to find out more about it.
        </Info>
      </Column>

      <Column>
        #### Option Source

        Using the option source dropdown, you can configure the type of options the dropdown displays in Discord. Available options:

        * <Tooltip tip="A list of options that are displayed primarily as text, with optional descriptions and emojis as decoration. You configure them completely." headline="Text options">Text options</Tooltip>
        * <Tooltip tip="User dropdowns display the users relative to the server the flow was triggered in." headline="Users">Users</Tooltip>
        * <Tooltip tip="Much like the user option, the roles option shows the roles relative to the server the flow was triggered in." headline="Roles">Roles</Tooltip>
        * <Tooltip tip="Mentionables dropdowns contain users and roles relative to the server the flow was triggered in." headline="Mentionables">Mentionables</Tooltip>
        * <Tooltip tip="Contains channels relative to the server the flow was triggered in." headline="Channels">Channels</Tooltip>
      </Column>
    </Columns>
  </Tab>

  <Tab title="Selection">
    <Columns cols={2}>
      <Column>
        #### Selection

        The selection dropdown lets you choose if the user can choose only one option, or multiple.

        <Badge color="orange" stroke icon="traffic-cone">Soon</Badge> You will be able to configure a min-max range of how many selections can be made.

        <Badge color="orange" stroke icon="traffic-cone">Soon</Badge> You will be able to override the selection dropdown with variables, like the button styling options.
      </Column>

      <Column>
        <Frame>
          <img src="https://mintcdn.com/meridian-b49c11fd/2Yf2FVPqmBmd-PU6/images/Dropdown-Component-Selection-Configuration.png?fit=max&auto=format&n=2Yf2FVPqmBmd-PU6&q=85&s=7972bede28cf9dde317f3a175156c08c" alt="Dropdown Component Selection Configuration" width="282" height="158" data-path="images/Dropdown-Component-Selection-Configuration.png" />
        </Frame>

        <Callout icon="traffic-cone" color="#ff8438">
          **Beta Feature:** We are working hard on improving this feature, so you might see a lot of <Badge>Soon</Badge> tags. If you have feedback or any suggestions, you are more than welcome to provide them in our [Discord](https://discord.gg/V4kdj8umeR).
        </Callout>
      </Column>
    </Columns>
  </Tab>

  <Tab title="Placeholder">
    <Columns cols={2}>
      <Column>
        <Frame>
          <img src="https://mintcdn.com/meridian-b49c11fd/2Yf2FVPqmBmd-PU6/images/Placeholder-Field.png?fit=max&auto=format&n=2Yf2FVPqmBmd-PU6&q=85&s=baed650fe67e9ca58fba9e784a63d331" alt="Placeholder Field" width="270" height="69" data-path="images/Placeholder-Field.png" />

          <img src="https://mintcdn.com/meridian-b49c11fd/2Yf2FVPqmBmd-PU6/images/Placeholder-Example.png?fit=max&auto=format&n=2Yf2FVPqmBmd-PU6&q=85&s=5587bd583a0e9f794a96c02a4974a5d8" alt="Placeholder Example" width="232" height="69" data-path="images/Placeholder-Example.png" />
        </Frame>
      </Column>

      <Column>
        #### Placeholder

        The placeholder is a customizable string with support for emojis and variables that shows before the user opens the dropdown.
      </Column>
    </Columns>
  </Tab>

  <Tab title="Options">
    <Columns cols={2}>
      <Column>
        #### Options

        Options are customizable string items that are shown in the dropdown on Discord if you enable Text options in Option Source. For each option, you can customize:

        * The Label
        * The Value
        * The Description <Badge>Optional</Badge>
        * The Emoji <Badge>Optional</Badge>

        <Badge color="orange" stroke icon="traffic-cone">Soon</Badge> Soon, you'll be able to rearrange options.
      </Column>

      <Column>
        <Frame>
          <img src="https://mintcdn.com/meridian-b49c11fd/2Yf2FVPqmBmd-PU6/images/image-19.png?fit=max&auto=format&n=2Yf2FVPqmBmd-PU6&q=85&s=67cb61d190e8fbe1cd1d302e35f2653b" alt="Image" width="268" height="229" data-path="images/image-19.png" />
        </Frame>

        <Info>
          Hover over any entry in the list on the left to read more about the hovered item.
        </Info>

        <Warning>
          For every dropdown, you can have up to **25** **options**.
        </Warning>
      </Column>
    </Columns>
  </Tab>
</Tabs>

#### Getting user input from dropdowns

<Info>
  Soon
</Info>
