strong-tie/inbound-calls
0
1<h1 align="center">Fastify</h1>2 3The documentation for Fastify is split into two categories:4 5- [Reference documentation](./Reference/Index.md)6- [Guides](./Guides/Index.md)7 8The reference documentation utilizes a very formal style in an effort to document9Fastify's API and implementation details thoroughly for the developer who needs10such. The guides category utilizes an informal educational style as a means to11introduce newcomers to core and advanced Fastify concepts.12 13## Where To Start14 15Complete newcomers to Fastify should first read our [Getting16Started](./Guides/Getting-Started.md) guide.17 18Developers experienced with Fastify should consult the [reference19documentation](./Reference/Index.md) directly to find the topic they are seeking20more information about.21 22## Additional Documentation23 24- Fastify's [Long Term Support (LTS)](./Reference/LTS.md) policy25 