> For the complete documentation index, see [llms.txt](https://docs.amee.thiennguyen.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.amee.thiennguyen.dev/getting-started.md).

# Getting Started

Amee runs on macOS 14.4 or later.

## Installing

1. Download Amee.
2. Drag **Amee.app** into your **Applications** folder.
3. Open it from Applications (or Spotlight) like any other app.

> If macOS warns that it can't verify the developer, right-click (or Control-click) the app and choose **Open**, then confirm — you only need to do this once.

Amee runs from the menu bar rather than the Dock — look for its icon there once it's open. See [Dashboard, Tray & Quitting](/features/dashboard-and-tray.md) for what that icon does.

## First-run permissions

macOS will prompt for two things the first time each is actually needed:

* **System audio recording** — needed for the audio visualizer to react to what's playing. If you skip this prompt, the visualizer just won't animate; nothing else is affected. You can grant it later in **System Settings → Privacy & Security**. See [Audio Visualizer](/features/visualizer.md).
* **Local network access** — needed so Amee can find AirPlay speakers on your network. See [Volume & Audio Output](/features/volume-and-output.md).

Now-playing metadata itself needs no separate permission — it works automatically as soon as something starts playing.

## Launching Amee automatically

Turn on **Launch at login** in the Dashboard (menu bar icon → **Settings…** → **General**) if you'd like Amee to start automatically when you sign in. See [Dashboard, Tray & Quitting](/features/dashboard-and-tray.md).

## Next steps

* [Now Playing](/features/now-playing.md), [Audio Visualizer](/features/visualizer.md), and [Volume & Audio Output](/features/volume-and-output.md) cover what Amee shows and controls out of the box.
* [Themes](/customization/themes.md) covers recoloring and restyling Amee with a simple JSON file.
* [Skins](/customization/skins.md) covers making it look and behave the way you want with a full UI replacement.


---

# 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://docs.amee.thiennguyen.dev/getting-started.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.
