> For the complete documentation index, see [llms.txt](https://academy.shade.inc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.shade.inc/assets/asset-card-display.md).

# Asset Card Display

The asset card is the container you see your asset in. Shade currently supports a grid list, tile, or column views.

{% embed url="<https://youtu.be/Hi2ElJcR3t0?si=881DevhZGuQGYY7L>" %}

<figure><img src="/files/6YJtm9YZSUTYFKJRCTP8" alt=""><figcaption></figcaption></figure>

### View Options

#### Grid

A tiled grid-view of assets that can also include asset metadata. Choose:

* desired metadata attributes to display
* whether the thumbnail is fit or fill
* the card size

#### List

A spreadsheet-style view of your files and folder with columns and rows. Choose:

* desired metadata attributes to display
* whether the thumbnail is fit or fill
* thumbnail size

#### Tile

A metadata-free view similar to Grid where assets thumbnails match their corresponding aspect ratio. Choose:

* thumbnail size
* rounded or flat corners for thumbnails

#### Column

A left to right flow through your folder hierarchy. Choose:

* whether the thumbnail is fit or fill
* thumbnail size

### Custom Metadata Display

You can add custom metadata fields to your asset cards to display additional information:

* Create custom metadata attributes (tags, text, numbers, checkboxes, etc.)
* Choose which metadata fields are visible in your views
* View metadata in both grid and list views
* Control metadata visibility when sharing collections with clients

### Flattened Directory Views

Shade supports flattening directories to display all assets across folders in a spreadsheet-like format:

1. Within a Drive select “Display”
2. Select the “Flatten Directories” toggle

This is particularly useful for reviewing large volumes of assets across multiple folders or when you need to sort and filter by metadata fields.

{% embed url="<https://youtu.be/J0gLCpTtdwQ?si=Fu5VCi3blirzaK6p>" %}


---

# 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:

```
GET https://academy.shade.inc/assets/asset-card-display.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.
