> 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/upload-to-secondlife/upload-mesh-using-a-viewer.md).

# Upload mesh using a viewer

{% hint style="info" %}
To upload mesh in SecondLife you must have payment info on file and have signed the [Intellectual Property Agreement](https://secondlife.com/my/account/ip/index.php).
{% endhint %}

{% stepper %}
{% step %}

### Export your mesh

Download the DAE or GLB file from MeshZEUS. See [this page](/export/export-creations.md) for details.
{% endstep %}

{% step %}

### Upload to SecondLife

Click **Build** <i class="fa-arrow-right-long">:arrow-right-long:</i> **Upload** <i class="fa-arrow-right-long">:arrow-right-long:</i> **Model** and choose your mesh model.

<div data-with-frame="true"><figure><img src="/files/NVHxlXnC1wxqr1xQDBN8" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Configure LOD, Scale and Upload

Read the [Tips & hints](#tips-and-hints) section below for more information on how to best configure your mesh for upload. We have a dedicated page explaining [how to configure your LODs](/export/configuring-level-of-detail-lod.md).

<div data-with-frame="true"><figure><img src="/files/BbqI2jMaLmwNM76HsEjT" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Enjoy your Mesh!

<div data-with-frame="true"><figure><img src="/files/1bmDtN1tu0MICWn2wbRz" alt=""><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Want to use PBR materials? [Check out our guide](/export/using-pbr-materials.md) to see how to apply them.
{% endhint %}

## Tips & hints

When uploading mesh to SecondLife, don't forget:

* Check the **Display textures** box to view a textured model in the preview.
* Check the **Upload textures** box in the **Upload options** tab to get a textured object in SecondLife.\
  \&#xNAN;*Downloaded .DAE object and texture file must be located under same folder.*
* Upload costs may vary based on your [Linden Account Type](https://community.secondlife.com/knowledgebase/english/uploading-assets-r75/#Section__2_1) (Free, Premium, Premium Plus).
* Take your time [tweaking the LOD values](/export/configuring-level-of-detail-lod.md) to get the best compromise between land impact, quality and upload cost.
* Check out the [official recommendations on uploading mesh](https://community.secondlife.com/knowledgebase/english/uploading-a-mesh-model-r274/#Basic-Workflow) in SecondLife.


---

# 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/upload-to-secondlife/upload-mesh-using-a-viewer.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.
