# Creating Your First Schematic

***

1. Add Objects to Scene
   * Use prefabs from: `Assets/Parts/...`
   * Drag and drop into the scene view
2. Group Objects
   * Create a parent object in the Hierarchy
   * Attach the `Builder` script to this object
   * Move all map elements under this parent
3. Test Scene
   * Use Unity's Scene view to verify placements
   * Check for proper object hierarchy


---

# 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://thaumiel.gitbook.io/tme-docs/documentation/tutorials/unity/creating-your-first-schematic.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.
