# Sustainable Design Patterns

Sustainable design patterns are instrumental in crafting eco-conscious and efficient solutions. These patterns prioritize enduring efficiency, optimal resource utilization, and minimized negative impacts. A notable example is the "circuit break" pattern, which originates from software engineering but has far-reaching applications.

Similar to an electrical circuit breaker that prevents surges, the circuit break design pattern enhances resilience by swiftly detecting and mitigating faults. This prevents wasteful resource usage during system failures and streamlines recovery. For an in-depth understanding of the circuit break pattern, you can explore Microsoft's Azure Architecture Patterns documentation.

Integrating such sustainable patterns, whether through load balancing, refined database queries, or efficient caching, reduces energy consumption while improving system responsiveness. By incorporating these patterns, we pave the way for a sustainable digital landscape that coexists harmoniously with ecological considerations.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.umbraco.com/sustainability-best-practices/backend/sustainable-design-patterns.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
