> For the complete documentation index, see [llms.txt](https://kim-garrard.gitbook.io/design-rationale/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kim-garrard.gitbook.io/design-rationale/inleiding/productvisie.md).

# Productvisie

Mijn concept is ontstaan vanuit een idealistisch oogpunt. Daarom heb ik de belangrijkste idealen en doelen opgeschreven. Dit zijn doelen die ik graag wil bereiken met mijn eindproduct:

* Op een positieve manier impact maken;
* Creativiteit combineren met duurzaamheid;
* Meer grofvuil hergebruiken en nieuw leven geven (circulaire economie);
* Mensen inspireren;
* Gebruikers het gevoel geven van iets samen doen, verbinden en bijdragen.

![](/files/obOTzu06eqNBqxAAyrGT)


---

# 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://kim-garrard.gitbook.io/design-rationale/inleiding/productvisie.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.
