> For the complete documentation index, see [llms.txt](https://scope.onepub.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://scope.onepub.dev/fundamentals/how-scope-works.md).

# How Scope Works

### How it works

Scope uses Dart's native [Zone](https://api.dart.dev/stable/2.15.1/dart-async/Zone-class.html) implementation.

Zones allow you to associate a `map` of key/value pairs with each zone.

Scope takes advantage of that fact and wraps lots of syntactic sugar around the Zone to make it easy to use.
