> For the complete documentation index, see [llms.txt](https://guides.clickatell.com/release-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.clickatell.com/release-notes/release-notes-archive/2022-release-notes/q2-2022/automated-messaging/assets-library.md).

# Assets Library

Previously, flow-builders had to configure API calls to fetch media from a hosted location before they could send a media file to their end-users. Enhancements have been made to the[ Media node ](https://clickatell.gitbook.io/flow/user-facing-nodes/display-nodes/user-facing-interactions-media-node)that enables the flow-builder to select the source of the media file they want to send. Flow-builders can still use API calls to fetch media from a hosted location, or they can choose to select media that has been uploaded to the [assets library](https://clickatell.gitbook.io/flow/configuration/manage-your-workflow-assets) to more easily incorporate media into flows and send it to end-users.

<figure><img src="/files/NUIb8LMm251S5FJccBQn" alt="" width="218"><figcaption><p>Enhanced Media Node</p></figcaption></figure>

&#x20;Clicking "*+Add File*" (see above) will open the Assets Library where media files are managed and selected. The Assets Library is also accessible via the left pane under the "Configuration" section.

<figure><img src="/files/rXtWYtEkdSXyqMdKFwLN" alt=""><figcaption><p>The Assets Library</p></figcaption></figure>


---

# 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://guides.clickatell.com/release-notes/release-notes-archive/2022-release-notes/q2-2022/automated-messaging/assets-library.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.
