# Adding Prefabs To Your List

## Drag & Drop

Simply grab your desired prefab from the Project window and drag it into the Prefab Brush list.

<figure><img src="/files/BiRLSpeBcGNrw2zwqTDp" alt=""><figcaption></figcaption></figure>

## "Add To Prefab" Button

Select any prefab in the project or on the hierarchy, Click the 'Add' button located at the bottom of the Prefab Brush window and browse for the desired prefab.

<figure><img src="/files/0N8lDkGBLH8wHGesCN1p" alt=""><figcaption></figcaption></figure>

## Using Right Click

Right-click within the Prefab Brush window and choose Prefab brush -> 'Add Prefab' to navigate to and select your prefab

<figure><img src="/files/GzHyK2fflGcHknC6f0Cb" alt=""><figcaption></figcaption></figure>

* **'Use These Prefabs' Option:** This will reset your current prefab list and populate it exclusively with the prefabs you've just selected.

* **'Add Prefabs' Option:** This option will append the newly selected prefabs to your existing list without removing any currently in place.

{% hint style="info" %}
You can also add objects from the hierarchy to your list. Just Right click objects on hierarchy and a Prefab Brush option will appears.&#x20;
{% 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://harpiagames.gitbook.io/prefab-brush-documentation/quick-start/adding-prefabs-to-your-list.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.
