> For the complete documentation index, see [llms.txt](https://docs.raidsharksbot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.raidsharksbot.com/how-to-raid/end-your-raid.md).

# End your Raid

There are 3 ways to end an ongoing raid and change its status from [<mark style="color:green;">ACTIVE</mark>](/how-to-raid/active-inactive-raids.md#active-raid-now) to [<mark style="color:red;">INACTIVE</mark>](/how-to-raid/active-inactive-raids.md#inactive-raid-finished)...

1. **Meet your Target**\
   Targets are defined in ["Smashes"](/raid-settings/main-target-smashes.md), which is redirecting the User to your tweet on Twitter (X). So the main target is to redirect as many users as possible to your tweet and make them interact with that tweet. As soon as your target is reached, the raid will automatically end and an end message will be shown.
2. **Start a new Raid**\
   If you decide to start a new raid while another raid is ongoing, it will end the previous one and starts a new one. Please note that people can still use the ended raid and interact with your tweet, but they won´t be able to gain points anymore. Also note, that this method will trigger a "silent" audit and won´t show a [Raid Summary](/how-to-raid/raid-summary.md) message.
3. **Resume an ongoing raid with** [**/resume**](/quick-commands-guide/resume.md) **command**\
   You can end any onoing raid manually by using [/resume](/quick-commands-guide/resume.md) command. This is becoming handy if you are not able to meet your [set target](/raid-settings/main-target-smashes.md) and you do not want to start another raid like stated in point 2. It will become even more important if you decide to use [Chat mute](/raid-settings/chat-mute.md) during an ongoing raid.

{% hint style="success" %}
All 3 methods will distribute points to users who interacted with your tweet until the moment the raid ends.
{% endhint %}

{% hint style="danger" %}
As soon as a raid has been ended through one of those methods above, people do NOT earn any more points. So the bot is designed to go for one raid after the other.
{% endhint %}


---

# 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:

```
GET https://docs.raidsharksbot.com/how-to-raid/end-your-raid.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.
