# Hook Examples **Purpose**: Example hook implementations for OpenAgents Control --- ## Structure ``` hooks/ ├── navigation.md (this file) ├── formatting-hook.md ├── markdown-formatter.md └── protection-hook.md ``` --- ## Quick Routes | Task | Path | |------|------| | **Formatting hook** | `formatting-hook.md` | | **Markdown formatter** | `markdown-formatter.md` | | **Protection hook** | `protection-hook.md` | | **Hook concepts** | `../../concepts/hooks.md` | --- ## By Type **Formatting** → Output formatting hooks **Protection** → Safety and validation hooks --- ## Related Context - **Examples** → `../navigation.md` - **Concepts** → `../../concepts/navigation.md` - **Guides** → `../../guides/navigation.md`