> For the complete documentation index, see [llms.txt](https://help.fashionupdater.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.fashionupdater.app/gestione-workspace.md).

# Gestione Workspace

- [Amministrazione del Workspace](https://help.fashionupdater.app/gestione-workspace/gestione-del-workspace.md): Gestisci le preferenze, il tuo abbonamento e i membri del tuo Team
- [Impostazioni del Workspace](https://help.fashionupdater.app/gestione-workspace/gestione-del-workspace/modifica-delle-preferenze-del-workspace.md): Modifica delle impostazioni del Workspace
- [Invitare un utente](https://help.fashionupdater.app/gestione-workspace/gestione-del-workspace/invitare-un-nuovo-utente.md): Invita altri utenti a collaborare nel team
- [Gestione ruoli](https://help.fashionupdater.app/gestione-workspace/gestione-del-workspace/gestione-del-team.md): Assegnazione e modifica dei ruoli degli utenti
- [Gruppi Utenti](https://help.fashionupdater.app/gestione-workspace/gestione-del-workspace/gruppi-utenti.md): Gestione dei gruppi utenti del Workspace
- [Tag e Gruppi Utente](https://help.fashionupdater.app/gestione-workspace/gestione-del-workspace/tags-e-gruppi-utenti.md): Come organizzare i contenuti
- [Modelli e Conversazioni](https://help.fashionupdater.app/gestione-workspace/operazioni-sui-modelli.md): Le principali operazioni sui modelli e sulle conversazioni
- [Aggiungere un modello o una conversazione](https://help.fashionupdater.app/gestione-workspace/operazioni-sui-modelli/aggiungere-un-modello.md)
- [Modifica dettagli modello](https://help.fashionupdater.app/gestione-workspace/operazioni-sui-modelli/rinominare-un-modello.md)
- [Archiviare un elemento](https://help.fashionupdater.app/gestione-workspace/operazioni-sui-modelli/eliminare-un-modello.md): Come archiviare un modello o una conversazione
- [Eliminare un elemento archiviato](https://help.fashionupdater.app/gestione-workspace/operazioni-sui-modelli/eliminare-un-modello-1.md)
- [Assegnare Tag o Gruppi Utente ai modelli](https://help.fashionupdater.app/gestione-workspace/operazioni-sui-modelli/assegnare-tags-o-gruppi-utenti.md): Assegnare tag o gruppi di utenti ad un modello
- [Assegnare Gruppi Utente ad una Conversazione](https://help.fashionupdater.app/gestione-workspace/operazioni-sui-modelli/assegnare-tags-o-gruppi-utenti-a-conversazioni.md): Assegnare gruppi di utenti ad un Conversazione
- [Elementi Preferiti](https://help.fashionupdater.app/gestione-workspace/operazioni-sui-modelli/elementi-preferiti.md)
- [Collegamento ad un software PLM Cloud-Based](https://help.fashionupdater.app/gestione-workspace/operazioni-sui-modelli/collegamento-ad-un-software-plm-cloud-based.md)
- [Visualizzare lo Storico](https://help.fashionupdater.app/gestione-workspace/operazioni-sui-modelli/visualizzare-lo-storico.md)
- [Elementi Collegati](https://help.fashionupdater.app/gestione-workspace/elementi-collegati.md): Collegare modelli e conversazioni per creare diversi livelli di accesso alle informazioni


---

# 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://help.fashionupdater.app/gestione-workspace.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.
