> For the complete documentation index, see [llms.txt](https://docs.plasteax.earth/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plasteax.earth/get-started/quickstart.md).

# Overview

Plasteax lays its foundation on three main pillars:

* Model&#x20;
* Database&#x20;
* API (application programming interface)

<figure><img src="/files/PwZUaYSVTrGL6uLMsPUe" alt=""><figcaption><p>Illustration of how Plasteax connects its model, its database, and its output to companies</p></figcaption></figure>

The **model** is the collection of methods and assumptions that allow for the calculation of granular information about the fates of plastic waste. The model is fed with high-quality data about global plastic production and trade, together with the most recent and available information about waste management practices in the countries of interest.&#x20;

By processing this data, the model is able to: (i) distribute the packaging waste generated among 6 packaging categories and 9 plastic polymers, and (ii) break down each of these elements in its possible end-of-life fates. For a more detailed description of the model underlying Plasteax, visit the [model page](/explainers/model.md).

Each time the Plasteax model 'runs', it produces data about at least one country, in at least one year; this data is then stored in the Plasteax **database**. The digital system that stores and structures the data produced.&#x20;

The **API** is the technology that allows users to interface directly with the database and allows you to query the entire, or just specific pieces, of the dataset. Visit the [API reference page](/api-reference.md) to learn more about the Plasteax API and how to use it. While for more details about the output produced by Plasteax we refer to the Plasteax output page. &#x20;

<figure><img src="/files/xSK7ZXDzZMeBEmmK99QX" alt=""><figcaption></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://docs.plasteax.earth/get-started/quickstart.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.
