> For the complete documentation index, see [llms.txt](https://rayneo.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.gitbook.io/rayneo-devdoc/gai-lan.md).

# 概览

## RayNeo 开发手册

RayNeo眼镜目前有x、air、v不同的系列产品线，点击以下链接查看眼镜电商渠道购买介绍，方便你了解眼镜的基础规格和信息。

<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系列</strong></td><td>全彩衍射光波导，消费级真 AR</td><td><a href="https://mall.jd.com/index-1000442304.html">https://mall.jd.com/index-1000442304.html</a></td><td><a href="/files/S0VIMARkuBolOvn31Ly4">/files/S0VIMARkuBolOvn31Ly4</a></td></tr><tr><td><strong>Air系列</strong></td><td>BirdBath 方案，你的口袋电视</td><td><a href="https://mall.jd.com/index-1000442304.html">https://mall.jd.com/index-1000442304.html</a></td><td><a href="/files/qAKcdcVIwi2eUkLxFijM">/files/qAKcdcVIwi2eUkLxFijM</a></td></tr><tr><td><strong>V系列</strong></td><td>AI 拍摄眼镜，随身的助理</td><td><a href="https://mall.jd.com/index-1000442304.html">https://mall.jd.com/index-1000442304.html</a></td><td><a href="/files/GeEe50kAbvbOGkZKEETn">/files/GeEe50kAbvbOGkZKEETn</a></td></tr></tbody></table>

{% hint style="info" icon="square-code" %}
RayNeo针对不同系列产品，提供对应支持的开发手册，请根据你的实际开发需求点击以下链接了解进一步开发。
{% endhint %}

### X系列

<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/Y2jtAJdHsfp3pjAKcgPQ">/files/Y2jtAJdHsfp3pjAKcgPQ</a></td><td><a href="/pages/lZ46DFl6uMYaEQy3oRtN">/pages/lZ46DFl6uMYaEQy3oRtN</a></td></tr><tr><td><strong>Unity SDK for X</strong></td><td><a href="/files/vYZKgCJZiWaY2VxJtf2s">/files/vYZKgCJZiWaY2VxJtf2s</a></td><td><a href="/pages/QRkTsZtPLWIhWkjYjgaX">/pages/QRkTsZtPLWIhWkjYjgaX</a></td></tr></tbody></table>

### Air系列

当前仅支持Air系列，GT系列暂不支持。

<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/vYZKgCJZiWaY2VxJtf2s">/files/vYZKgCJZiWaY2VxJtf2s</a></td><td><a href="/pages/1DYa7XQEGpf4Mr2NgsZM">/pages/1DYa7XQEGpf4Mr2NgsZM</a></td></tr></tbody></table>

### V系列 - AI Studio

<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>RayNeo AI Studio</strong></td><td><a href="/files/PtSMT5qQ2QP094MjW7jX">/files/PtSMT5qQ2QP094MjW7jX</a></td><td><a href="/pages/AQ6hcylgowUTIImFTQYH">/pages/AQ6hcylgowUTIImFTQYH</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, and the optional `goal` query parameter:

```
GET https://rayneo.gitbook.io/rayneo-devdoc/gai-lan.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.
