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

# Something Useful

- [Keeping Luminar Neo Up To Date](https://support.skylum.com/something-useful/keeping-luminar-neo-up-to-date.md): Stay up to date with the latest features and fixes by following this support guide on updating Luminar Neo manually or automatically.
- [Turn on/off Luminar Neo auto-updates for macOS](https://support.skylum.com/something-useful/turn-on-off-luminar-neo-auto-updates-for-macos.md): Manage Luminar Neo’s automatic updates on macOS, giving you control over when updates are installed, keeping your app up-to-date when needed.
- [How to backup your photos](https://support.skylum.com/something-useful/how-to-backup-your-photos.md): Secure your images and edits with this guide to backing up Luminar Neo photos to external drives or cloud storage services.
- [Keyboard Shortcut Keys](https://support.skylum.com/something-useful/keyboard-shortcut-keys.md): Speed up your editing process in Luminar Neo by learning the most helpful keyboard shortcuts in this official support guide.
- [How to Access Assets from the X Membership Elite Plan](https://support.skylum.com/something-useful/how-to-access-assets-from-the-x-membership-elite-plan.md): Learn how to access 1000 plus items with Luminar X Membership
- [Luminar Neo and X Membership plans](https://support.skylum.com/something-useful/luminar-neo-and-x-membership-plans.md): Explore X Membership and Luminar Neo plans in this guide to choose the right subscription for your creative workflow.
- [Difference between X Membership and the Pro Subscription](https://support.skylum.com/something-useful/luminar-neo-and-x-membership-plans/difference-between-x-membership-and-the-pro-subscription.md): Compare features, benefits, and pricing between the X Membership and Pro Subscription in Luminar Neo.


---

# 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://support.skylum.com/something-useful.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.
