# 获取资源

## 如何获取Verge3D源

完整的Verge3D源代码作为Verge3D Enterprise软件包的一部分提供（请参阅[本页](https://www.soft8soft.com/licensing/)的许可证比较图表）。

但是，由于Verge3D基于开源的Three.js框架，因此可以仅使用[GitHub上托管的](https://github.com/mrdoob/three.js) Three.js源来掌握其API和内部结构。

如果您在使用任何API方法时遇到困难，请查看Verge3D [示例应用程序](https://cdn.soft8soft.com/demo/examples/index.html)或咨询Soft8Soft [论坛](https://www.soft8soft.com/forums/)上的Verge3D开发人员和社区。


---

# 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://docs.eightest.com/programmers-guide/how-to-obtain-sources.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.
