> ## Documentation Index
> Fetch the complete documentation index at: https://mint.umami.is/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Welcome to the Umami documentation

## What is Umami?

Umami is a simple, fast, privacy-focused, open-source analytics solution. Umami is a better alternative to [Google Analytics](https://marketingplatform.google.com/about/analytics/)
because it gives you total control of your data and does not violate the privacy of your users.

## Installation

Check out the [Quickstart](/docs/quickstart) section to get up and running in minutes!

There are several different ways to install Umami.

* **Installing from source**: Get the code from [GitHub](https://github.com/umami-software/umami) and build the application yourself. See [Install](/docs/install).
* **Using Docker compose**: Build your own Docker container using `docker compose`. See [Install](/docs/install).
* **Using a Docker image**: Download a pre-built Docker image. See [Install](/docs/install).

## Hosting

If you are unfamiliar with running your own servers, check out the [Hosting](/docs/guides/hosting) section to get a quick overview.

There are also many services that will run Umami. See the **Guides** section in the navigation menu.

## Community

Need help getting started? Come join our community!

* [GitHub](https://github.com/umami-software/umami)
* [Discord](https://discord.gg/4dz4zcXYrQ)
* [X](https://twitter.com/umami_software)

## Frequently asked questions

**1. Is Umami GDPR compliant?**

Yes, Umami does not collect any personally identifiable information and anonymizes all data collected. Users cannot be identified
and are never tracked across websites.

**2. Do I need to display a cookie notice to users?**

No, Umami does not use any cookies in the tracking code.

**3. Does Umami work on a single page application (SPA)?**

Yes, Umami works seamlessly between SPAs and normal websites.

**4. Can Umami record events such as button clicks?**

Yes, please see [Track Events](/docs/track-events) under **Getting Started**.
