# Bottle preferences

This is one of the most important sections, here you can configure and tweak your bottle.

![Bottle - Preferences - Graphocs](/files/e2n7LADME3H41N2MzPF2)

This page is divided into four sections:

* Graphics
* System
* Audio
* Developers & Debug

In the **Graphics** section you can set up some graphics related utilities, e.g. you can toggle [DXVK, VKD3D](/components/dxvk.md), DLSS, FSR, LatencyFleX or choose to use a virtual desktop with a custom resolution or make Bottles use your discrete GPU (for dual-gpu laptops, like optimus, this will improve performances at the cost of increased power usage).

From the **System** section you can:

* change the components (runner, dxvk...) versions
* choose the synchronization type
* change the Windows version
* change the working directory (the path where the executable will be executed)
* register new DLL Overrides and environment variables
* manage drives for accessing files inside bottle
* and more...

![Bottle - Preferences - System](/files/dNc95gKEJgj0EjTCopCi)

In the **Audio** section you can toggle the "Reduce PulseAudio latency" feature which improves the audio quality for some games.

The **Developer & Debug** section offers some utilities for developers. Here you can show the wine fixme logs and enable the DXVK HUD or MangoHud to display the FPS counter, draw calls, dxvk versions and other information.

![Bottle - Preferences - Audio](/files/XXa40curtnQH6dk4Q4rU)

## Runtime

Runtime is a `lib bundle` which maintains the compatibility for installers, it is available by default on **Flatpak packages** instead for other package types (e.g AUR, Fedora, …) you will need to install it from the program preferences.


---

# 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://docs.usebottles.com/bottles/preferences.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.
