> For the complete documentation index, see [llms.txt](https://moonkarts.gitbook.io/moonkarts-tm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://moonkarts.gitbook.io/moonkarts-tm/gameplay-mechanics/presets.md).

# Presets

***Streamlining Your Race Preparation!***

In the fast-paced world of Moon Karts, flexibility and preparedness are key to success. The Presets feature empowers players to swiftly adapt to various racing conditions and strategies by allowing them to save and switch between four different kart configurations. This section explores how Presets enhance the gaming experience by offering quick customization options before each race.

<figure><img src="/files/g1wxnMKcwlHX8bfj2PmK" alt=""><figcaption><p><em>Screenshot of the Presets Screen in Moon Karts.</em></p></figcaption></figure>

## **Overview of Moon Karts Presets**

### **The Convenience of Presets**

* **Multiple Configurations:** Players can save up to four distinct presets, each containing a unique combination of driver, kart, tech cards, accessories, and power-ups.
* **Easy Switching:** Before the start of each race, players can easily select from their saved presets, enabling them to respond quickly to different race tracks or competition levels.
* **Strategic Adaptability:** Presets allow players to prepare for a variety of racing scenarios, ensuring they are always equipped with the most suitable setup for any given race.

### **Creating and Managing Presets**

* **Customization Options:** Each preset can be finely tuned, allowing players to choose the optimal driver, kart, and tech cards, along with the best-suited accessories and power-ups for their racing style.
* **Saving Presets:** After customizing their configuration, players can save it as one of the four presets. This setup can then be easily selected in future races without needing to rebuild it from scratch.
* **Editing and Updating:** Players have the flexibility to update or modify their presets at any time, ensuring their strategies evolve along with their skills and collection of items.

### **Tactical Advantage**

* **Quick Response to Competition:** By having multiple presets ready, players can quickly adapt their strategy based on their opponents’ known preferences or strengths.
* **Optimized for Tracks:** Different tracks may require different strategies. Presets enable players to have specific setups ready for particular types of tracks, be it tight turns or long straightaways.
* **Balanced or Specialized Builds:** Players can create balanced presets for general use or specialized ones for specific strategies, like focusing on speed or defense.


---

# 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://moonkarts.gitbook.io/moonkarts-tm/gameplay-mechanics/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.
