> For the complete documentation index, see [llms.txt](https://rayneo-en.gitbook.io/rayneo-devdoc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rayneo-en.gitbook.io/rayneo-devdoc/overview.md).

# Overview

## RayNeo Developer Manual

RayNeo currently offers X and Air series product lines. Click the links below to view purchasing information for the glasses through official e-commerce channels, helping you learn about their basic specifications and details.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>X Series</strong></td><td>Full-color diffractive waveguide, true consumer-grade AR</td><td><a href="https://www.rayneo.com/pages/x3-pro-launch">https://www.rayneo.com/pages/x3-pro-launch</a></td><td><a href="/files/2dd2f7c7a81b268f9ebccd6905689f7fae4cca8a">/files/2dd2f7c7a81b268f9ebccd6905689f7fae4cca8a</a></td></tr><tr><td><strong>Air Series</strong></td><td>BirdBath solution, your pocket TV.</td><td><a href="https://www.rayneo.com/pages/best-ar-glasses-rayneo-air-4-pro-launch">https://www.rayneo.com/pages/best-ar-glasses-rayneo-air-4-pro-launch</a></td><td><a href="/files/38f40d740ffa6621c5d5252adac24d7a35b948bd">/files/38f40d740ffa6621c5d5252adac24d7a35b948bd</a></td></tr></tbody></table>

{% hint style="info" icon="accessible-icon" %}
RayNeo provides dedicated developer manuals for different product series. Please click the links below based on your actual development needs for further details.
{% endhint %}

### X Series

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Android SDK for X</strong></td><td><a href="/files/b671122e63d7cfede054aeca9eaf5f81ef852b52">/files/b671122e63d7cfede054aeca9eaf5f81ef852b52</a></td><td><a href="/pages/hEFcgHYw6pBkB6N0v80L">/pages/hEFcgHYw6pBkB6N0v80L</a></td></tr><tr><td><strong>Unity SDK for X</strong></td><td><a href="/files/d8e4d5a44e4842ae7b33f3282b428ecb311a3cd4">/files/d8e4d5a44e4842ae7b33f3282b428ecb311a3cd4</a></td><td><a href="/pages/dtMmkWyLoGfZkIKMbyzN">/pages/dtMmkWyLoGfZkIKMbyzN</a></td></tr></tbody></table>

### Air Series

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Unity SDK for Air</strong></td><td><a href="/files/d8e4d5a44e4842ae7b33f3282b428ecb311a3cd4">/files/d8e4d5a44e4842ae7b33f3282b428ecb311a3cd4</a></td><td><a href="/pages/5sEd2nwRaZfFw4mi7xyp">/pages/5sEd2nwRaZfFw4mi7xyp</a></td></tr></tbody></table>


---

# 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://rayneo-en.gitbook.io/rayneo-devdoc/overview.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.
