# Overview (/cli/guides)



Use these pages when you want behavior and decision-making, not just syntax.

<Cards>
  <Card title="Authentication" href="/cli/guides/authentication" description="In-app login, credential precedence, and what `/login` and `/logout` actually do." />

  <Card title="Configuration and Flags" href="/cli/guides/configuration-and-flags" description="Launcher flags, env-var escape hatches, config.toml layers, and where on-disk state lives." />

  <Card title="Slash Commands" href="/cli/guides/slash-commands" description="Common workflows in the composer — start a run, pause, switch model, view a diff, approve." />

  <Card title="Project Commands" href="/cli/guides/project-commands" description="Use AGENTS.md, agent.json, project command templates, and permissions files to make Mogplex behave like part of the repo." />
</Cards>

## Pick a guide by question [#pick-a-guide-by-question]

* "Why is the CLI choosing this auth state or model?" → [Authentication](/cli/guides/authentication)
* "Where does this default live and which env var overrides it?" → [Configuration and Flags](/cli/guides/configuration-and-flags)
* "How do I drive a run from the composer?" → [Slash Commands](/cli/guides/slash-commands)
* "How do I make Mogplex behave like part of this repo?" → [Project Commands](/cli/guides/project-commands)

## Read these in order if you are new [#read-these-in-order-if-you-are-new]

1. [Installation](/cli/installation)
2. [Quickstart](/cli/quickstart)
3. [Concepts → Architecture](/cli/concepts/architecture)
4. [Authentication](/cli/guides/authentication)
5. [Configuration and Flags](/cli/guides/configuration-and-flags)
6. [Slash Commands](/cli/guides/slash-commands)
7. [Project Commands](/cli/guides/project-commands)
