> For the complete documentation index, see [llms.txt](https://video-copilot.gitbook.io/element2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://video-copilot.gitbook.io/element2/importing-3d-objects-into-element/supported-3d-formats.md).

# Supported 3D Formats

{% hint style="info" %}

### OBJ and C4D Formats

Element supports both **OBJ** and **C4D** file formats.\
Multiple material channels, UV coordinates, smoothing groups and 3D files with multiple objects as separate parts can be imported with the .obj and .c4d formats. Objects imported into Element that contain textures will **need to be rebuilt** by assigning the texture images to the material slots
{% endhint %}

## .OBJ Files

Exported from 3DS Max, Maya, Blender and other 3D Programs

## .C4D files saved from Cinema 4D

This function serves as an **alternative** to importing an OBJ file. See [Exporting 3D Objects from C4D](/element2/importing-3d-objects-into-element/exporting-3d-objects-from-c4d.md) for more info.

### Save Polygons for Melange

Please note that this option must be turned on in C4D's file preferences in order to import into Element 3D correctly.

<div align="left"><figure><img src="/files/9Nw2UE5uNlUeragfBza4" alt=""><figcaption></figcaption></figure></div>


---

# 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://video-copilot.gitbook.io/element2/importing-3d-objects-into-element/supported-3d-formats.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.
