> For the complete documentation index, see [llms.txt](https://docs.cloudimage.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudimage.io/library/cloudimage-library/asset-details.md).

# Asset details

By opening the Asset's details modal, you are able to view and change the Asset's general characteristics by double clicking on the Asset's tile or thumbnail in list.

The first information seen when viewing an asset through the Asset window, this provides the overall basic information of the asset.&#x20;

#### General Information

By opening the Asset's details modal, you are able to view and change the Asset's general characteristics by double clicking on the Asset's tile or thumbnail in list. The General Information tab provides the following information about the current asset you are viewing:

| Type        | This displays the format of the asset                                                                                                                                                    |
| ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Size        | This displays the filesize of the asset in MBs.                                                                                                                                          |
| Resolution  | The dimensions of the asset -width & height.                                                                                                                                             |
| Location    | Location of asset within the Library                                                                                                                                                     |
| Orientation | Displays in which orientation the asset is in (landscape/portrait)                                                                                                                       |
| Created at  | Creation date of the asset within the DAM                                                                                                                                                |
| UUID        | The file UUID                                                                                                                                                                            |
| Name        | Defines the name of the image.                                                                                                                                                           |
| Title       | Defines the title of the image .                                                                                                                                                         |
| Description | The user can edit the image description. Automatic Descriptions with AI\* can also be activated in the Asset Library Settings to comply with image SEO and accessibility best practices. |
| Tags        | Tags are pre-set values which can be applied to assets for filtering and classification purposes. Auto-tagging with AI\* can also be activated in the Asset Library Settings.            |

\
Open the modal to see all key information about an asset, including type, location, resolution, and more.&#x20;

You can also edit fields such as name, title, description, and tags by clicking the pen-shaped **Edit** button.&#x20;

For description and tags, save time by automating the image-to-text generation using AI\*. You can configure this feature in the Library Settings.

{% hint style="info" %}
\*Image Auto-tagging and Smart Alt Text enrichment require Visual Operations Credits.&#x20;
{% endhint %}

#### Asset Variations

By clicking on the tab *Variation*, you will be able to preview all ready-to-use transformations created as [Presets](/setup/shortening-urls/presets.md). You can then either:

* click on the "URL" icon to copy the CDN link and use it in your website or share it externally
* click on the "download" icon to download the resized asset on your computer

![](/files/yAudttlTeblEFx4pwWkF)&#x20;


---

# 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.cloudimage.io/library/cloudimage-library/asset-details.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.
