# Files

#### Display

Cells of type `Files` contain comma-separated lists of URLs, for example ...

{% code overflow="wrap" %}

```
https://cdn.shopify.com/s/files/1/0240/7285/products/TreatedLogoKnitHoodieinNatural1.jpg,https://cdn.shopify.com/s/files/1/0240/7285/products/TreatedLogoKnitHoodieinNatural2.jpg,https://cdn.shopify.com/s/files/1/0240/7285/products/TreatedLogoKnitHoodieinNatural3.jpg
```

{% endcode %}

and are rendered as preview circles, like below ...

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

#### Editing

`Files` cells can be edited by double-clicking. This will reveal the underlying text representation, which can then be edited directly.

<figure><img src="/files/5FolfZYDAelo9U3gQSVT" alt=""><figcaption></figcaption></figure>


---

# 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://docs.tablomat.com/learn/column-types/files.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.
