> For the complete documentation index, see [llms.txt](https://docs.abracadabra.money/learn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.abracadabra.money/learn/abracadabra-italiano/intro/the-dashboard.md).

# Dashboard

## Usare la Dashboard

![](/files/-McCc-aib-_isFnEXEug)

Per accedere alla DASHBOARD (cruscotto) è necessario portare il cursore in alto a destra dello schermo, sull'indirizzo del wallet collegato al sito di Abracadabra. Questo tasto cambierà automaticamente mostrando la parola DASHBOARD. Fai click per accedere alla pagina della Dashboard.

![](/files/-MfCcashSS2ERGW2PPi7)

Questa pagina si compone di diverse sezioni, che consentono all'utente di ottenere diverse informazioni sulle sue posizioni aperte su [**abracadabra.money.**](https://abracadabra.money/)​

## Saldo MIM su Bentobox

Questa sezione indica l'ammontare di MIM che l'utente ha a disposizione su Bentobox. Tieni presente che, poiché Abracadabra utilizza la tecnologia di Kashi, interagisce con Bentobox. Per maggiori informazioni su Bentobox, fai clic **qui**  [**here**](https://docs.sushi.com/products/bentobox).

![](/files/-MfC_mGP-bxdl2Kpb2jM)

Quando riduci la leva sulla tua posizione, per favore controlla il tuo saldo su questa sezione. Alcuni MIM potrebbero venire depositati sul tuo saldo Bentobox. Avrai la possibilità di ritirarli facendo click sul tasto WITHDRAW.

## Summary (Prospetto di riepilogo)

Questa sezione fornisce all'utente un breve riepilogo di tutte le sue posizioni.

![](/files/-McCpjC5gNctPUiL9vzH)

·    TOTAL BORROWED **(totale preso in prestito)** - Mostra l'ammontare totale di MIM presi in prestito.

·    TOTAL COLLALTERALISED **(totale prestato in garanzia)** - Mostra il controvalore totale in USD di tutti gli ibTKNs dati in garanzia dall'utente.

·    OPEN DEALS **(operazioni in corso)** - Mostra quali tipi di ibTKNS sono attualmente utilizzati come garanzia.

## **Open Positions (posizioni aperte)**

La parte inferiore della pagina mostra un riepilogo di tutte le posizioni aperte dell'utente, unitamente al loro stato di salute.


---

# 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.abracadabra.money/learn/abracadabra-italiano/intro/the-dashboard.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.
