> For the complete documentation index, see [llms.txt](https://playground-docs.gitbook.io/playground/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://playground-docs.gitbook.io/playground/layout-and-background/reorder-layers.md).

# Reorder layers

There are two ways to reorder layers:&#x20;

> 1. **Click to select**: The last selected model would be brought to front.
> 2. **Options menu**: *Right-click* > *Layer*

{% tabs %}
{% tab title="Click to Select" %}
The model you last selected will be brought to front via ***Pixel-Perfect Selection***, which allow you to select the model you want with great accuracy.

![](/files/6RmdZpamweiipFnowuL4)
{% endtab %}

{% tab title="Options Menu" %}
You can simply *right-click* >> **Layer** to set up the layer of your own model.

![](/files/iX1RV5JacP9wkj0ezzkD)
{% endtab %}
{% endtabs %}

*We are currently in early development and are working to improve our product. If you have suggestions for us or notice any issues please contact us at* [*app@avatech.gg*](mailto:undefined) *or join our* [*Discord*](http://discord.gg/uTfAaDYQVM)*.*


---

# 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:

```
GET https://playground-docs.gitbook.io/playground/layout-and-background/reorder-layers.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.
