> 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/log-in/move-to-the-applications-folder-message.md).

# Move to the Applications Folder Message

This message appears because macOS has quarantined the app to protect your Mac. It happens when you try to open Daylite from the folder it was downloaded or unzipped in.\
To fix this, move the **Daylite.app** file to a different location, like the **Applications** folder, and open it from there. To learn more visit [Apple Platform Security](https://support.apple.com/en-ca/guide/security/welcome/web).

### ![movedaylite.png](https://d33v4339jhl8k0.cloudfront.net/docs/assets/66e2fe04616d4044914c66f1/images/671a535091230b767524b6a2/img-156145-1729778511-631746259.png)

To solve this issue, you need to take Daylite from the folder it was downloaded to or unpacked into and move it to the Applications folder.

1. Click **Quit Daylite**
2. Open Finder, and go to where the Daylite.app is located.
3. Drag and Drop Daylite into the Applications folder on the left-hand side![In Finder draging Daylite from the Downloads folder to the Applications folder](https://d33v4339jhl8k0.cloudfront.net/docs/assets/66e2fe04616d4044914c66f1/images/671a5350f539bb6e3c7c6c44/img-156145-1729778511-1248083910.png)
4. Open Daylite


---

# 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/log-in/move-to-the-applications-folder-message.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.
