> For the complete documentation index, see [llms.txt](https://wiki.ainzzorl.lol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.ainzzorl.lol/misc-research/recycling.md).

# Recycling

[Organic cotton bags need to be used 20,000 times to equal the environmental impact of plastic bags.](https://news.climate.columbia.edu/2020/04/30/plastic-paper-cotton-bags/)

[Frequently Asked Questions: Benefits of Recycling](https://lbre.stanford.edu/pssistanford-recycling/frequently-asked-questions/frequently-asked-questions-benefits-recycling)

{% embed url="<https://www.nationalgeographic.com/environment/article/5-recycling-myths-busted-plastic>" %}

* Recycling aluminum cans saves 95 percent of the energy needed to make new cans from raw materials. Recycling steel and tin cans saves 60 to 74 percent; recycling paper saves about 60 percent; and recycling plastic and glass saves about one-third of the energy compared to making those products from virgin materials.

Criticism, "Why I am not an Environmentalist" - <https://books.google.com/books?id=qTBgMMxeJ5IC&pg=PA279>

{% embed url="<https://blog.nationalgeographic.org/2018/04/04/7-things-you-didnt-know-about-plastic-and-recycling/>" %}

{% embed url="<https://meduza.io/feature/2020/01/24/s-2020-goda-moskva-perehodit-k-razdelnomu-sboru-musora>" %}

<https://www.mos.ru/news/item/70528073/>


---

# 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://wiki.ainzzorl.lol/misc-research/recycling.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.
