# .suggest \[text] command

### ✎ autoresponder commands

`/autoresponder add trigger:.suggest reply:{delete} {requirearg:1} {sendto:#suggestions} {user} suggested:`\
`[$1+]`

`/autoresponder editmatchmode trigger:.suggest reply:startswith`

*you can also use a premade embed for an output that looks cuter, like this:*

`/embed create name:suggestion`

`/embed edit author embed:suggestion text:{user_tag} icon:{user_avatar}`

`/embed edit description embed:suggestion text:[$1+]`

`/autoresponder add trigger:.suggest reply:{delete} {requirearg:1} {sendto:#suggestions} {embed:suggestion}`

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

*additionally, you could include a few`{reactreply:}` variables to react to the suggestion post with a thumbs up* :thumbsup:, *shrug* :person\_shrugging:*, and thumbs down* :thumbsdown: *reactions for other users to vote on the original suggestion.*


---

# 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/.suggest-text-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.
