> For the complete documentation index, see [llms.txt](https://help.upscorecard.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.upscorecard.org/using-the-tool/customization/how-to-customize/adjusting-recovery-settings.md).

# Adjusting recovery settings

{% hint style="warning" %}
Reminder: to be considered recovered, a product must be recoverable **and** the recovery facilities must be available.
{% endhint %}

<figure><img src="/files/spVI5LFO23OtUZINQDFe" alt=""><figcaption><p>Criteria for a product to be considered recovered.</p></figcaption></figure>

The tutorial below explains how to adjust these two settings.

{% stepper %}
{% step %}

### Specify whether your product is optimized for recycling

This can be done when [creating a new product](/using-the-tool/customization/how-to-customize/create-a-new-product.md) or [editing an existing one](/using-the-tool/customization/how-to-customize/edit-an-existing-product.md).
{% endstep %}

{% step %}

### Specify access to recovery infrastructure

To customize recovery infrastructure access, toggle *Custom Composting and Recycling* when comparing products or scoring a portfolio.

Now, choose the recovery options for the relevant products. Note that only certain materials are eligible for composting and recycling.&#x20;
{% endstep %}
{% endstepper %}

***

## Example

The availability of composting and recycling infrastructure can drastically change a product's overall score, as seen in the example below.

"Trashtown" offers no recovery infrastructure, while "[Ecoville](/misc/glossary.md#ecoville)" has all the options. The score won't change for reusable products.&#x20;

<figure><img src="/files/xB0YMHbmctF1xw0VNoIy" alt=""><figcaption><p>Example scores for various cups based on different recovery infrastructure availabilities. "Trashtown" represents poor infrastructure, while "Ecoville" has all the options.</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.upscorecard.org/using-the-tool/customization/how-to-customize/adjusting-recovery-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
