# Commands

## INTERNAL COMMANDS

Everything can be done from the **HUD Settings Screen** but there are also some commands that can be used.&#x20;

***All commands can be changed in the CONFIG.***

* &#x20;<mark style="background-color:green;">USED ​​BY EVERYONE</mark> - With the /<mark style="color:red;">`cinematic`</mark>Disable the entire HUD and add some cinema bars. Perfect for streamers or recording takes.
* &#x20;<mark style="background-color:green;">USED ​​BY EVERYONE</mark> - With the /<mark style="color:red;">`nohud`</mark>Disable the entire HUD.
* &#x20;<mark style="background-color:green;">USED ​​BY EVERYONE</mark> - With the /<mark style="color:red;">`seatbelt`</mark>You put on your belt. This is also done with keys.
* &#x20;<mark style="background-color:green;">USED ​​BY EVERYONE</mark> - With the /<mark style="color:red;">`cruise`</mark> You activate/deactivate cruise control. This is also done with keys.


---

# 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://codeforge.gitbook.io/codeforge/neon-series/neon-hud/commands.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.
