# Installation

The easiest way to install the smart mirror is via the 1-line installation script for the Pi (or other systems) This script will install the smart mirror and it's dependencies:

```
curl -sL https://raw.githubusercontent.com/evancohen/smart-mirror/master/scripts/pi-install.sh | bash
```

Once that script finishes running (\~15 minutes on a standard connection) you'll want to [configure the mirror](/configuration.md).

> Using another platform?\
> Something went wrong with the install?\
> Want to do things the old fashioned way?

That's OK. That's why there are manual installation instructions:

* [Install Raspberry Pi OS](/installation/installing_raspbian.md)
* [Install dependencies and run](/installation/install_dependencies.md)


---

# Agent Instructions: 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://docs.smart-mirror.io/installation.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.
