# `PhoenixKit.Admin.SimplePresence`
[🔗](https://github.com/BeamLabEU/phoenix_kit/blob/v1.7.165/lib/phoenix_kit/admin/simple_presence.ex#L1)

Simple presence tracking system for PhoenixKit admin interface.

This is a lightweight alternative to Phoenix.Presence that works
without requiring a full OTP application supervision tree.

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `get_presence_stats`

Gets presence statistics.

# `get_topic`

Gets the presence topic name.

# `list_active_sessions`

Lists all active sessions.

# `list_anonymous_sessions`

Lists anonymous sessions only.

# `list_authenticated_sessions`

Lists authenticated sessions only.

# `start_link`

Starts the simple presence system.

# `subscribe`

Subscribes to presence events.

# `track_anonymous`

Tracks an anonymous session.

# `track_user`

Tracks an authenticated user session.

# `update_metadata`

Updates metadata for an existing presence.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
