# Welcome!

{% hint style="warning" %}
This site is currently in an alpha state.&#x20;
{% endhint %}

## Welcome to the Illumience API

Here you'll find information on how to utilize the Illumience API.  Please note that this is a preliminary release for a few customers and does not constitute the full API release. &#x20;

## Want to jump right in?

Feeling like an eager beaver? Jump in to the quick start docs and get making your first request:

{% content-ref url="/pages/kStIb8RFZo9u0Nc1mb5S" %}
[Pico & Senti API Reference](/api-v2/pico-and-senti-api-reference.md)
{% endcontent-ref %}

{% content-ref url="/pages/VArGCbaTBQW1xVmac01j" %}
[Illumient and Nano API Reference](/api-v2/illumient-and-nano-api-reference.md)
{% endcontent-ref %}

{% content-ref url="/pages/MEaungZjrfqlUOn0PGL1" %}
[Quick Start for eSite Systems](/quick-start-for-esite-systems.md)
{% endcontent-ref %}

## Want to deep dive?

Dive a little deeper and start exploring our API reference to get an idea of everything that's possible with the API:

{% content-ref url="/pages/pILxPqlDFiQzVamqg1Ad" %}
[eSite API Reference](/api-v1/esite-api-reference.md)
{% endcontent-ref %}


---

# Agent Instructions: 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://apidocs.illumience.com/welcome.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.
