> For the complete documentation index, see [llms.txt](https://help.meshzeus.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.meshzeus.com/export.md).

# Export & upload

- [Export creations](https://help.meshzeus.com/export/export-creations.md): After creating a great mesh you'll definitely want to use it! With MeshZEUS, you can upload it to SecondLife, or export it to your PC.
- [Download mesh](https://help.meshzeus.com/export/download-mesh.md): After following the Export creations process, MeshZeus will send you the files compressed in .ZIP Archive (If downloaded in .DAE format) or as a standalone GLB file.
- [Upload to SecondLife](https://help.meshzeus.com/export/upload-to-secondlife.md): With MeshZEUS you can upload mesh to SecondLife yourself, or let MeshZEUS do that.
- [Upload mesh using a viewer](https://help.meshzeus.com/export/upload-to-secondlife/upload-mesh-using-a-viewer.md): You can export and upload your mesh yourself using your viewer, following these simple steps!
- [Upload mesh with MeshZEUS](https://help.meshzeus.com/export/upload-to-secondlife/upload-mesh-with-meshzeus.md): MeshZEUS can upload your mesh to SecondLife for you in three easy steps!
- [Uploading NSFW meshes](https://help.meshzeus.com/export/upload-to-secondlife/uploading-nsfw-meshes.md): NSFW meshes cannot be uploaded by MeshZEUS, instead you should upload them with a regular viewer.
- [Configuring Level of Detail (LOD)](https://help.meshzeus.com/export/configuring-level-of-detail-lod.md): Put simply, LODs are the way your viewer interprets an object's detail as the camera gets further away. When uploading a mesh model, you can control the amount of detail at each level.
- [Using PBR Materials](https://help.meshzeus.com/export/using-pbr-materials.md): MeshZEUS models can be generated with PBR materials. These are a bundle of textures which are embedded in the exported GLB model. They provide advanced visual effects.
- [Failed generations](https://help.meshzeus.com/export/failed-generations.md)


---

# 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://help.meshzeus.com/export.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.
