# embed action command (user arguments)

*this example utilizes user arguments. unlike the* [*simple embed reaction command*](https://app.gitbook.com/o/-LjUQ3GQFZXsJcvj7LTS/s/-LjUSz3NQrpyR-tHhUV-/~/changes/90/autoresponder/resources/autoresponder-examples/utility-fun-commands/embed-reaction-command)*, this example requires another user to complete the action.*

{% 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 hug with any action you'd like (i.e. kiss instead of hug)
{% endhint %}

### ✎ embed commands

`/embed create name:hug`

`/embed edit description embed:hug description:{user} hugs [$1}, how sweet c:`

`/embed edit image embed:hug image:`[`https://i.imgur.com/lWHgVEu.gif`](https://i.imgur.com/lWHgVEu.gif)

### ✎ autoresponder commands

`/autoresponder add trigger:.hug reply:{requirearg: 1 | user}{embed:hug}`

`/autoresponder editmatchmode trigger:.hug matchmode:startswith`

<figure><img src="/files/GafxN6fqA6SjtjuvldHl" alt=""><figcaption><p>the completed hug command</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://docs.mimu.bot/autoresponder/resources/autoresponder-examples/utility-fun-commands/embed-action-command-user-arguments.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.
