> For the complete documentation index, see [llms.txt](https://docs.openstamanager.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openstamanager.com/2.11.1/openstamanager/modules/strumenti/link-navbar.md).

# Link navbar

Il modulo **Link navbar** permette di aggiungere **collegamenti personalizzabili al menu superiore** (navbar) del gestionale .

Questo modulo è particolarmente utile per aggiungere rapidi accessi a risorse esterne, pagine interne custom, o qualsiasi URL che l'utente desidera avere immediatamente disponibile nella barra di navigazione principale.

## Configurazione <a href="#configurazione" id="configurazione"></a>

### Aggiungere un nuovo link <a href="#aggiungere-un-nuovo-link" id="aggiungere-un-nuovo-link"></a>

Per aggiungere collegamenti personalizzati al menu superiore:

1. Clicca sul pulsante (+)
2. Inserire i seguenti dati:
   * **Nome interno**:  Slug univoco interno.
   * **Etichetta visibile**: Il testo che verrà visualizzato nella navbar
   * **Tipo:** Tipo di collegamento a scelta tra Link URL, JavaScript, Modulo o Plugin
   * **Valore**: URL per link, nome funzione globale per JavaScript, nome del modulo o plugin
   * **Icona** (opzionale): Eventuale icona associata al link
   * **Colore** (opzionale): Colore dell'icona
   * **Ordine** (opzionale): Posizione dell'icona

### Esempi di utilizzo <a href="#ejemplos-di-utilizzo" id="ejemplos-di-utilizzo"></a>

### Link a risorsa esterna <a href="#link-a-risorsa-esterna" id="link-a-risorsa-esterna"></a>

```
Etichetta: Documentazione OpenSTAManager
URL: https://docs.openstamanager.com
```

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

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

### Link a modulo <a href="#link-a-pagina-interna-custom" id="link-a-pagina-interna-custom"></a>

```
textNome: Dashboard
URL: Dashboard
```

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

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

### Vantaggi <a href="#vantaggi" id="vantaggi"></a>

* **Accesso rapido**: Collegamenti immediatamente disponibili nella navbar
* **Flessibilità**: Supporta qualsiasi tipo di URL (interno, esterno, protocollo custom)
* **Nessuna modifica al codice**: Configurazione completa tramite interfaccia grafica


---

# 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.openstamanager.com/2.11.1/openstamanager/modules/strumenti/link-navbar.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.
