# Get started with instancing

You can easily use Uranus Instancer in your project and get all the benefits of an automatic hardware instancing solution by simple adding the `uranus-instancer.js` script to your scene.

The best place to add it is at your Root scene entity. That way it gets enabled before any other entity is initialized in your scene.

{% hint style="info" %}
Uranus Instancer works with Render and Model (Legacy) components. Some features like Cells and LODs work only with Render components, so where possible use Render components in your project if you plan to use those features.
{% endhint %}

As soon as the script is added to your project Uranus Instancer will get activated and automatically parse and instance all of your scene models.

![Uranus GPU Instancer running inside the PlayCanvas editor](/files/efcUkJqzRAeZZmj0pX2l)

{% hint style="warning" %}
Note that a material used on an instanced object can no longer be used to render non instanced models. If that happens visual artifacts will render on your scene. To avoid doing that make sure to use a separate material on non instanced models.
{% endhint %}

![Aritelia, an open world HTML5 game with thousands of unique objects. By Solar games: https://aritelia.io](/files/iskGQC4AODznAP0KbRzL)


---

# 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/uranus-sdk-systems/uranus-gpu-instancer/get-started-with-instancing.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.
