> For the complete documentation index, see [llms.txt](https://docs.papert.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.papert.in/papertlab-ui/file-management.md).

# File Management

### 2.1 Adding Files to Chat

To add files to the chat context:

1. Click the folder icon in the top right to open the file panel.
2. Check the boxes next to the files you want to include.

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

### 2.2 Read-Only Files

Files marked as read-only are displayed with a lock icon. These files can be viewed but not edited through papertlab.

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

### 2.3 .papertlabignore

papertlab respects the `.papertlabignore` file in your project root. Files and directories listed in this file will not be shown in the file panel.

Example `.papertlabignore`:

```
node_modules/
*.log
secrets.yml
```

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