# Console

## Console UI

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

![](https://2893586400-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MP5jWcLZLbbbzO-_ua1-887967055%2Fuploads%2FLoyeUWIBxbHsL3GH3qMD%2Fcet-console.gif?alt=media\&token=4cee4d15-d6fb-4664-95d3-c8396924c2f2)

## 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="console/how-do-i" %}
[how-do-i](https://wiki.redmodding.org/cyber-engine-tweaks/console/console/how-do-i)
{% endcontent-ref %}

{% content-ref url="../first-steps" %}
[first-steps](https://wiki.redmodding.org/cyber-engine-tweaks/first-steps)
{% endcontent-ref %}


---

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