# Moveat Docs ## Docs - [Moveat documentation](https://docs.mov-eat.app/introduction.md): Operational and product documentation for the Moveat platform, agent and supporting infrastructure. - [Deployment](https://docs.mov-eat.app/operations/deployment.md): How Moveat runs in production today. - [Environment variables](https://docs.mov-eat.app/operations/environments.md): High-level map of environment variables used by Moveat services. - [Observability](https://docs.mov-eat.app/operations/observability.md): How Moveat uses Grafana, Loki and structured logs to understand production behavior. - [Runbooks](https://docs.mov-eat.app/operations/runbooks.md): Short operational procedures for common Moveat incidents and maintenance tasks. - [Business logic](https://docs.mov-eat.app/overview/business-logic.md): The product logic Moveat is built around and the rules that should stay consistent across web and agent surfaces. - [Core concepts](https://docs.mov-eat.app/overview/core-concepts.md): The main domain concepts used across Moveat. - [System architecture](https://docs.mov-eat.app/overview/system-architecture.md): High-level architecture of Moveat and ownership boundaries between services. - [Coaching context](https://docs.mov-eat.app/product/coaching-context.md): How Moveat should store personal coaching information without polluting session or account responses. - [Nutrition tracking](https://docs.mov-eat.app/product/nutrition-tracking.md): How meals, items and daily nutrition summaries work in Moveat. - [Onboarding](https://docs.mov-eat.app/product/onboarding.md): How Moveat collects the user's fitness baseline and creates initial goals and nutrition settings. - [User lifecycle](https://docs.mov-eat.app/product/user-lifecycle.md): How a user moves from registration to active product usage. - [Weight tracking](https://docs.mov-eat.app/product/weight-tracking.md): How body weight logs and profile weight snapshots work. - [Workout tracking](https://docs.mov-eat.app/product/workout-tracking.md): How Moveat models exercises, workout sessions and sets. - [Agent](https://docs.mov-eat.app/technical/agent.md): The conversational orchestration service used by Moveat. - [API overview](https://docs.mov-eat.app/technical/api-overview.md): High-level explanation of Moveat APIs for operations and product readers. - [Authentication](https://docs.mov-eat.app/technical/authentication.md): How Moveat handles web sessions, Google auth and internal service authentication. - [Data model](https://docs.mov-eat.app/technical/data-model.md): High-level explanation of the Moveat database model. - [Internal APIs](https://docs.mov-eat.app/technical/internal-apis.md): How Agent should use Platform internal APIs. - [Platform](https://docs.mov-eat.app/technical/platform.md): The business backend and source of truth for Moveat. - [Testing](https://docs.mov-eat.app/technical/testing.md): Current test coverage, test commands and testing gaps for Platform and Agent.