content/en/docs/overview/quickstart/index.md
Thanks for your interest in Istio!
Istio has two primary modes: ambient mode and sidecar mode.
Most of the energy in the Istio community is going towards improvement of ambient mode, although sidecar mode remains fully supported. Any major new feature contributed to the project is expected to work in both modes.
In general, we recommend that new users start with ambient mode. It is faster, cheaper, and easier to manage. There are advanced use cases that still require the use of sidecar mode, but closing these gaps is on our 2025 roadmap.
<div style="text-align: center;"> <div style="display: inline-block;"> <a href="/docs/ambient/getting-started" style="display: inline-block; min-width: 18em; margin: 0.5em;" class="btn btn--secondary" id="get-started-ambient">Get started with ambient mode</a> <a href="/docs/setup/getting-started" style="display: inline-block; min-width: 18em; margin: 0.5em;" class="btn btn--secondary" id="get-started-sidecar">Get started with sidecar mode</a> </div> </div>