# Model

This section explains the operations related to the model, including importing and further editing, including moving, scaling, flipping , duplicating the model and other common operations.

## :beers: Import

{% content-ref url="/pages/-MkMMRBbQMISnVFr8McG" %}
[Import](/user-guide/model/import.md)
{% endcontent-ref %}

:point\_up\_2:Describes several ways to import model assets into a D5 scene. This includes direct import, syncing from plugins, etc.

## :satellite\_orbital: Edit

{% content-ref url="/pages/-MkMMWVIZ75-vGwOw8iH" %}
[Edit](/user-guide/model/edit.md)
{% endcontent-ref %}

:point\_up\_2:Explains how to use the "Model Tool" and "Material Tool" in the upper left corner of the scene viewport.

## :raised\_hands: Action

{% content-ref url="/pages/-MkMMed4gQwM4s67e4Nz" %}
[Action](/user-guide/model/action.md)
{% endcontent-ref %}

:point\_up\_2:Explains in detail the usage of all tools in the Model Parameters panel. Including "Duplicate", "Make Unique", "Flip", "Focus on" and other functions.


---

# 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.d5render.com/user-guide/model.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.
