> For the complete documentation index, see [llms.txt](https://docs.rallyguard.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rallyguard.xyz/overview/commands.md).

# Commands

## Raiding

> **If this is your first time using the bot, it will prompt you to set a banner when initiating a raid. This allows you to customize the banner by using any Image/Video/GIF.**
>
> **You can, at any time, adjust the banner by doing `/banner`**

#### (1) `/rally` or (2) `/rally {link}` or (3) `/rally {link} {metrics separated with space}`

*This command happens completely in the group.* &#x20;

For (1) it will prompt to type the link.

* Example: `/rally`&#x20;

For (2) it will prompt to either choose the last metrics you have used or to 'modify' and provide new metrics for that link. When you tap on 'Modify' it will prompt to provide new metrics in a certain order provided by the bot.&#x20;

* Example: `/rally https://x.com/elonmusk/status/1859423996162322470`

For (3) it will instantly start the raid.

* Example: `/rally https://x.com/elonmusk/status/1859423996162322470 1 2 3 4`

To end a raid before its maximum duration (now 15min), you can do so by `/end`

> **Note: only the owner or admins can start or end a raid**

***

**(4) Suggestion feature**

This is a pretty neat feature because it makes raiding very easy. When any member sends a message or a caption of a photo/video the bot will check if it contains links. If it does it will then check if its one of the supported platforms. If that's also the case then it will prompt to start a raid with AI-generated metrics. You can choose to ignore, modify or start it.&#x20;

> **Note: only the owner or admins can ignore, modify and start the suggested raid**

<div align="left" data-full-width="false"><figure><img src="/files/KlrDrObD10L4GbPhe1R7" alt="" width="320"><figcaption><p>Example of the suggestion feature</p></figcaption></figure></div>

***

**Below you can find the metrics you can start a raid with**

* **Twitter** - reposts, replies, likes, bookmarks
* **DEX screener** - rockets, fires
* **Reddit** - upvotes, comments
* **PumpFun** - comments

### Config

The `/config` command is both straightforward and highly effective. It empowers admins or the owner to customize the bot's behavior to suit their needs. With this command, you can:

* **Control Chat Locking:** Decide whether the chat should automatically lock when a raid is created.
* **Manage Raid Message Pinnings:** Toggle the option to pin the recurring raid messages.
* **Enable/Disable Suggestions:** Turn the suggestion feature (detailed in the previous section) on or off.
* **Adjust Raid Refresh Rate:** Set how frequently the raid updates, with the default interval being every 15 seconds.

This flexibility allows you to tailor the bot's functionality to match your specific requirements.

<figure><img src="/files/CaACp0bYGAP0ikNBsGSG" alt="" width="319"><figcaption><p>config 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, and the optional `goal` query parameter:

```
GET https://docs.rallyguard.xyz/overview/commands.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
