# Media

Rich media assets are owned by the Organisation and are somewhat independent of an individual project or exercise. **When you delete an asset, you're only removing it from the project.** This is because the same asset might be used in other projects.

{% hint style="warning" %}
At this time, to permanently delete the asset please raise a support ticket.
{% endhint %}

## Drag & Drop

Media assets can be dragged and dropped onto any field expecting an asset.

All assets will appear in the Media Library.

## Finding Content

By default assets are organised by "type" - meaning image, video, audio etc.

You can also organise by "classification". Classification is for internal use to identify how private or public an asset is.

Remember that the library is shared with other exercises in the project. You can filter by only the current exercise or by other exercises.

The **Search** field searches all fields.

{% tabs %}
{% tab title="Group by Type" %}

<div align="left"><figure><img src="/files/VdWMKx98T57ggT1Br0P0" alt=""><figcaption></figcaption></figure></div>
{% endtab %}

{% tab title="Group by Classification" %}

<div align="left"><figure><img src="/files/WCe6INSVQfSEiGB6nQI0" alt=""><figcaption></figcaption></figure></div>
{% endtab %}
{% endtabs %}

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

## Supported formats

| Media     | Supported format/s         |
| --------- | -------------------------- |
| Images    | jpg, png, GIF              |
| Videos    | mp4                        |
| Audios    | mp3                        |
| Documents | PDF, docx, csv, pptx, xlsx |
| Webpages  | URL                        |


---

# Agent Instructions: 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://helpdocs.conducttr.com/feature-documentation/designing-and-running/media.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.
