# Base

| Options                | Description                                                                                                         |
| ---------------------- | ------------------------------------------------------------------------------------------------------------------- |
| Base File              | Original/Unchanged Mesh File                                                                                        |
| Base Use T0 Pose       | Enable this option to use frame 0 as reference pose. This works only for FBX files. Useful for imports from CC3/CC4 |
| Base Coordinate System | Coordinate System used to import the file. Supports both left and right.                                            |
| Base Front Axis        | The default Front axis in Unreal Engine(Y)                                                                          |
| Base Up Axis           | The default UP axis in Unreal Engine(Z)                                                                             |
| Base Transform         | Offset the mesh file. Allows location, rotation and scale.                                                          |


---

# 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.meshmorpher.com/editor/advanced-operations/create-from-mesh-files/base.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.
