# FAQ

<details>

<summary>Who owns the items and ideas I create at MeshZEUS?</summary>

You own all items and ideas you create. Check the [License](/advanced/license.md) page for details.

</details>

<details>

<summary>Can MeshZEUS generate NSFW content?</summary>

Yes - our latest [M4 Model](/advanced/ai-models.md) can optionally create NSFW content, if you choose.

</details>

<details>

<summary>Can I download my model?</summary>

Yes, you can download your model in DAE format (two files: mesh and texture) or GLB (packaged model and textures).

Alternatively, you can ask MeshZEUS bot to upload model to Second Life for you.

</details>

<details>

<summary>Can I retry generating an idea if the result is bad?</summary>

Yes. MeshZEUS now allows **Free Retries** under the following rules:

* You can retry each idea **up to 2 times**.
* Retries must be done **within 4 hours** of the original generation.
* You get **6 free retries total** across your account.

This helps if your first output looks off — no credits will be used. After your free retries are used up, further generations require credits as usual. [Learn more](/basics/free-re-tries.md)

</details>

<details>

<summary>Can I create things in-world with MeshZEUS?</summary>

Yes! Our new [in-world printer](/printer/introduction.md) allows you to create directly in-world, without having to use the MeshZEUS website, or upload it to SL manually.

<a href="http://maps.secondlife.com/secondlife/DuoLife/36/175/25" class="button primary" data-icon="street-view">Try it out in SecondLife</a>

</details>


---

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