> 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/it/local-ofn-organizations-and-contacts.md).

# Istanze locali di OFN e contatti

Puoi accedere alla piattaforma Open Food Network in diverse lingue, e da diversi fornitori, a seconda di dove sei. &#x20;

Le istanze locali forniscono un servizio "Saas" ("Software as a service" - Software come servizio, così non devi sviluppare e implementare il codice da solo), ma puoi sempre trovare il codice sorgente [qui](https://github.com/openfoodfoundation/openfoodnetwork#boards?repos=6257856), poichè è un programma open source rilasciato con la licenza AGPL 3.

Di solito le istanze locali che forniscono questo servizio Saas forniscono anche altri servizi per supportare più in generale lo sviluppo del settore alimentare locale, come formazione, consulenze, programmi di incubazione di imprese, ecc. Contattale attraverso il loro sito web per saperne di più! Vedi  [qui](https://www.openfoodnetwork.org/find-your-local-open-food-network/).

\
Vuoi conoscere di più riguardo Open Food Network? [Visita il nostro sito globale](https://www.openfoodnetwork.org/)!

| Paese          | Accesso alla piattaforma fornito da                                                                                      | Link al sito locale                                                    | Lingue previste nel sito locale                        |
| -------------- | ------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------- | ------------------------------------------------------ |
| Australia      | Open Food Services                                                                                                       | <https://openfoodnetwork.org.au/>                                      | English                                                |
| Belgium        | [OXFAM Magasins du monde](https://www.oxfammagasinsdumonde.be/acheter-equitable/open-food-network-belgium/#.XYoOOvfgo5k) | <https://www.openfoodnetwork.be>                                       | <p>French</p><p>German</p><p>English</p><p>Deutsch</p> |
| Brasil         | [REDE de Intecâmbio de Tecnologias Alternativas](http://redemg.org.br/)                                                  | [ https://openfoodbrasil.com.br/](< https://openfoodbrasil.com.br/>)   | Portuguese                                             |
| Canada         | Open Food Network Canada                                                                                                 | [https://openfoodnetwork.ca ](<https://openfoodnetwork.ca >)           | <p>English</p><p>French</p>                            |
| Costa Rica     | OFN Costa Rica                                                                                                           | <https://www.laferia.cr/>                                              | Spanish English                                        |
| France         | Open Food France                                                                                                         | <https://www.openfoodfrance.org/>                                      | <p>French</p><p>Italian</p>                            |
| Italy\*\*      | OFN Italy                                                                                                                | <https://app.openfoodnetwork.it/>                                      | <p>Italian<br>English</p>                              |
| Ireland        | OFN Ireland                                                                                                              | <https://openfoodnetwork.ie/>                                          | English                                                |
| New Zealand    | Systems Commons Ltd. (for the time being)                                                                                | <https://openfoodnetwork.org.nz>                                       | English                                                |
| Scandinavia\*  | [Altifrem](https://altifrem.wordpress.com/)                                                                              | <https://www.openfoodnetwork.no/>                                      | Norwegian Swedish                                      |
| Spain          | [Katuma](http://katuma.org/)                                                                                             | [https://app.katuma.org/ ](<https://app.katuma.org/ >)                 | <p>Castellano</p><p>Catalan Portuguese Italian</p>     |
| South Africa   | Open Food Network South Africa                                                                                           | <https://openfoodnetwork.org.za/>                                      | English                                                |
| United Kingdom | [Open Food Network UK](https://about.openfoodnetwork.org.uk/)                                                            | [https://openfoodnetwork.org.uk/ ](<https://openfoodnetwork.org.uk/ >) | English                                                |
| USA            | Open Food Network USA                                                                                                    | <https://openfoodnetwork.net/>                                         | English                                                |

*\*La piattaforma locale è gestita solo da volontari e non è aggiornata regolarmente, ci potrebbero essere discrepanze tra questa guida e la piattaforma locale in uso.*&#x20;

*\*\*Il fornitore locale sta impostando la piattaforma locale e costruendo l'offerta di supporto per gli utenti locali.*&#x20;


---

# 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/it/local-ofn-organizations-and-contacts.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.
