> For the complete documentation index, see [llms.txt](https://guide.openfoodnetwork.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.openfoodnetwork.org/greek/shopping-with-open-food-network/about-open-food-network.md).

# About Open Food Network

The vision of Open Food Network is:

> **A world where fair and open food supply networks connect people and regenerate the earth.**

The Open Food Network aims to enable people (everyone!) to be able to source their food fairly and directly from local farmers, growers and producers. &#x20;

Shopping on the platform **empowers you as a customer**: it is easy to see where your food comes from, the story behind where or how it was grown or made, and the amount a producer will directly receive from your purchase. &#x20;

Short local supply chains build communities. You can purchase milk from the local dairy, bread from the baker on your highstreet, vegetables from a local allotment etc all in one go and at your convenience.  Knowing that a real person, who runs a small business near you (who you may even bump into on the street from time to time) benefits directly from your weekly shop strengthens your local economy and builds food sovereignty.

{% embed url="<https://youtu.be/eA3IcMUnU14>" %}

The Open Food Network is a global software platform. The code base is open source, which means it is owned by everyone. No one person has the authority to remove access to or ask for payment for use of the code.  The Open Food Network platform is only a host for the local food enterprises who are registered on it.  When you purchase on the platform it is an interaction between yourself (as a customer) and a local food enterprise. The Open Food Network is a not for profit organisation.<br>


---

# 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://guide.openfoodnetwork.org/greek/shopping-with-open-food-network/about-open-food-network.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.
