# Downloadable resources

> For the complete documentation index, see [llms.txt](https://www.jetbrains.com/help/writerside/llms.txt).

You can bundle files with the published help website and add links for downloading them from relevant topics. For example, you can add a ZIP archive with a project template, or a CSV or TXT file with some sample data for a tutorial.

Procedure: Add downloadable files to topic

1. Put the files that you want readers to be able to download in the  [resources directory](help-modules.html#resources-dir) .

2. Add a link to a file using the  [&lt;resource&gt;](semantic-markup-reference.html#resource)  element with the specified resource identifier:

```XML
Download <resource src="sample-resource.txt"/> and open it.
```

When you build your help instance, the resource files are stored in the `resources` directory. Writerside generates download links to the corresponding resource files:

Download [](resources/sample-resource.txt) and open it.

