# Summary
[Introduction](README.md)
# Getting Started
- [Installation](getting-started/installation.md)
- [Quick Start](getting-started/quick-start.md)
# Core Concepts
- [Console](core-concepts/console.md)
- [Style & Color](core-concepts/style-and-color.md)
- [Text & Markup](core-concepts/text-and-markup.md)
- [Renderable Protocol](core-concepts/renderable-protocol.md)
# Renderables
- [Panel](renderables/panel.md)
- [Table](renderables/table.md)
- [Tree](renderables/tree.md)
- [Rule](renderables/rule.md)
- [Columns](renderables/columns.md)
- [Layout](renderables/layout.md)
- [Padding & Align](renderables/padding-and-align.md)
# Dynamic Components
- [Progress Bars](dynamic/progress.md)
- [Live Display](dynamic/live.md)
- [Status](dynamic/status.md)
- [Spinners](dynamic/spinners.md)
- [Screen](dynamic/screen.md)
# Content Rendering
- [Syntax Highlighting](content/syntax.md)
- [Markdown](content/markdown.md)
- [JSON](content/json.md)
- [Logging](content/logging.md)
# Interactive
- [Prompts](interactive/prompts.md)
- [Console Input](interactive/console-input.md)
# Advanced
- [Themes](advanced/themes.md)
- [Box Drawing](advanced/box-drawing.md)
- [Tracebacks](advanced/tracebacks.md)
- [Export (HTML/SVG)](advanced/export.md)
- [Custom Renderables](advanced/custom-renderables.md)
# API Reference
- [Console API](api/console.md)
- [All Types](api/types.md)