# Boop command

The `/boop` command

Usage: `/boop @user message: true/false`

{% hint style="info" %}
Be aware that the user will be pinged when you do this action although i am working on something to toggle that at the moment.
{% endhint %}

Command used: `/boop @graves message: false`

<figure><img src="/files/n8ef8YrLav3wIqSiYsgS" alt=""><figcaption><p>boop command without a message</p></figcaption></figure>

Command used: `/boop @graves message: true`

{% hint style="info" %}
A form will appear where you can enter your message
{% endhint %}

<figure><img src="/files/hj6CDFoIRY5j3TJr81XU" alt=""><figcaption><p>boop command with a message attached</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://doc.fellimaid.com/fun-commands/boop-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.
