# Writing Prompts

{% hint style="info" %}
Think of prompts as visual descriptions: the more clearly you explain what you’re imagining, the closer the result will be to your intent.
{% endhint %}

### <i class="fa-check" style="color:$success;">:check:</i> Good Prompts

Strong prompts are clear, specific, and focused. They describe one main object and include only the details that matter most, such as style, materials, or level of detail. Simple, well-structured prompts usually produce better results than long or overly complex ones. Avoid vague language and trying to describe too many things at once.

<table data-view="cards" data-full-width="false"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><i class="fa-check" style="color:$success;">:check:</i> <strong>Excellent Prompt</strong></td><td><h4>"A sleek futuristic humanoid robot with a silver metallic body, glowing blue eyes, posed in a friendly, welcoming manner."</h4></td><td><a href="https://meshzeus.com/model/65e39dd3-707e-441d-8bcb-33f92481e257">View model</a></td><td data-object-fit="contain"><a href="/files/iQdxeS7ou1d7h4F8ZyAT">/files/iQdxeS7ou1d7h4F8ZyAT</a></td></tr><tr><td><i class="fa-check" style="color:$success;">:check:</i> <strong>Good Prompt</strong></td><td><h4>"A colossal broken statue of an unknown ruler, partially buried and overgrown with moss, vines, and roots."</h4></td><td><a href="https://meshzeus.com/model/a05f97ae-bc8d-407d-8272-574f139359e6">View model</a></td><td data-object-fit="contain"><a href="/files/Q6YR3HbFbKpRFLcJ3nFg">/files/Q6YR3HbFbKpRFLcJ3nFg</a></td></tr><tr><td><i class="fa-check" style="color:$success;">:check:</i> <strong>Good Prompt</strong></td><td><h4>"A stylized low-poly fantasy tree with thick roots and simple solid textures."</h4></td><td><a href="https://meshzeus.com/model/c38e6475-c47b-45c8-b603-5e8c7aac6c85">View model</a></td><td data-object-fit="contain"><a href="/files/TBhZ7tsJUvC98CgO01r3">/files/TBhZ7tsJUvC98CgO01r3</a></td></tr></tbody></table>

### <i class="fa-xmark" style="color:$danger;">:xmark:</i> Bad Prompts

Bad prompts are vague, overly short, or try to do too much at once. Bad prompts also include things like URLs, or references to things our AI models likely don't have knowledge of, like your avatar's appearance (for prompts like this, use our [Image-to-3D](/basics/image-to-3d.md) function).&#x20;

<table data-view="cards" data-full-width="false"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><i class="fa-xmark" style="color:$danger;">:xmark:</i> <strong>Not Descriptive Enough</strong></td><td><h4>"Something cool and detailled."</h4></td><td><em>The model won't know what it is you are expecting it to create.</em></td></tr><tr><td><i class="fa-xmark" style="color:$danger;">:xmark:</i> <strong>Unknown References</strong></td><td><h4>"A mesh model of Glaznah Gassner."</h4></td><td><em>The model doesn't know what Glaznah Gassner's avatar looks like.</em></td></tr><tr><td><i class="fa-xmark" style="color:$danger;">:xmark:</i> <strong>Too Much Information</strong></td><td><h4>"Create a character like the one from this link https://example.com/awesome-design but make it realistic but also cartoon, and make it standing, and sitting at the same time."</h4></td><td><em>The prompt includes a URL, and has conflicting instructions.</em></td></tr></tbody></table>


---

# 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/basics/writing-prompts.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.
