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

# एम्बेड संदेश

> Rich messages को Vetox के तौर पर design और भेजें — embeds, buttons, dropdowns और Components V2 layouts।

Dashboard में message बनाएँ और Vetox से इसे post करवाएँ। ज़्यादातर servers इसी तरह अपने rules, information और announcement messages बनाते हैं।

Saved messages को **post करने के बाद edit** किया जा सकता है, तो आप अपने rules में typo को delete और repost किए बिना ठीक कर सकते हैं।

## दो प्रकार

<CardGroup cols={2}>
  <Card title="Normal" icon="align-left">
    Classic Discord embeds — title, description, fields, images, footer — साथ ही वैकल्पिक buttons और dropdowns।

    हर tier पर मुफ़्त।
  </Card>

  <Card title="Components" icon="table-cells">
    Discord का नया layout system, containers, sections, galleries और separators के साथ बहुत richer layouts के लिए।

    **Basic** ज़रूरी है।
  </Card>
</CardGroup>

## Normal messages

हर message में 2000 characters तक plain content और एक पूर्ण embed होता है: title, description, URL, colour, author, fields, thumbnail, image और footer।

आप अतिरिक्त **items** जोड़ सकते हैं — मुख्य के साथ भेजे गए अतिरिक्त embeds या images, 10 तक।

### Interactive components

Buttons और dropdowns जोड़ें जो दबाए जाने पर reply करते हैं:

| Component    | Notes                                        |
| ------------ | -------------------------------------------- |
| **Button**   | Label 80 characters तक, चार colours में      |
| **Dropdown** | 25 तक options, placeholder 150 characters तक |

हर एक अपनी response ले जाता है — text, embed, या दोनों। Self-service FAQs के लिए अच्छा जहाँ members पूछने के बजाय button दबाते हैं।

## Components messages

Components V2 आपको single embed के बजाय एक block-आधारित layout देता है।

| Block             | उद्देश्य                                     |
| ----------------- | -------------------------------------------- |
| **Container**     | Accent colour के साथ blocks को group करता है |
| **Section**       | Text के साथ बगल में image या button          |
| **Text display**  | Text का block                                |
| **Media gallery** | 10 तक images एक साथ                          |
| **File**          | एक attached file                             |
| **Separator**     | एक divider                                   |
| **Action row**    | Buttons या select menu                       |

Limits: **40 blocks** और कुल **4,000 characters**, प्रति row 5 तक buttons, और containers एक दूसरे के अंदर nested नहीं हो सकते।

<Note>
  Action row **या तो** 5 तक buttons **या** ठीक एक select menu रखता है — दोनों नहीं।
</Note>

## Limits

|                     | Starter | Basic     | Max       | Black     |
| ------------------- | ------- | --------- | --------- | --------- |
| Saved messages      | 10      | 25        | Unlimited | Unlimited |
| प्रति message items | 2       | Unlimited | Unlimited | Unlimited |
| प्रति item images   | 1       | Unlimited | Unlimited | Unlimited |

Downgrade पर, limit से आगे के messages **disable** हो जाते हैं। वे आपके dashboard में visible रहते हैं और तब तक भेजे या edit नहीं किए जा सकते जब तक आप फिर से upgrade न करें।

<Warning>
  Basic से नीचे गिरने वाले server पर Components message normal message में बदल जाता है। आपका layout delete नहीं होता, पर तब तक Components form में नहीं भेजा जाएगा जब तक आप upgrade न करें।
</Warning>
