# In-Game Chat

<table data-full-width="true"><thead><tr><th width="144">Command</th><th width="122">Parameters</th><th>Description</th><th>Example</th><th width="121" data-type="checkbox">Admin only</th></tr></thead><tbody><tr><td>help</td><td></td><td>List all available chat commands</td><td>/help</td><td>false</td></tr><tr><td>settime</td><td>0-23 0-59</td><td>Set the world's time</td><td>/settime 11 15</td><td>true</td></tr><tr><td>local</td><td>&#x3C;message></td><td>Send a message only to those around you</td><td>/local Hello local people</td><td>false</td></tr><tr><td>party</td><td>&#x3C;message></td><td>Send a message only to your party</td><td>/local Hello party people</td><td>false</td></tr></tbody></table>


---

# 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://wiki.tiltedphoques.com/tilted-online/general-information/commands/in-game-chat.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.
