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

# Welcome to Timmy's Documentation!

{% hint style="success" %}
If you have any questions or concerns, feel free to **DM** **Space** or email **<timmy@schoolsimplified.org>**
{% endhint %}

![](/files/-MhR5A_wVLSk7dSQ9aOD)

### **Slash Command Port**

{% hint style="warning" %}
All commands have been ported over to slash commands and are no longer accessible via the normal `+` prefix. You can access slash commands by typing / in the chat bar and selecting a command from the dropdown list.&#x20;
{% endhint %}

{% embed url="<https://i.gyazo.com/84d106dea599dff1d7ad1cc6f21526b4.mp4>" %}
Accessing Slash Commands.&#x20;
{% endembed %}

Commands that are executed with the `+` prefix will no longer work and instead, you will be shown an informational message on slash commands.

### **Sub-Bot's Documentation:**

{% content-ref url="/pages/-MhQiItZ-ZfMwTtJH-D4" %}
[CoreBot](/timmy-docs/master/corebot.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MhQhnlykVRj82Hv63iJ" %}
[TutorBot](/timmy-docs/master/tutorbot.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MhQiGb9zhtjUGg0ukq3" %}
[TutorVC](/timmy-docs/master/tutorvc.md)
{% endcontent-ref %}

### Redirect Commands

{% content-ref url="/pages/TLdBwwl9Fbdyn5z7but7" %}
[Redirect Commands](/timmy-docs/master/redirect-commands.md)
{% endcontent-ref %}

### Administration Commands

{% content-ref url="/pages/-MhR4nTpOg4x3zjPWHHM" %}
[Administration Center](/timmy-docs/master/administration-center.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MhVbH17LlhdBtmVSF5g" %}
[Moderation Center](/timmy-docs/master/moderation-center.md)
{% endcontent-ref %}

### Reporting Issues/Submitting Feedback:

**If Timmy is not acting right, please check** [**https://status.timmy.ssimpl.org**](https://status.timmy.ssimpl.org) **before trying the steps below!**

* Open up a GitHub Issue here and a Developer will respond shortly.
  * [GitHub Issue HyperLink](https://github.com/School-Simplified/Timmy-SchoolSimplified/issues/new/choose)
* Or alternatively, you can DM `SpaceTurtle#2587`&#x20;
  * [https://discord.com/users/409152798609899530](<https://discord.com/users/409152798609899530&#xA;>)


---

# 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://school-simplified.gitbook.io/timmy-docs/master.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.
