# Configuration

Before running the mirror you will have to configure both the pi and the mirror itself as well as obtain and configure your Chromium Speech API Keys:

* [Configure the Pi](/configuration/configure_the_pi.md)
* [Configuring Sound](/configuration/configuring-sound.md)
* [Configuring Voice](/configuration/configuring_voice.md)
* [First Time Running Smart-Mirror](/configuration/first_time_running_smart_mirror.md)
* [Configure the smart-mirror](/configuration/configure_the_mirror.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/configuration.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.
