> For the complete documentation index, see [llms.txt](https://zsx-development.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zsx-development.gitbook.io/docs/resources/user-interface-v2/configurating/setting-presets.md).

# Setting presets

In order to get the proper presets you can use the command `/get_config_preset <interface>` command that will print out the proper preset.

#### Interface names

<mark style="color:$info;">Get selected</mark> <mark style="color:$primary;">\<interface></mark> <mark style="color:$info;">as the parameter for the</mark> `/get_config_preset` <mark style="color:$info;">command.</mark>&#x20;

<table><thead><tr><th width="249">&#x3C;interface></th><th>Label</th></tr></thead><tbody><tr><td>hud</td><td>Hud</td></tr><tr><td>carhud</td><td>Car Hud</td></tr><tr><td>notify</td><td>Notifications</td></tr><tr><td>helpNotify</td><td>Help Notifications</td></tr><tr><td>progressBar</td><td>Progress bar</td></tr><tr><td>music</td><td>Music</td></tr><tr><td>misc</td><td>Misc</td></tr></tbody></table>

#### Example

In that example we will try to get preset for Hud content.\
From the above table we need to use **helpNotify** as the parameter, so the usage of the command will be:

```
/get_config_preset hud
```

<figure><img src="/files/n9LYqWj7UGTBVF5v3SuU" alt=""><figcaption></figcaption></figure>

Now you can simply copy the mentioned content from the client side console (F8) and headover to the `/shared/config_ui.lua` path and paste it in the proper line. In the above example we apply **hud preset**.

<figure><img src="/files/nuqnoPpzVJb2kTcwOdlK" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://zsx-development.gitbook.io/docs/resources/user-interface-v2/configurating/setting-presets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
