> 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/master.md).

# Welcome

In Crystal Docs, you will find all the information you need to optimize your experience with Crystal.&#x20;

You will find dedicated tutorials and deep-dives to guide you through the use of Crystal.

You will also find articles organized into thematic chapters and divided into sections and subsections, to help you find what you need.

{% hint style="success" %} <mark style="color:green;">**What's New on Crystal?**</mark>

We regularly update Crystal Docs, in line with the latest product releases.&#x20;

To discover **what's new** on each Crystal version, you can explore the [**Release Notes**](/release-notes/2024.md) chapter.
{% endhint %}

{% hint style="warning" %} <mark style="color:orange;">**Thoughts?**</mark>

Any feedback on Crystal Docs? We'd love to hear from you!

Please share your thoughts at [**docs@igenius.ai**](mailto:docs@igenius.ai)**.**
{% endhint %}

***

## Contacts

Do not hesitate to contact us with any questions!

<details>

<summary>If you have questions, feedback, or problems regarding Crystal...</summary>

You can contact us by sending an email to [<mark style="color:blue;">**support@igenius.ai**</mark>](mailto:support@igenius.ai).

</details>

<details>

<summary>If you are interested in Crystal or iGenius...</summary>

You can contact us via our [**Talk To Us Form**](https://www.igenius.ai/contact) on our website.

</details>

***

## Jump to Section

{% content-ref url="/pages/McaaYZCW0Aw1DqUAyqgc" %}
[Fundamentals](/fundamentals/crystal.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MedVir\_wGFQG5bhGepP" %}
[Crystal Advisor](/crystal-advisor/access-to-crystal.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Me\_\_2AP0b4oYwKLzkVN" %}
[Crystal Console](/crystal-console/start-your-experience.md)
{% endcontent-ref %}

{% content-ref url="/pages/WaJp4WZPcbzJZT5upnSn" %}
[Limitations](/limitations/limitations-on-crystal-advisor.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MjYhUjf0GdNdKu9RcYS" %}
[Support](/support/support-on-crystal-advisor.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MjYgT-fVEAlLYsDFMJw" %}
[Release Notes](/release-notes/2024.md)
{% endcontent-ref %}


---

# 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/master.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.
