> 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.6.1/openstamanager/interfaccia/widget.md).

# Widget

I widget sono componenti predefiniti che presentano una serie di funzioni aggiuntive a un modulo, che possono andare da filtri ad operazioni di gestione interna dei record. E' possibile visualizzarli nella parte alta della pagina.

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

## 🎛️ **Gestione dei widget**

E' possibile spostare un widget cliccando su di esso e trascinandolo attraverso un'azione *drag\&drop.*

Per procedere a disabilitarlo invece, basterà cliccare sulla X nell'angolo in alto a destra dello stesso.

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

### Dimensione widget

La dimensione di default dei widget è configurabile da Strumenti/Impostazioni/Generali, alla voce **Dimensione widget predefinita:**

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

{% hint style="info" %}
Ricordando che bootstrap prevede un numero di celle totali pari a 12 per riga, volendo ad esempio impostare il numero di widget per riga pari a 6, sarà sufficiente impostare come dimensione predefinita "col-md-2".
{% endhint %}

Tuttavia è possibile forzare la dimensione dei vari widget da Strumenti/Stato dei servizi, per impostare dimensioni personalizzate:

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

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

I valori corrispondenti alle impostazioni sono:

* Piccolo: col-md-3
* Medio: col-md-4
* Grande: col-md-6
* Molto grande: col-md-12


---

# 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.6.1/openstamanager/interfaccia/widget.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.
