> For the complete documentation index, see [llms.txt](https://docs.trackle.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trackle.io/concetti-generali/organizzazione.md).

# Organizzazione

Un'Organizzazione rappresenta un'entità di livello superiore che può possedere molti prodotti, avere un team di utenti e dei *customer* che possono avere accesso a dispositivi di prodotti diversi, per es. nel caso di utenti di un'App multi prodotto.

<figure><img src="/files/sUiG3sh1NpBLcdiR46iU" alt=""><figcaption></figcaption></figure>

Ciascuna Organizzazione dispone di un team e ciò è molto utile per i membri della tua azienda che dovrebbero avere visibilità su tutte le attività IoT della tua organizzazione. Ogni utente nel team di organizzazione avrà accesso a tutti i Prodotti ereditando il ruolo assegnato nel team di organizzazione. Con una singola azione puoi autorizzare un utente a gestire molti Prodotti.

Anche per quanto l'autenticazione e autorizzazione alle API REST di Prodotto, creando un client OAuth a livello di Organizzazione, un software esterno può ottenere un token di organizzazione che lo autorizza ad accedere alla risorse di tutti i Prodotti dell'organizzazione.


---

# 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.trackle.io/concetti-generali/organizzazione.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.
