# Model Placement

Sometimes due to how you model your conceptual model, your masses can be quite far from the origin. This is when your geometries are far from coordinate 0,0,0. It is usually a good practice to keep your masses close to the origin, to avoid unnecessarily exaggerated values when making calculations.

You can easily reposition your model closer to the origin by using the `Move` command, and for the `PointToMoveFrom` option clicking on any ground level part of your model, then for `PointToMoveTo` option input `0,0,0.`&#x20;

<figure><img src="/files/NvPxwZecqiQnv242Y83X" 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/model-placement.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.
