# Layers

Use Layers to control the visibility of FormIt objects.

See Layers in action by following the [FormIt Primer](/formit-primer/part-i/control-visibility-with-layers.md).

## Creating and Naming Layers

In the Layers panel, you can create and name your Layers by clicking the "**+**" icon.

![](/files/QBqHoavS8j6j7I4Vs1Sf)

You can double-click the name to rename the Layer, or toggle the visibility of its objects by checking and unchecking the left box. Use the right checkbox to lock and unlock layers. A Locked layer will still be visible but not selectable or editable.

## Managing Objects on Layers

Select objects in the canvas, then use the drop-down at the top of the Layers panel to indicate which Layer the selected objects should be placed on.

![](/files/-MlG7uvq3CvoUEuX0ln6)

FormIt does not have the concept of a "default" or "working layer." All new geometry will be created on "No Layer" and you'll need to reassign objects to Layers after they're generated.

You can right-click a Layer and choose "Select All Objects On Layer" to select all the geometry currently assigned to this Layer.

![](/files/-MlG7uvrT-RwvGss8_V2)

You can also reorder the Layers in the panel by dragging and dropping them to a new position. Note that this has no impact on geometry visibility - this is purely an organizational tool in the panel.


---

# 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://windows.help.formit.autodesk.com/tool-library/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.
