# Console Module

{% hint style="info" %}
**🔹 Console Module Overview**
{% endhint %}

***

The **Console Module** helps server owners manage live console logs more efficiently. Key features include:

* **Console Management** – Filter logs by type (e.g., commands), toggle auto-scroll, and stay organized.
* **Live Stats** – View real-time counters for FPS, CPU, and RAM usage directly in the console.
* **Command Runner** – Includes a set of useful commands to get you started, all easily runnable from the console.
* **Optimized Log Display** – Logs are clean, well-organized, and easy to read—unlike traditional, cluttered consoles.

**Overall:** This module makes it easy to run commands and view detailed, readable logs for better server control and monitoring.

<details>

<summary>Additions to come...</summary>

</details>


---

# 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://rust-central-1.gitbook.io/rust-central-docs/features-modules/console-module.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.
