# This Prefab

![The This Prefab Node.](/files/Fdrwm5rNOOnkX9BziYd7)

The **This Prefab Node** provides the ID of the current **Prefab** being worked on. It is only available in the **Prefab** section of the **Logic Editor** when a **Prefab** has been selected.

[**Scope**](/incari-studio/2022.2/toolbox/overview.md#scopes): **Prefab**.

## Outputs

| Output           | Type         | Description                       |
| ---------------- | ------------ | --------------------------------- |
| `This Prefab ID` | **ObjectID** | The ID of the current **Prefab**. |

## See Also

* [**Logic in Prefabs**](/incari-studio/2022.2/objects-and-types/prefabs/logic-prefabs.md)


---

# 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.incari.com/incari-studio/2022.2/toolbox/prefab/thisprefab.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.
