> For the complete documentation index, see [llms.txt](https://docs.mimu.bot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mimu.bot/autoresponder/resources/autoresponder-examples/utility-fun-commands/embed-reaction-command.md).

# embed reaction command

{% hint style="info" %}
create [an embed](/embeds/your-first-embed.md) before making your autoresponder. below, we will have basic embed details edited, but for full customization, see [our guides](/embeds/embed-guide.md)
{% endhint %}

{% hint style="info" %}
replace giggle to any reaction you'd like (i.e. smile instead of giggle)
{% endhint %}

### ✎ embed commands

`/embed create name:giggle_embed`

`/embed edit title embed:giggle_embed title:{user_name} just giggled c:`

`/embed edit image embed:giggle_embed image:`[`https://4.bp.blogspot.com/-vxl2wB3kWFs/XIBzgjt1omI/AAAAAAAMc84/AyIeRB1qkhMKTodYXSYyf3jrIVaVgSiwwCLcBGAs/s1600/AS0005027_13.gif`](https://4.bp.blogspot.com/-vxl2wB3kWFs/XIBzgjt1omI/AAAAAAAMc84/AyIeRB1qkhMKTodYXSYyf3jrIVaVgSiwwCLcBGAs/s1600/AS0005027_13.gif)

### ✎ autoresponder command

`/autoresponder add trigger:.giggle reply:{embed:giggle_embed}`

<figure><img src="/files/Vm8JAhkPb2sLAvcnMl3L" alt=""><figcaption><p>the completed command</p></figcaption></figure>


---

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

```
GET https://docs.mimu.bot/autoresponder/resources/autoresponder-examples/utility-fun-commands/embed-reaction-command.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.
