# Presets

For several existing maps and teams, we have prepared presets. You can see the ones available to you below, and you can **verify their availability on the server after restarting the script via the server console**. You can load a preset using the command suggested by the script in the server console. Use `loadpreset <preset_name>`. After successful execution, the script will prompt you to restart it in order to save the changes. If you want to import a preset again, you must first reset its state using `resetpreset <preset_name>`. After that, you can import the preset again.

{% hint style="warning" %}
⚠️ All commands must be executed in the server console, not in-game!
{% endhint %}

## Maps

| Name                                                                                                                                                     | Import                                |
| -------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------- |
| [Brofx's Formula](https://www.youtube.com/watch?v=U2_vT7sgv_c)                                                                                           | loadpreset brofx\_formula             |
| [Patoche Track](https://patoche-mapping.tebex.io/package/6780911)                                                                                        | loadpreset patoche\_track             |
| [NTeam Aircraft Carrier Track](https://nteamdev.tebex.io/package/7027851)                                                                                | loadpreset nteam-acrt                 |
| [Vice Race Track Island](https://vice-studios.store/package/7037227)                                                                                     | loadpreset jm\_racetrack\_island      |
| [TStudio Bennys Racetrack](https://github.com/rcore-cz/rcore_docs/blob/master/paid-resources/rcore_formula/turbosaif.tebex.io/package/5988480/README.md) | loadpreset tstudio\_bennys\_racetrack |

## Other

| Name      | Import                | Description                       |
| --------- | --------------------- | --------------------------------- |
| GTA Teams | loadpreset gta\_teams | Teams branded by GTA 5 car brands |


---

# 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://documentation.rcore.cz/paid-resources/rcore_formula/presets.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.
