> For the complete documentation index, see [llms.txt](https://docs.kaedim3d.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kaedim3d.com/creating-assets/game-ready-assets/markups.md).

# Markups

The Markup tool lets you visually communicate specific modeling requirements directly on your input images. Use it to highlight areas that need specifications such as detail levels, alphas, or custom instructions.

## How to use the Markup feature

1. **Upload** your input images.

<figure><img src="/files/LtaT98KGvaAE7Q8064i8" alt="" width="375"><figcaption></figcaption></figure>

2. Click **“Add Markups.”**

<figure><img src="/files/ZHu9sKF4OTaU4K85qsWj" alt="" width="375"><figcaption></figcaption></figure>

2. **Click and drag** to start a shape, then **click to add points**. **Click on the starting point** to close the shape.

<figure><img src="/files/8jsH6mLOzVPFgUktPFpY" alt=""><figcaption></figcaption></figure>

2. **Select a type**:

* High polycount
* Low polycount
* Alpha cards
* Custom note (add any instructions)

<figure><img src="/files/efTZqIFBUaZMNDvlpRRZ" alt="" width="375"><figcaption></figcaption></figure>

5. **Optional:** Add notes to any markup.

<figure><img src="/files/dXd8MhsfOfTjo5f4UJWp" alt=""><figcaption></figcaption></figure>

6. **Save** your markups.

<figure><img src="/files/Rz7cAGQAaLfgFUmITIx5" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="info" %}
You can add multiple markups per image, and apply markups to multiple uploaded images.
{% endhint %}


---

# 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://docs.kaedim3d.com/creating-assets/game-ready-assets/markups.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.
