> For the complete documentation index, see [llms.txt](https://sirenbot.gitbook.io/sirenbot-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sirenbot.gitbook.io/sirenbot-documentation/introduction.md).

# Introduction

SirenBot is ServerForge's OSS Discord Bot. Monitor dangerous changes in your communities and be alerted as soon as they happen.

Developed by [Jon\_HQ](https://twitter.com/Jon_HQ), [Toven](https://twitter.com/pingToven), [KaoSxEclipse](https://twitter.com/KaoSxEclipseYT), [Pattles](https://twitter.com/PattlesTw), [Alexander](https://twitter.com/TheBlondeAlex), and [Bopped](https://twitter.com/Boppeddd).

To visit the SirenBot Github page, click [here](https://github.com/ping-Toven/SF-SirenBot/tree/main).

## Frequently Asked Questions (FAQ)

### Why does the bot need these permissions?

* View Channels - [checkperms](/sirenbot-documentation/commands/checkperms.md), [config](/sirenbot-documentation/commands/config.md), [help](/sirenbot-documentation/commands/help.md), [register](/sirenbot-documentation/commands/register.md), [setup](/sirenbot-documentation/commands/setup.md), [sync](/sirenbot-documentation/commands/sync.md), [on\_guild\_join](/sirenbot-documentation/sirenbot-joins-guild.md)
* View Audit Log - [general\_locked](/sirenbot-documentation/general-locked.md), [scary\_role\_created](/sirenbot-documentation/scary-role-created.md), [scary\_role\_updated](/sirenbot-documentation/scary-role-updated.md), [watched\_members\_removed](/sirenbot-documentation/watched-members-removed.md), [webhook\_updates](/sirenbot-documentation/webhook-updates.md)
* Manage Webhooks - [setup](/sirenbot-documentation/commands/setup.md)
* Send Messages - [checkperms](/sirenbot-documentation/commands/checkperms.md), [config](/sirenbot-documentation/commands/config.md), [help](/sirenbot-documentation/commands/help.md), [register](/sirenbot-documentation/commands/register.md), [setup](/sirenbot-documentation/commands/setup.md), [sync](/sirenbot-documentation/commands/sync.md), [on\_guild\_join](/sirenbot-documentation/sirenbot-joins-guild.md)
* Embed Links - [checkperms](/sirenbot-documentation/commands/checkperms.md), [config](/sirenbot-documentation/commands/config.md), [help](/sirenbot-documentation/commands/help.md), [register](/sirenbot-documentation/commands/register.md), [setup](/sirenbot-documentation/commands/setup.md), [sync](/sirenbot-documentation/commands/sync.md), [on\_guild\_join](/sirenbot-documentation/sirenbot-joins-guild.md)
* Read Message History - [help](/sirenbot-documentation/commands/help.md)

### What should I do if I messed up the [register](/sirenbot-documentation/setup.md#registering-channels-and-roles) command or want to change my config?

<mark style="color:red;">\[Insert answer from Toven]</mark>


---

# 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://sirenbot.gitbook.io/sirenbot-documentation/introduction.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.
