> 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/luminar/getting-started/downloading-installing-and-activating.md).

# Downloading, Installing, and Activating

Here's how to access Luminar on your device:

1. Download the app from the store:\
   [**App Store**](<https://apps.apple.com/ua/app/luminar-mobile-photo-editor/id6476109261 >)\
   [**Google Play Store**](https://play.google.com/store/apps/details?id=com.skylum.luminar)
2. Once you open the app, go through the onboarding, or simply skip it.
3. On the login page, sign in with the **same email address** you used to create a Skylum account.

   <img src="https://userguide.skylum.com/attachments/token/YE2X83poq7vXDRv1Dc0xF3niW/?name=IMG_7544.jpeg" alt="" height="559" width="258">
4. If you shared a Google email, you can log in easily using your **Google account**.
5. **If you don't have a Skylum account**, you can create one using your email address. \
   Please note that if you’re creating a new Skylum account, you first need to switch from the **Sign In** mode to **Sign Up** by clicking the **Create an account** button

   <img src="https://userguide.skylum.com/attachments/token/g5jR1OTMn31WDUAisOdMedKxI/?name=Screenshot+2025-06-11+at+17.52.05.png" alt="" height="321" width="259">
6. After logging in, you’ll have **full access to the app**.


---

# 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/luminar/getting-started/downloading-installing-and-activating.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.
