> For the complete documentation index, see [llms.txt](https://chatafishas-organization.gitbook.io/chatafisha-gitbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chatafishas-organization.gitbook.io/chatafisha-gitbook/chatafisha-dapp/waste-collection-points.md).

# Waste collection points

Waste collection points are designated centers where waste pickers go to sort, group, weigh and aggregate their plastic before selling them to recyclers. Most collection points own a smartphone enabling them to use and keep track of daily offsets of their waste pickers belonging to the station.

<figure><img src="/files/SqyewdYRBPn8Se4tX5vn" alt=""><figcaption><p>Dashboard for collection points to register and upload daily records of offsets</p></figcaption></figure>

The dApp would benefit waste collection points who keep track of waste pickers without smartphones by providing an alternative method for tracking and managing waste collection. The platform could include a feature where waste pickers can be registered and tracked manually by the waste collection points. The waste collection points will also receive an incentive fee for keeping track of waste pickers who do not own a phone.&#x20;

Once the collection points have put the data on the d'App, the information is then verified again by the Waste recyclers who act as second verifiers on the ground to verify the amount and quality of plastic received from various collection points.


---

# 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://chatafishas-organization.gitbook.io/chatafisha-gitbook/chatafisha-dapp/waste-collection-points.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.
