# Overview

This is the official user manual of Uranus Tools for PlayCanvas.&#x20;

All the information required to successfully use the Uranus Tools scripts with your PlayCanvas project is included here.

You can study this user manual from start to finish or go directly to a relevant category to get help with.

![Aritelia, by Solar games: https://aritelia.io](https://1509054222-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGsgEJH9gaH2xgjDg0z9Q%2Fuploads%2F3Qzxgt4PMMlWCSLcx03v%2Fisland_-2_1.jpg?alt=media\&token=cabb83f0-f6d6-4d2c-ac28-63f2bd468db7)

### About Uranus Tools for PlayCanvas

There are several WebGL engines that can help developers build and deploy real time live rendered 3D scenes in regular webpages.&#x20;

The revolution in content creation that started with the introduction of WebGL in mainstream browsers is now expanding to fully immersive digital worlds or otherwise known as the metaverse.

One of the most powerful content creation platforms based on WebGL/WebGPU is PlayCanvas.

{% hint style="info" %}
From Wikipedia:

*"PlayCanvas is an open-source 3D game engine/interactive 3D application engine alongside a proprietary cloud-hosted creation platform that allows for simultaneous editing from multiple computers via a browser-based interface."*

You can find out more about PlayCanvas [here](https://playcanvas.com/).
{% endhint %}

Uranus Tools for PlayCanvas is a collection of ready to use PlayCanvas scripts that add powerful capabilities to your project.

The scripts collection is organized in categories depending on the use case of each script.

Most of the scripts are designed to work as standalone. They can be easily added to existing PlayCanvas projects with minimal configuration. All script attributes contain explanative descriptions on mouse hover.

{% hint style="warning" %}
This User Manual is currently in active development. You may find several missing pages or insufficient documentation.&#x20;

While we work hard to improve and complete this manual, for any problem you have feel free to reach out to the Solar Games team through the support channels you have been provided with.
{% endhint %}


---

# 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.solargames.io/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.
