# Active / Inactive Raids

The Bot is designed to raid one tweet after the other and build a leaderboard for those people, who interact with an <mark style="color:green;">ACTIVE</mark> raid during the time it is ongoing.\
\
A raid is [<mark style="color:green;">ACTIVE</mark>](#active-raid-now) as soon as an admin launches it and it will be within this stage until one of the three criterias within the ["End your Raid"](/how-to-raid/end-your-raid.md) section is met. As soon as it is ended, it will become [<mark style="color:red;">INACTIVE</mark>](#inactive-raid-finished).\
\
You can spot the status of a raid within it´s Telegram raid message or the "Raid Summary" tab.

***

## <mark style="color:green;">ACTIVE</mark> - 🔥RAID NOW🔥

This raid is ongoing and people who interact with this raid will gain points for their interactions according to the ["Point Distribution"](/leaderboard/point-distribution.md) system.\
\
Active Raids will generate Live Notifications (If those are turned ON in [settings](/raid-settings/live-stats-notifications.md)) for User Interaction within the Telegram chat. Those are always prompted in the source group of a raid even when the raid was [forwarded ](/raid-forward.md)to another chat.

<figure><img src="/files/9KnIdhvyWtNSQuQpyd4P" alt="" width="358"><figcaption><p>Active and ongoing Raid</p></figcaption></figure>

As long as it is ongoing, the ["Raid Summary"](/how-to-raid/raid-summary.md) tab withing the WebApp will show a note, that the summary is not available yet. "Raid in Progress..."

<figure><img src="/files/OO5NHwM0RQ2mRxL1I2DA" alt="" width="372"><figcaption><p>Summary is still being built</p></figcaption></figure>

***

## <mark style="color:red;">INACTIVE</mark> - 🟢RAID FINISHED🟢

A raid in this status is still fully functional and people can still interact with the tweet and watch the leaderboard etc. The only difference is, that it already did the ["Raid Summary"](/how-to-raid/raid-summary.md) and distributed points to the users. As soon as this is done, the bot immediately stops giving more points to users.

As soon as a raid becomes inactive, this raid will stop prompting [Live Notifications](/how-to-raid/live-notifications.md) within the Telegram chat.

<figure><img src="/files/bFRjrBKEzKJQUiW3ijkz" alt="" width="358"><figcaption><p>Inactive Raid which was finished or manually ended</p></figcaption></figure>

Approximately one minute after a raid was finished and became inactive, it will show data within the "Raid Summary" tab. This is a indicator that all points have been distributed and no more points can be gained. Also it will post a ["Summary"](/how-to-raid/raid-summary.md) within Telegram.

<figure><img src="/files/YfTlw33yReS1ke9dv7ou" alt="" width="375"><figcaption><p>Raid Summary is ready - Points are distributed!</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.raidsharksbot.com/how-to-raid/active-inactive-raids.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.
