# Getting Started New to errortools? These guides will help you get up and running quickly. ## Quick Links ```{toctree} :maxdepth: 2 :caption: Contents installation quickstart core-features ``` ## Before You Start errortools is a lightweight Python library for exception handling, warnings, and logging. It requires **Python 3.8 or higher** and has **no external dependencies** for core functionality. ## Recommended Path 1. Install the package: [`installation.md`](installation.md) 2. Try the quick examples: [`quickstart.md`](quickstart.md) 3. Explore key features: [`core-features.md`](core-features.md)