> For the complete documentation index, see [llms.txt](https://docs.admoai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.admoai.com/getting-started/quickstart/creative.md).

# Creative

A creative is part of an [ad](/getting-started/quickstart/ad.md) (which is combination of a [placement](/getting-started/quickstart/placement.md) and [template](/getting-started/quickstart/template.md)).

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

{% hint style="warning" %}
Media Validation

Although aspect ratio constraints can be added to image fields when creating the template. We found that it can become messy (Eg. when images are a couple of pixels outside of a certain aspect ratio).

Due to this, we don't enforce a hard validation on uploaded media. However, when requesting an ad, the decision engine will return a media URL conforming to the constraints of the template field.

Eg: An image template field has a constraint of 1:1, but a 16:9 image is uploaded via the ad manager platform. We will accept this but the decision engine will return the media in 1:1 format, cropping the image from the center.\
\
![](/files/C6bNWdpzmBjt25NkmOzC)
{% 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:

```
GET https://docs.admoai.com/getting-started/quickstart/creative.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.
