> For the complete documentation index, see [llms.txt](https://help.paintscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.paintscout.com/support/getting-started/how-to-log-in.md).

# How to Log In

PaintScout is a web-based platform accessed through your browser. There is no app store download required. Visit the login page to sign in.

1. Go to <https://app.paintscout.com/login>.
2. Input your email address and password.
3. Click **Log in**.

{% hint style="info" %}
Once you're logged in, you can create a Home Screen Icon to easily access your account, just like an app! Learn how in the article [How to Create a Home Screen Icon](/support/getting-started/how-to-create-a-home-screen-icon-on-your-mobile-device.md).
{% endhint %}

<figure><img src="/files/eIg780Vw0bmVdC9Yy2sm" alt="Screenshot showing the PaintScout login page with email and password fields and the Log in button"><figcaption></figcaption></figure>

## Related articles

* [How to Change Your Password](/support/resources/frequently-asked-questions/how-to-change-your-password.md) — Reset your password or recover access to your account
* [Multi-Factor Authenticator (MFA) setup](/support/resources/frequently-asked-questions/multi-factor-authenticator-mfa-setup.md) — Set up extra account security with SMS or an authenticator 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:

```
GET https://help.paintscout.com/support/getting-started/how-to-log-in.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
