> For the complete documentation index, see [llms.txt](https://docs.rhinofcp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rhinofcp.com/creating-and-running-code-objects/managing-run-time-files.md).

# Managing Run Time Files

The Run Time Files page shows the files that have been uploaded to the shared space for your workgroup. These are files that can be used when you run code objects. This page shows the files that have been uploaded, the folders they are stored in, and whether the files are unpublished or published to others you collaborate with.

### Viewing Run Time Files

To view project run time files for your workgroup, select Code from the menu on the left, then select the Run Time Files link.

![](/files/975618221a7c36678e539e7e86f028209a2c8ea3)

Folders and run-time files are listed.

|                                                                         |                                                                                                                |
| ----------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
| Icon                                                                    | Description                                                                                                    |
| ![](/files/f6eaac15f3c637758238cc8b33c008c27d7169d9)                    | The file is unpublished. If this icon appears next to a folder, then all files in that folder are unpublished. |
| ![](https://docs.rhinohealth.com/hc/article_attachments/30677594180381) | The file is published. If this icon appears next to a folder, then all files in that folder are published.     |
| ![](/files/e54f281605c6320f297a57ee2a9f7f096440d913)                    | The folder contains published and unpublished files.                                                           |

### Adding Run Time Files

There are two ways to add run time files.

* To add run time files, complete the steps in the [Frequently Asked Questions (FAQs)](/frequently-asked-questions/frequently-asked-questions-faqs.md) article.
* As you train your NVFlare models, the checkpoint and model parameter files are added to the Run Time Files page automatically.

![](/files/40b3d5f454ce0d01454f095c06f7926512cd0b0d)

Checkpoint files, which are complete snapshots of a federated learning training run are listed. Each file contains model parameters, internal optimizer states, and training metadata such as the current training round. You will also see a models parameter file. You can publish, unpublish, or delete these files, as you would any other file.

### Adding Descriptions or Notes to Files

If you want to add a description or note, move the pointer over the file. A box appears; select the pencil to enter the description, then click Save.

![](/files/15a2201879744b54653c6de050c9e4c15fba23e6) ![](/files/70b737c5f0efb65da2b8cbd3a51ba4d0f7fb15cc)

### Publishing Run Time Files

{% stepper %}
{% step %}

### Open the Run Time Files page

Select Code from the left menu, then clicking the run time files link.

![](/files/afa38cb4443f0c46c6794e91847ce06d38bc8afe)
{% endstep %}

{% step %}

### Select the files and publish them

Click the check box next to the files you want to publish, then click the Publish button.
{% endstep %}
{% endstepper %}

### Unpublishing Run Time Files

{% stepper %}
{% step %}

### Open the Run Time Files page

Select Code from the left menu, then clicking the run time files link.

![](/files/07fac6cb0a995365b85776e1fc7779cdf3263314)
{% endstep %}

{% step %}

### Select the files and unpublish them

Select the checkbox next to the file(s) you want to unpublish, then select the Unpublish button.
{% endstep %}
{% endstepper %}

### Deleting Run Time Files

{% stepper %}
{% step %}

### Open the Run Time Files page

Select Code from the left menu, then clicking the run time files link.

![](/files/07fac6cb0a995365b85776e1fc7779cdf3263314)
{% endstep %}

{% step %}

### Select the files and delete them

Select the checkbox next to the file(s) you want to delete, then select the Delete Files button.
{% endstep %}
{% endstepper %}
