# Attachments Attachments are the representation of digital assets in Brandfolder. Generally speaking, they are actual files but can also be colors, fonts, links to embedded/external media, etc. They belong to an Asset and contain extra metadata related to the files they represent. > **Note:** > > If you need to list all of an organization's attachments, follow these steps: > > 1. List all Brandfolders: `GET /brandfolders?include=organization` > 2. List all sections for each Brandfolder within the target organization: `GET /brandfolders/{brandfolder_id}/sections` > 3. Iteratively list assets and their attachments for each Section: `GET /sections/{section_id}/assets?include=attachments`