> For the complete documentation index, see [llms.txt](https://documentation.rcore.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.rcore.cz/paid-resources/rcore_formula/presets.md).

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