> For the complete documentation index, see [llms.txt](https://docs.coraye.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coraye.com/getting-started-with-coraye.md).

# Getting started with Coraye

### Installation on Mac OS

{% hint style="info" %}
64 bits compatible, version minimum Mac OS 10.10 (Yosemite).
{% endhint %}

{% content-ref url="/pages/-M22xW9GNigTTEdzhJbP" %}
[Installation under Mac OS](/installation-under-mac-os.md)
{% endcontent-ref %}

### Installation on Windows

{% hint style="info" %}
x64 compatible (version x32 on demande), version minimum Windows 7.
{% endhint %}

{% content-ref url="/pages/-M23-6kbjtG9j1cNRJKk" %}
[Installation under Windows](/installation-under-windows.md)
{% endcontent-ref %}

### Installing the Windows driver for your spectrophotometer

{% hint style="info" %}
Regarding the Mac OS version, there is no driver to install.
{% endhint %}

{% content-ref url="/pages/-M4FJgLjXRXwLdFkbqhU" %}
[Installation of the Windows driver for your spectrophotometer](/installation-of-the-windows-driver-for-your-spectrophotometer.md)
{% endcontent-ref %}

### Installation and management of plugins

{% hint style="info" %}
Don't forget to install the plugin corresponding to your spectrophotometer. The management of plugins is done directly via the Coraye software.
{% endhint %}

{% content-ref url="/pages/-M23-OXbfjMY7ugCT6WG" %}
[Plugins installation and management](/plugins-installation-and-management.md)
{% endcontent-ref %}

Interface presentation

{% content-ref url="/pages/-MF0EUZwEDZVO2lA-D40" %}
[Interface presentation](/interface-presentation.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.coraye.com/getting-started-with-coraye.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.
