> For the complete documentation index, see [llms.txt](https://docs.altava.com/creator-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.altava.com/creator-guide/3d-modeling/setting-up-base-model/3ds-max.md).

# 3ds Max

1. Download and open [**3ds Max**](https://www.autodesk.co.kr/products/3ds-max/overview?term=1-YEAR\&tab=subscription).

{% hint style="info" %}
**2023 version or lower recommended**&#x20;
{% endhint %}

2. Select **\[Customize] - \[Units Setup]**

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

3. Select **\[Display Unit Scale] - \[Metric] - \[Centimeters]**

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

4. Make sure **\[1 Unit - 1.0 Centimeters]** is selected and press the **\[OK]** button.

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

4. Import Base Model FBX file.\
   \[File] - \[Import] - \[**M\_Mannequin.FBX  or F\_Mannequin.FBX**] **file**

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

6. Check \[**Geometry] - \[Smoothing Groups]**

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

7. Check the Pivot position. **(X:0.0cm , Y:0.0cm , Z:0.0cm)**

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

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

<figure><img src="/files/ZKcRUkgr8GqGyU65VABO" alt=""><figcaption><p>X:0.0cm , Y:0.0cm , Z:0.0cm</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.altava.com/creator-guide/3d-modeling/setting-up-base-model/3ds-max.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
