# Publishing embeds

{% hint style="info" %}
Embeds on Discord is the feature that allows users to send messages to friends or on a server with different structures and formatting styles. Embeds on Discord aim to simplify how you style messages before you send them to a person. That way, you can send a nicely formatted and styled text that will stand out while stressing the crucial details.
{% endhint %}

<figure><img src="https://2153599219-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FN3LqLXLCGzRifjjksr9k%2Fuploads%2F2noiJ8Ocf6g7M83MBQ7z%2Fimage.png?alt=media&#x26;token=85b262ae-8b08-4cb1-8432-cbee66dbc64c" alt=""><figcaption><p>Example of embed</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://en.docs.reina.guru/guides/publishing-embeds.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
