# Raid Summary

This toggle controls if the bot posts a Raid Summary message within the Telegram chat, once a Raid is finished. No matter if the option is ON or OFF, the bot will always do the audit and point distribution as usual and it will always contain the raid summary within the WebUI. Turning this option OFF just skips the message in Telegram. Check this section to learn more about [Raid Summary](/how-to-raid/raid-summary.md).&#x20;

1. Bring up settings menu according to ["Access Settings UI"](/raid-settings/access-settings-ui.md).
2. Turn Raid Summary ON or OFF using the toggle switch


---

# 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/raid-settings/raid-summary.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.
