> 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/release-notes/archive/2021/version-2.15.md).

# Version 2.15

Version 2.15 of crystal is out now! We spent most of our time refining and tuning, improving and polishing up the user experience.

Please find the updates below split by user type:

## For Members

{% hint style="info" %}
A member is a user who accesses the advisor and Dashboard
{% endhint %}

### Fixed error in forecast messages

We have fixed an issue happening in alert forecast messages: crystal would ask user to to request the forecast at a later time, even though the forecast was actually being processed and ready to be shown.

### Updated Italian measurement system

We have improved the way crystal talks in Italian when it comes to numbers. From now on, “billions” in Italian is abbreviated as `mrd` rather than `B`, which is correctly read as *miliardi* by the text-to-speech.

## For Admins

{% hint style="info" %}
An admin is a user who can configure crystal in the Self-Service Console.
{% endhint %}

### crystal now support Azure Synapse Analytics

Good news, this version supports another data source! You can now connect Azure Synapse Analytics to your crystal projects. Check [this article](https://igenius.gitbook.io/en/topics/topics/untitled/untitled-9) for further details on how to connect the data sources.

### Self-Service console improvements

In this version we have optimized the performance on the Self-Service console side and solved a UI bug. It is now possible to scroll the list of entity aliases if there are several values in it.

Need help using crystal? Check out the full crystal tutorials [here](https://igenius.gitbook.io/en/).


---

# 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:

```
GET https://docs.igenius.ai/release-notes/archive/2021/version-2.15.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
