> For the complete documentation index, see [llms.txt](https://klema.gitbook.io/sir-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://klema.gitbook.io/sir-docs/about-s.i.r./commands.md).

# Commands

{% hint style="info" %}
This section is currently outdated. Please wait for a proper rewrite.
{% endhint %}

## /sir

`Aliases: /sir help`

This command will open you the main help menu. Nothing special.

## /sir reload

This command is just reloading .yml files. What else do you need to know?

![/sir reload message after reloading all files (pretty fast ngl).](https://cdn.discordapp.com/attachments/826555144837005348/933453709646643270/unknown.png)

## /sir support

That command is probably absolutely useless but It will send you an invite on ZeroToil's Discord support server. (You can just hop on the "Welcome" section and go on our support server from there...)

![/sir support message. ok?](https://cdn.discordapp.com/attachments/826555144837005348/933453710116417566/unknown.png)

## /print \<TITLE/ACTION-BAR/CHAT/targets> \<target> DEFAULT \<message>

You can print raw messages to titles, action-bars, or chats. Nothing special but also not useless at all.

## /announcer \<start/cancel/reboot/preview ID>

Start, cancel, reboot, or preview your made tasks from the announces.yml file.

## /msg \<user> \<message>

You can also use `/reply`.

Send a private message to a user you'll select.

## /ignore \<chat/msg> \<player>

S.I.R will not show messages from selected players (doesn't work with other chat formatting plugins).


---

# 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://klema.gitbook.io/sir-docs/about-s.i.r./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.
