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

# Traffic & analytics

> Track your website's visitors in real time on a world map — privacy-friendly, without storing IP addresses.

Havic shows you the **live traffic** of your websites: where visitors come from, which
paths they hit, and with what status — all in real time.

## What you see

<CardGroup cols={2}>
  <Card title="World map" icon="earth-europe">
    Requests are located on an interactive world map via GeoIP — with country flags.
  </Card>

  <Card title="Request log" icon="list">
    A live log with **Land** (Country), **Stadt** (City), **Pfad** (Path),
    **Status**, and **Zeit** (Time).
  </Card>
</CardGroup>

At the top you filter by **Alle Sites** (All sites) or a single website.

## Embed the beacon

To record visits, Havic embeds a small **beacon** in your page. For deployments through
Havic this happens automatically — for external embedding you'll find the snippet under
**„Beacon einbinden"** (Embed beacon); it goes into your page's `<head>`.

<Steps>
  <Step title="Copy the snippet">
    Copy the beacon snippet from the traffic view.
  </Step>

  <Step title="Paste into the <head>">
    Paste it into your page's `<head>`. The page then reports visits automatically.
  </Step>
</Steps>

## Privacy

<Note>
  **IP addresses are never stored.** Havic only derives the country and city via GeoIP.
  Events are also kept for just **48 hours** — live traffic shows what's happening now,
  not long-term tracking.
</Note>
