# 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 %}

![](https://1567683282-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MhPlikOGyDbw7TcXJEW%2F-MhR4C71tuZgM_4Z1Nzx%2F-MhR5A_wVLSk7dSQ9aOD%2Ftimmy_book.png?alt=media\&token=5596044c-98f0-4b16-a26f-f03cfa60c2b6)

### **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="master/corebot" %}
[corebot](https://school-simplified.gitbook.io/timmy-docs/master/corebot)
{% endcontent-ref %}

{% content-ref url="master/tutorbot" %}
[tutorbot](https://school-simplified.gitbook.io/timmy-docs/master/tutorbot)
{% endcontent-ref %}

{% content-ref url="master/tutorvc" %}
[tutorvc](https://school-simplified.gitbook.io/timmy-docs/master/tutorvc)
{% endcontent-ref %}

### Redirect Commands

{% content-ref url="master/redirect-commands" %}
[redirect-commands](https://school-simplified.gitbook.io/timmy-docs/master/redirect-commands)
{% endcontent-ref %}

### Administration Commands

{% content-ref url="master/administration-center" %}
[administration-center](https://school-simplified.gitbook.io/timmy-docs/master/administration-center)
{% endcontent-ref %}

{% content-ref url="master/moderation-center" %}
[moderation-center](https://school-simplified.gitbook.io/timmy-docs/master/moderation-center)
{% 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>


---

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