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

# Profile Management

> Extend the placeholder profile actions on the dashboard into a full experience.

The Starter Kit currently surfaces profile-related buttons on the `/dashboard` page, but they are intentionally disabled placeholders. This mirrors the status of the upstream `user-app`, where profile editing is slated for a future milestone.

* You can hook these actions into custom routes by reusing the JWT-backed fetch utilities already present in `lib/auth-server.ts`.
* Any new endpoints should follow the event-sourced command pattern in the backend so changes flow through aggregates and projectors.
* Documentation here will expand with concrete recipes as soon as the corresponding backend capabilities ship.

Until then, use this page as a staging note that keeps the docs aligned with the actual codebase.
