> For the complete documentation index, see [llms.txt](https://docs.igenius.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.igenius.ai/italiano/note-di-rilascio/archivio/2022/versione-2.17.md).

# Versione 2.17

La versione 2.17 di crystal è live!

Big news: siamo felici di annunciare che crystal ora supporta lo spagnolo!

Inoltre, questa release introduce una nuova datasource supportata.

Vediamo le novità della versione 2.17 in base alla tipologia di utente:

## Per member&#x20;

{% hint style="info" %}
&#x20;Un utente member può accedere all'advisor e alla Dashboard.
{% endhint %}

### Supporto della lingua spagnola

Hola! crystal ora può capire e parlare lo spagnolo, il che significa che puoi usufruire di Advisor e Dashboard in una nuova lingua. I progetti ora supportano l'intera esperienza di conversational analytics in lingua spagnola..

## Per admin <a href="#per-admin" id="per-admin"></a>

{% hint style="info" %}
Un utente admin può configurare crystal nella Console Self-Service
{% endhint %}

### Supporto della lingua spagnola

crystal ora supporta una lingua in più. Se lo Spagnolo viene impostato come la lingua di progetto, la console Self-Service rimarrà in inglese, mentre i nomi degli argomenti, gli alias, l'advisor e il dashboard saranno in spagnolo.

Fai riferimento a [queste istruzioni](https://igenius.gitbook.io/en/topics/topics/untitled-12) per controllare la lingua del tuo progetto o contattaci usando [questo modulo](https://igenius.atlassian.net/servicedesk/customer/portals).

### crystal ora supporta MongoDB <a href="#crystal-ora-supporta-mongodb" id="crystal-ora-supporta-mongodb"></a>

Buone notizie, MongoDB può essere collegato come datasource! Controlla [questo articolo](https://igenius.gitbook.io/risorse/topics/topics/untitled/untitled-9) per ulteriori dettagli su come collegare le fonti di dati.

Serve aiuto con crystal? Visita la nostra sezione [Risorse](https://igenius.gitbook.io/risorse/).


---

# 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.igenius.ai/italiano/note-di-rilascio/archivio/2022/versione-2.17.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.
