docs/index.md
Polly is a powerful library for .NET that helps you handle transient faults and improve the resilience of your applications. With Polly, you can easily define and apply strategies such as Retry, Circuit Breaker, Hedging, Timeout, Rate Limiter and Fallback to handle failures and slowdowns in a fluent and thread-safe way.
Polly is part of the .NET Foundation!
Polly lets you use and combine different resilience strategies to cope with various scenarios, such as:
You can learn more about each strategy and how to use them resilience strategies section.
Polly is easy to install and use. You can follow the getting started guide to add and start using Polly in your projects.
Polly has a rich documentation that covers various topics, such as:
You can also find many resources and community contributions, such as:
You can browse the documentation using the sidebar or visit the API section for the reference documentation.