--- title: Documentation description: Guiding you through building web apps with Actix menu: docs_intro: name: Welcome weight: 10 --- # Welcome to Actix Actix Web lets you quickly and confidently develop web services in Rust and this guide get you going in no time. The documentation on this website focusses primarily on the Actix Web framework. For information about the actor framework called Actix, check out the [Actix book][actix-book] (or the lower level [actix API docs][actix-docs]). Otherwise, head on to the [getting started guide][getting-started]. If you already know your ways around and you need specific information you might want to read the [actix-web API docs][actix-web-docs]. [getting-started]: ./getting-started [actix-web-docs]: https://docs.rs/actix-web [actix-docs]: https://docs.rs/actix [actix-book]: https://actix.rs/book/actix