# Creating Parking Spaces

You can represent your parking spaces using blocks. When you upload your Rhino file, we will display the list of Block Definitions with their instance count in the model, from which you can choose which represents your parking spaces. If you have more than one block definitions that represent your parking spaces, you can choose multiple in the Parking Data Settings.

* Select objects that you want to use as your parking space.<br>

  <figure><img src="/files/VBq6PNYRtV49MZqcqyis" alt=""><figcaption></figcaption></figure>
* Use the `Block` command, then pick an insertion point and choose a block name to create a block.<br>

  <figure><img src="/files/PXAG4HhyJs3q9D4XCMRz" alt=""><figcaption></figcaption></figure>
* Arrange the newly created block instances to your parking design. <br>

  <figure><img src="/files/1RslpIlVDyHENeMTGVwM" alt=""><figcaption></figcaption></figure>
* After you upload the file and create an exploration, go to the `Model Data` page.
* In the `Parking Data` tab, select the block definitions that you will use as your parking spaces.<br>

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


---

# 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.deepform.net/rhino-3d-modeling-guide/creating-parking-spaces.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.
