> 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/basics/limitations.md).

# Limitations

There are some limitations at MeshZEUS. We listed them here:

### **AI isn’t perfect or predictable**

MeshZEUS uses different AI systems at different stages of creation - for example, one model to generate the *preview* and another to produce the *final mesh/model*, so even if a preview looks great, the final result can vary. This is simply how current AI technology works.

### **Compensating unexpected results**

Because of the unpredictability of AI and the fact that previews use different models than final outputs, we **cannot issue refunds** when generated text, meshes, or other content differ from what you expected, even if the preview looked acceptable. Each time you generate something, we incur a cost - refunding hundreds of unexpected outputs isn't commercially viable.

{% hint style="info" %}
Remember, you can always export your creation and use tools like Blender to edit and texture it yourself.
{% endhint %}

### Uploading NSFW models to Second Life

If your model is NSFW, you can not upload it to Second Life directly from MeshZEUS. Instead, download model file first (DAE or GLB) and then upload it yourself.

[This limitation explained here](/export/upload-to-secondlife/uploading-nsfw-meshes.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:

```
GET https://help.meshzeus.com/basics/limitations.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.
