# Context System Guides **Purpose**: Step-by-step guides for working with the context system --- ## Structure ``` guides/ ├── navigation.md (this file) ├── compact.md ├── creation.md ├── navigation-design-basics.md ├── navigation-templates.md ├── organizing-context.md └── workflows.md ``` --- ## Quick Routes | Task | Path | |------|------| | **Create context files** | `creation.md` | | **Design navigation** | `navigation-design-basics.md` | | **Use templates** | `navigation-templates.md` | | **Organize context** | `organizing-context.md` | | **Compact files** | `compact.md` | | **Context workflows** | `workflows.md` | --- ## By Type **Creation** → How to create new context files **Navigation** → How to design navigation files **Organization** → How to organize context structure **Maintenance** → How to maintain and compact files --- ## Related Context - **Context System** → `../navigation.md` - **Operations** → `../operations/navigation.md` - **Standards** → `../standards/navigation.md`