(index)= # VyOS User Guide ```{eval-rst} .. grid:: 3 :gutter: 2 .. grid-item-card:: Get / Build VyOS Quickly {ref}`Build` your own Image or take a look at how to {ref}`download` a free or supported version. .. grid-item-card:: Install VyOS Read about how to install VyOS on {ref}`Bare Metal` or in a {ref}`Virtual Environment` and how to use an image with the usual {ref}`cloud` providers .. grid-item-card:: Configuration and Operation Use the {ref}`Quickstart Guide`, to have a fast overview. Or go deeper and set up {ref}`advanced routing`, {ref}`VRFs`, or {ref}`VPNs` for example. .. grid-item-card:: Automate Integrate VyOS in your automation Workflow with {ref}`Ansible`, have your own {ref}`local scripts`, or configure VyOS with the {ref}`HTTPS-API`. .. grid-item-card:: Examples Get some inspiration from the {ref}`Configuration Blueprints` to build your infrastructure. .. grid-item-card:: Contribute and Community | There are many ways to contribute to the project. | Add missing parts or improve the {ref}`Documentation`. | Discuss in `Slack `_ or the `Forum `_. | Or you can pick up a `Task `_ and fix the {ref}`code`. ``` ```{eval-rst} .. toctree:: :hidden: :maxdepth: 1 introducing/about introducing/history changelog/index ``` ```{eval-rst} .. toctree:: :maxdepth: 2 :hidden: :caption: First Steps installation/index quick-start cli ``` ```{eval-rst} .. toctree:: :maxdepth: 2 :hidden: :caption: Adminguide configuration/index operation/index automation/index troubleshooting/index configexamples/index ``` ```{eval-rst} .. toctree:: :maxdepth: 2 :hidden: :caption: Development contributing/build-vyos contributing/development contributing/issues-features contributing/upstream-packages contributing/debugging contributing/testing ``` ```{eval-rst} .. toctree:: :maxdepth: 2 :hidden: :caption: Misc documentation coverage copyright ```