> For the complete documentation index, see [llms.txt](https://docs.foundryosd.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.foundryosd.com/foundry-osd/settings.md).

# Settings

Foundry OSD settings mostly control the desktop application. The telemetry toggle also affects the runtime telemetry configuration written during media creation.

## General

Configure:

* Whether Foundry OSD starts automatically with Windows.
* The application display language.
* Developer diagnostics.
* Access to the application log directory.

Changing application language updates the authoring interface. It does not select the Windows PE or deployed Windows language.

## Telemetry

Use **Enable telemetry** to control anonymous product telemetry.

* The toggle applies to the Foundry OSD desktop application.
* The same setting is synchronized into the runtime telemetry configuration used when media is created.

Telemetry excludes names, secrets, SSIDs, IP addresses, file paths, disk identifiers, computer names, Autopilot profile names, serial numbers, and hardware hashes. Deployment telemetry can include the device vendor and model. Events use an anonymous identifier created for the Foundry installation.

## Theme

Choose:

* Light, dark, or system-default application theme.
* Mica, Mica Alt, Acrylic, or Acrylic Thin backdrop.
* Windows accent-color settings.

Theme changes affect only the Foundry OSD authoring interface and do not alter deployment media.

## App updates

Review:

* Installed and available versions.
* Last update-check time.
* Configured update source.
* Release notes.

Use **Check for updates** to refresh status. When an update is available, review the release notes, then use the download and restart action. Complete the update before creating media when the release contains required compatibility or deployment fixes.

<figure><img src="/files/XJAcaj2abiUfaL8lthEW" alt="Foundry OSD application update status and actions"><figcaption><p>Review the installed version, update status, and available update actions.</p></figcaption></figure>


---

# 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://docs.foundryosd.com/foundry-osd/settings.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.
