> 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/operazioni-sui-modelli/collegamento-ad-un-software-plm-cloud-based.md).

# Collegamento ad un software PLM Cloud-Based

In caso si utilizzi un software PLM basato su cloud, Fashionupdater permette di collegare i modelli interni all'applicazione con i corrispondenti modelli nel software PLM. Ciò facilita l'accesso rapido alle specifiche dei modelli nel PLM.

### **Istruzioni per il Setup**

1. **Configurazione del Collegamento nel Workspace**:
   * Naviga alle impostazioni del tuo Workspace.
   * Vai al campo "PLM Link" e inserisci l'URL principale per l'accesso al tuo PLM.

     **Esempio**: `https://company.plm.com`.
2. **Collegamento dei modelli specifici**:
   * Seleziona un modello in Fashionupdater.
   * Clicca sul pulsante "Modifica dettagli".
   * Inserisci l'URL specifico che corrisponde al modello nel software PLM.\
     **Esempio**: `https://company.plm.com/article/123456789`.
3. **Utilizzo del Collegamento per l'Accesso Rapido**:
   * Dopo aver salvato le modifiche, comparirà il pulsante "Open PLM" nell'angolo in alto a destra.
   * Cliccando su "Open PLM", verrai reindirizzato direttamente alla scheda del modello corrispondente nel PLM.

**Nota**: Questo collegamento fornisce un accesso diretto alle informazioni del modello nel PLM, rendendo la consultazione più efficiente e veloce.

{% hint style="info" %}
**Accesso e Permessi per il PLM:** L'accessibilità al sistema PLM è condizionata dai permessi individuali degli utenti e dalle configurazioni stabilite all'interno del PLM stesso. Sebbene Fashionupdater non modifichi o gestisca direttamente i dati all'interno del PLM, ha introdotto una nuova funzionalità di collegamenti diretti. Questi link, assegnabili nell'area di modifica dei dettagli dei modelli, offrono un metodo rapido e diretto per accedere alle informazioni pertinenti nel sistema PLM.
{% endhint %}


---

# 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/operazioni-sui-modelli/collegamento-ad-un-software-plm-cloud-based.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.
