> For the complete documentation index, see [llms.txt](https://adnova.gitbook.io/adnova-academy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://adnova.gitbook.io/adnova-academy/adnova-drive/how-to-share-creatives.md).

# How to share creatives?

## Sharing individual creatives

* You can share individual creatives from adnova Drive boards by selecting the three-dot icon on the specific creative and choosing the "**Share**" option.

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

* Alternatively, you can share an individual board by clicking "**Share**" inside the [studio](/adnova-academy/adnova-drive/adnova-studio-control.md)

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

## Sharing boards

* You can share multiple creatives by pooling them into a board and clicking "**Share**" on the top right of the board.

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

## Share with controls

* Share individual creatives or entire boards from adnova Drive, with precise control.

<figure><img src="/files/PiESL0mxIEO0JnXl8AoB" alt="" width="460"><figcaption></figcaption></figure>

* **Allow downloads**: If enabled the viewer can download the creatives
* &#x20;**Comment**: If enabled the viewer can View the Comments of the creative
* **Set Password**: If set the viewer needs to provide a password to see the contents of the link
* **Expiration Date**: the link will expire at the mentioned expiry date
* **Make Link available**: If enabled the link will be accessible and if disabled, the link will not work for the viewer
* Generate the link and copy it to share it with anyone online.


---

# 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://adnova.gitbook.io/adnova-academy/adnova-drive/how-to-share-creatives.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.
