# How To Install Raspberry Pi OS(full)

\#####DOWNLOAD THE IMAGE

* Official images for Raspbian Jessie are available to download from the Raspberry Pi website [Downloads page.](https://www.raspberrypi.org/downloads/raspbian/)
* Do not use Raspbian Lite or NOOBs to install Raspbian Jessie. This causes unexpected results when installing and configuring your Smart-mirror
* After downloading the .zip file, unzip it to get the image file (.img) for writing to your SD card.

\#####WRITING AN IMAGE TO THE SD CARD

* With the image file of the distribution of your choice, you need to use an image writing tool to install it on your SD card.
* See Raspberry Pi's guide for your system:
  * [Linux](https://www.raspberrypi.org/documentation/installation/installing-images/linux.md)
  * [Mac OS](https://www.raspberrypi.org/documentation/installation/installing-images/mac.md)
  * [Windows](https://www.raspberrypi.org/documentation/installation/installing-images/windows.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/how_tos/how_to_install_raspbianfull.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.
