# Limit use of 3rd parties

Third-party requests account for [45% of all requests](https://almanac.httparchive.org/en/2022/sustainability#third-parties), with 94% of mobile websites having at least one identifiable third-party resource.

While third parties can enhance the functionality of your website, they will introduce more HTTP requests. Potentially this will add other undesirable outcomes for the user such as sharing data. Before adding any third party, assess their purpose and ensure they don't increase the page weight. It’s also possible that these 3rd parties are not using [green hosting providers](/sustainability-best-practices/infrastructure/hosting.md#hosting-renewable-and-low-carbon-energy).


---

# 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/frontend/limit-use-of-3rd-parties.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.
