# Information

{% hint style="info" %}
All commands start with the prefix !, or your custom prefix.\
Inside usage arguments, "?" denotes an optional argument
{% endhint %}

#### commands

```
- Description: Lists commands in a category, or lists categories if none provided.
- Usage: !commands <category?>
- Example: !commands entities
- Tier: free
- Usable by: anyone
```

#### help

```
- Description: Provides info on a specific command, or links docs if none provided.
- Usage: !help <command?>
- Example: !help help auth
- Tier: free
- Usable by: anyone
```

#### time

```
- Description: Fetches the current time on the server, along w/ sunrise and sunset times
- Usage: !time N/A
- Example: !time 
- Tier: free
- Usable by: anyone
```


---

# 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.rustplustwo.com/chat-commands/information.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.
