| # Session Framework | |
| Reviewed: 2020-02-04 | |
| The session framework is a framework for building products on Fuchsia. <!-- More detail about sessions and their role is available [here](/docs/concepts/session/index.md). --> | |
| ## Getting started | |
| To run `session_manager`, the platform service which runs sessions, see [bin/session_manager](/src/session/bin/session_manager/introduction.md). | |
| Example sessions can be found in [examples/](/src/session/examples). |