# Creating

- [Create Box](https://help.qonic.com/documentation/qonic-application/modeling/creating/create-box.md): Use this tool to create a simple box.
- [Create Cylinder](https://help.qonic.com/documentation/qonic-application/modeling/creating/create-cylinder.md): Use this tool to create a simple cylinder.
- [Extrude](https://help.qonic.com/documentation/qonic-application/modeling/creating/extrude.md): Create new 3D geometry by extruding one or more faces or closed boundaries.
- [Loft](https://help.qonic.com/documentation/qonic-application/modeling/creating/loft.md): Create new 3D geometry by lofting between two or more profiles.
- [Sweep](https://help.qonic.com/documentation/qonic-application/modeling/creating/sweep.md): Create new 3D geometry by sweeping a 2D profile along a path
- [Line](https://help.qonic.com/documentation/qonic-application/modeling/creating/line.md): Draw a temporary line or arc on an object or on the XY-plane to use in other tools.
- [Circle](https://help.qonic.com/documentation/qonic-application/modeling/creating/circle.md): Draw a temporary circle on an object or on the XY-plane to use in other tools.
- [Rectangle](https://help.qonic.com/documentation/qonic-application/modeling/creating/rectangle.md): Draw a temporary rectangle on an object or on the XY-plane to use in other tools.
- [Offset](https://help.qonic.com/documentation/qonic-application/modeling/creating/offset.md): Offset selected face, edges, boundaries or chalk curves by a specified distance.


---

# 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://help.qonic.com/documentation/qonic-application/modeling/creating.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.
