# Background tasks

Implementing background tasks or batching up requests to run in sustainable cloud regions and during off-peak hours of power consumption is a commendable practice.

By strategically scheduling resource-intensive tasks in regions powered by renewable energy sources, organizations can minimize their carbon footprint. The same effect will be seen by scheduling intensive tasks during times of reduced energy demand.

This approach not only optimizes the use of available resources but also aligns with the broader objectives of sustainable development.

By harnessing the power of cloud computing in an environmentally responsible manner, businesses can make substantial strides toward creating more energy-efficient systems. And these systems can operate in harmony with eco-conscious principles, reducing their overall environmental impact.


---

# 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/background-tasks.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.
