> For the complete documentation index, see [llms.txt](https://docs.scaleflex.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scaleflex.com/digital-asset-management-dam/library/assets/asset-details-window/asset-information-tabs/general.md).

# General

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

The General Information tab provides the following information about the current asset you are viewing:&#x20;

<table><thead><tr><th width="222.29296875">Tab</th><th>Description</th></tr></thead><tbody><tr><td>Type</td><td>This displays the format of the asset</td></tr><tr><td>Size</td><td>This displays the file's weight, in MBs.</td></tr><tr><td>Resolution</td><td>The dimensions of the asset -width &#x26; height.</td></tr><tr><td>Location</td><td>Location of asset within the DAM</td></tr><tr><td>Labels</td><td>Displays if any labels are attached to the asset</td></tr><tr><td>Focus point</td><td>Sets a gravity (focus) target for image cropping</td></tr><tr><td>Orientation</td><td>Displays in which orientation the asset is in (landscape/portrait)</td></tr><tr><td>Visibility</td><td>If the asset is public or private</td></tr><tr><td>Main colors</td><td>This displays the main colors seen within the asset</td></tr><tr><td>Dominant color</td><td>This displays the most dominant color spotted within the asset</td></tr><tr><td>Created at</td><td>Creation date of the asset within the DAM</td></tr><tr><td>Created by</td><td>The user who created the asset in the DAM</td></tr><tr><td>Modified at</td><td>Last date when the asset was edited or its metadata has been changed.</td></tr><tr><td>Expiry date</td><td>The date when the asset expires (in the context of the business use-case of the project)</td></tr><tr><td>Approval status</td><td>The asset's status in the Approval workflow</td></tr><tr><td>UUID</td><td>The file UUID</td></tr><tr><td>Name</td><td>Defines the name of the image.</td></tr><tr><td>Title</td><td>Defines the title of the image .</td></tr><tr><td>Description</td><td>The user can describe the image description.</td></tr><tr><td>Tags</td><td>The user can create tags, generate AI-suggested automated tags, and, at that same time delete all the tags using clear all button.</td></tr></tbody></table>


---

# 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.scaleflex.com/digital-asset-management-dam/library/assets/asset-details-window/asset-information-tabs/general.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.
