> For the complete documentation index, see [llms.txt](https://docs.fabricplan.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fabricplan.com/documentation/readme/powertable-sheets/how-tos/adding-columns-overview/add-visual-column/attachments-column.md).

# Attachment Column

Attachment column enables users to attach and manage files directly within table records. Attached files are stored with the record, making it easy to associate supporting documents, images, and other files with your data.

By combining attachments with PowerTable's commenting and approval workflows, teams can centralize feedback, track changes, collaborate on assets, and manage review and approval processes from a single location.

* Each attached file can be up to **25 MB** in size.
* A record can contain multiple file attachments.
* Access to attachments is controlled by the configured [row-level permissions](/documentation/readme/powertable-sheets/how-tos/set-up-row-and-column-access-control.md#row-access).
* Users with access to the record can view, download, and save attached files.

### Add attachment column

1. Go to **PowerTable** > **Insert Column** > **Visual Colum** > **Add Attachment Column**.

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

2. Enter the column name and select **Save**. An attachment column is added.

<figure><img src="/files/4htnJOMDt4rAq8jYUSxX" alt=""><figcaption></figcaption></figure>

3. To attach a file to a record, select **+Add** from the attachments column. Then select and drop the necessary file from your system.

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

4. After uploading your file, select **Upload more** to upload more files to the record or select **Done** to finish adding your files.

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

Attachments are added to the record. Follow the same process to add files to other records. The supported file types are listed here: [Supported file types for attachments](/documentation/readme/powertable-sheets/reference/supported-file-types-for-attachment.md).


---

# 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://docs.fabricplan.com/documentation/readme/powertable-sheets/how-tos/adding-columns-overview/add-visual-column/attachments-column.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.
