# Cocos CreatorXR 介绍

Cocos CreatorXR 是基于 Cocos Creator 和 Cocos Engine 打造的一款 XR 内容创作工具。底层通过支持 OpenXR 标准协议来抹平不同 XR 设备之间的差异，可以一站式对创作内容进行开发并发布到不同的 XR 设备中而无需去适配不同设备的信号；基于底层我们封装了一系列不同功能的 XR 中间件来提供 XR 内容创作支持，并支持用户自定义扩展组件内容；上层基于 Cocos Creator 面板扩展出多种形式的 XR 功能菜单和组件样式，为用户提供更为便利的内容创作界面。


---

# 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://cocos-creatorxr.gitbook.io/cocos-creatorxr-manual/cocos-creatorxr-jie-shao.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.
