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

# Library Creatives

Library Creatives enable the same creative design to be used across multiple line items, all of which are editable via the Library Creative. An extra bonus is that an individual Creative that is linked to a Library Creative can override specific elements from the Library Creative's design yet still be tied to it.

## How to Work with Library Creatives

Library Creatives are created in much the same way as a [Creative](/adnuntius-advertising/admin-ui/advertising/creatives.md).

Two differences are setting up what Teams have access to a Library Creative and the ability to create Creatives based off the Library Creative.

![An example Library Creative highlighting the differences with Creatives](/files/AQGWptnO4bmsRHPgFuyh)

The Linked Creatives tab reveals all the Creatives that are based off the Linked Creative. Any updates to the Library Creative will then flow through to all the Creatives.

![The creatives linked to the Library Creative](/files/ThofB5O8kbflPjy4Ewxy)

## How Creatives Linked to Library Creatives Work

Creatives linked to Library Creatives are highlighted as such and allow for individual fields to be overridden.

![A Creative linked to a Library Creative with two overrides](/files/DVmqochmXqTM1pAIzGVG)

The two overrides in the Creative highlighted above mean that updates to the URL or device targeting in the Library Creative will not flow through here.

{% hint style="info" %}
We are currently working to also support bulk upload of library creatives, to make it easier and faster to add multiple creatives to your library. Stay tuned for more!
{% 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.adnuntius.com/adnuntius-advertising/admin-ui/advertising/library-creative.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.
