# Exporting from Template Editor

Sloyd currently supports two export formats: .glb/.gltf and .obj. More formats like .fbx, .usd, are coming in the future.

## GLB exports

* Comes with up to 4 materials.
* You can change each material in the webapp, or in any 3D software that supports PBR.
* UVs are laid out in a separate layer for each material, making it easier to quickly change textures on the predefined material indexes.
* This format is ideal for models that require intricate detailing.

## OBJ exports

* OBJ models are exported as a single mesh
* Comes without textures or materials.
* UVs are automatically unwrapped for the entire model in one map.
* This format is suitable for simplified designs and is the most widely accepted 3D format by other 3D software

## STL exports

* A format for 3D printing
* Exported as a single mesh
* Comes without textures or materials.


---

# 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://sloyd.gitbook.io/documentation/creating-3d/template-editor/exporting-from-template-editor.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.
