> For the complete documentation index, see [llms.txt](https://docs.daylite.app/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.daylite.app/help/center/install-uninstall-and-update/update-settings.md).

# Update Settings

Keeping Daylite up to Date up makes sure you have the most recent features, best security, and the latest bugs squashed. On the Mac, Daylite checks for updates periodically on its own, and the App Store iOS will check as well. However, you can choose to check for an update at any time.

### macOS

1. Open Daylite on your mac
2. From the application menu bar, choose **Daylite,** then **Check For Updates...**\
   ![Screen\_Shot\_2020-02-20\_at\_4.29.13\_PM.png](https://d33v4339jhl8k0.cloudfront.net/docs/assets/66e2fe04616d4044914c66f1/images/671a526f91230b767524b63a/img-157531-1729778285-1386425408.png)
3. Click **‘Install Update**’

#### Change Update Channel

You can choose from two update channel on macOS, the offiical releae channel and beta channel

1. Open Daylite
2. From the application menu bar, choose: **Daylite,** then **Update Settings...**\
   ![Screen\_Shot\_2020-02-20\_at\_4.17.34\_PM.png](https://d33v4339jhl8k0.cloudfront.net/docs/assets/66e2fe04616d4044914c66f1/images/671a526fc8770a0e6b658375/img-157531-1729778286-291646489.png)<br>
3. You can choose between the **Official Releases** or **Beta** update&#x73;**.**\
   ![Screenshot](https://d33v4339jhl8k0.cloudfront.net/docs/assets/66e2fe04616d4044914c66f1/images/671a526fc8770a0e6b658376/img-157531-1729778286-1073462932.png)
4. Close the window

{% hint style="info" %}
**Official Release**\
The official release of Daylite is has been thoroughly tested and ready for public use. The Official Release channel is the default setting and is recommended for anyone using Daylite in all circumstances. The official release is the only release version fully supported by customer support and includes release notes.<br>

**Beta**\
The beta release contains early access to bug fixes and new features. Daylite beta is not recommended for anyone using Daylite on production unless advised by customer support. Beta builds are less stable than the official releases, and the functionality may change without notice. May not have release notes. **We strongly recommend using the official release channel** unless advised by customer support or if you're in an environment that can accept less stable releases.<br>
{% endhint %}

***

### iOS & iPadOS

1. Open the App Store, then tap Today at the bottom of the screen.
2. Tap your profile icon at the top of the screen.
3. Scroll down to see pending updates and release notes.
4. Tap Update next to an app to update only that app, or tap Update All.


---

# 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.daylite.app/help/center/install-uninstall-and-update/update-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.
