llms.txt Content
# ServiceStack
## Docs
Overview
- [Why ServiceStack](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/why-servicestack.md)
- [Architecture Overview](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/architecture-overview.md)
- [Servicify existing Systems](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/servicify.md): Instantly Servicify existing Systems
- [Explore ServiceStack](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/explore-servicestack.md)
Releases
- [Latest Release Notes](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/releases/v10_00.md): ServiceStack v10
- [Release Notes History](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/release-notes-history.md)
- [Pre-release NuGet Packages](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/pre-release.md): Pre Release NuGet Packages
Getting Started
- [Create your first WebService](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/create-your-first-webservice.md)
- [Your first WebService explained](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/your-first-webservice-explained.md): Your first Web Service Explained
- [Service API Design](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/api-design.md): ServiceStack API design
- [Service Return Types](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/service-return-types.md)
- [Design RESTful Services](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/design-rest-services.