# Explainers

- [Background](https://docs.plasteax.earth/explainers/background.md): Brief overview of the framework behind the generation and management of plastic waste.
- [Model](https://docs.plasteax.earth/explainers/model.md): Description of the theoretical model behind Plasteax.
- [Step 1: Domestic waste generated](https://docs.plasteax.earth/explainers/model/step-1-domestic-waste-generated.md): Overview of the process to calculate the plastic net input and domestic waste generated within a country.
- [Step 2: Recycling and Export](https://docs.plasteax.earth/explainers/model/step-2-recycling-and-export.md): Overview of the process to determine the shares of recycling and export out of the domestic waste generated.
- [Step 3: Incineration and Landfill](https://docs.plasteax.earth/explainers/model/step-3-incineration-and-landfill.md): Overview of the process to determine the shares of incineration and landfill out of the domestic waste generated.
- [Step 4: Mismanaged Waste and Leakage](https://docs.plasteax.earth/explainers/model/step-4-mismanaged-waste-and-leakage.md): Overview of the process to determine the share domestic waste that is mismanaged and the fraction of the latter that is leaked to oceans and waterways.
- [Data Sources](https://docs.plasteax.earth/explainers/data-sources.md)
- [Definitions](https://docs.plasteax.earth/explainers/definitions.md)
- [Change log](https://docs.plasteax.earth/explainers/change-log.md)


---

# 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.plasteax.earth/explainers.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.
