# Settings App

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

Within the Settings app, players can fully customize their device and manage their privacy. The application is divided into the following configurable sections:

* **Profile:** Players can define their display username, profile avatar, and desktop wallpaper. Please note that this configuration is saved locally and is exclusive to that specific physical device.
* **Security:** Allows the user to set up or change a login password to protect their laptop from unauthorized access.
* **Themes:** Players can personalize their UI by selecting from several pre-configured color palettes.
  * ***Note:*** You can easily add or remove color combinations by modifying the list in `av_laptop/config/themes.lua`. If you prefer to disable the theming feature entirely, you can set `Config.CanUseThemes = false` within the same configuration file.
* **Restore:** A crucial recovery tool that allows players to retrieve files from a lost, stolen, or destroyed laptop.
  * ***How it works:*** On the database side, this function scans the `laptop_files` table and seamlessly updates the `device_serial` column to match the new device, provided the `owner` column matches the player's exact framework identifier.


---

# 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.av-scripts.com/laptop-pack-v3/laptop-v3/settings-app.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.
