> For the complete documentation index, see [llms.txt](https://wiki.redmodding.org/cyber-engine-tweaks/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.redmodding.org/cyber-engine-tweaks/console/console.md).

# Console

## Console UI

The console tab is where you type commands to use cheats and other useful functions.

![](/files/Xjj5HbgcWw11EtLg2pcx)

## Console Buttons

#### What the buttons and checkboxes do in the Console tab:

<table><thead><tr><th width="257">BUTTON</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td>Clear Output</td><td>Clear the output log displayed in the console.</td></tr><tr><td>Auto-Scroll</td><td>Will automatically scroll to the bottom when there is a new output log.</td></tr><tr><td>Reload All Mods</td><td>Reload all installed mods.</td></tr></tbody></table>

## Console Commands

The console uses [Lua](https://www.lua.org/pil/1.html) script language, you may want to look up how to use it before proceeding. There are some guides here to get you started:

{% content-ref url="/pages/-MP\_U6J1XXHRRQAaVBtZ" %}
[Useful commands](/cyber-engine-tweaks/console/console/how-do-i.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MP5qgWS8jjp-kQCtGQs" %}
[First Steps](/cyber-engine-tweaks/first-steps.md)
{% endcontent-ref %}


---

# 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://wiki.redmodding.org/cyber-engine-tweaks/console/console.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.
