# Introduction

## What is Freshlytics?

It's a self-hosted privacy-friendly analytics service. It aims to be reliable, friendly to use and easy to deploy.

## Goals

Provide a way for website owners to learn more about how the users are using their site without invading user's privacy.

## Features

* Privacy
  * Cookies are not used
  * Personally identifiable information (PII) is not collected
* Dashboard
  * Switch between multiple projects
  * Slice the data within a date range
  * See the pageview in different dimensions like page urls, referrers, browsers etc
* Tracking
  * Currently focusses on website pageview tracking
  * Tracks visited page urls, referrers, browsers and browser versions
* Projects
  * Supports multiple projects
  * Different projects can have different reporting timezones
* Users
  * Users can either be Admin or normal users
  * Admins can create/edit/delete projects and other users

## System Requirements

* 1 CPU core and 1GB RAM should be sufficient for most usecases


---

# 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://freshlytics.gitbook.io/docs/master.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.
