> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/cloud/it/concepts/basic-concepts/information.md).

# Informazioni

Le voci di tipo informazione in Devolutions Cloud centralizzano dati di riferimento come recapiti, identificatori di asset o note sulle policy in record condivisibili e controllati da autorizzazioni. A differenza delle voci di sole credenziali, una voce di tipo informazione si concentra su campi descrittivi, link e documentazione, così che i team possano consultare valori come contatti di supporto, codici delle porte, numeri di serie o riferimenti alle policy insieme alle proprie password.

Poiché queste voci risiedono nelle stesse casseforti ed ereditano lo stesso modello di ruoli e autorizzazioni, gli amministratori possono decidere esattamente chi può visualizzare o modificare le informazioni sensibili. Uno schema tipico consiste nell'archiviare le informazioni sui contratti con i fornitori in una voce di tipo informazione e collegarla dagli account privilegiati correlati, garantendo che chiunque stia risolvendo un problema veda sia i dettagli operativi sia il contesto aziendale.

#### Argomenti correlati

* [Tipo di voce](/cloud/it/web-interface/entries/entry-type.md)
* [Creare voci manualmente](/cloud/it/web-interface/entries/create-entries-manually.md)
* [Documentazione](/cloud/it/web-interface/entries/entry-section/documentation.md)


---

# 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.devolutions.net/cloud/it/concepts/basic-concepts/information.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.
