# KCFG Tagging Tutorial

After successfully [setting up and logging into the CLI](https://docs.runtimeverification.com/kaas/guides/kaas-cli_connecting-using-tokens), you can view and download all previous versions of artifacts.

### CLI

To view a list of available versions for specific `Vault ID` use this command:

```
 kaas-cli list-caches <ORG_NAME>/<VAULT_NAME>
```

The output will be similar to this:

You can run a simple `curl` command or download it in the browser or download the cached files using the CLI tool.\
To do this, run the following command:

```
kaas-cli download <ORG_NAME>/<VAULT_NAME>:<TAG>
```

### Web view

The webpage provides a list of available versions. To access this information, navigate to your "Dashboard" and click the eye button next to your preferred project.

<figure><img src="https://3515344941-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuVN3ospSdbIsN8UHDZSg%2Fuploads%2FnkWQ8k9K4Ty94h8EVfcl%2Fimage.png?alt=media&#x26;token=fe366e0b-06b2-4c43-b61b-11eed3cd5128" alt=""><figcaption></figcaption></figure>

You will be redirected to a page with all available caches within the vault.

<figure><img src="https://3515344941-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuVN3ospSdbIsN8UHDZSg%2Fuploads%2FMKFjJGRTlai9EJgjrANm%2Fimage.png?alt=media&#x26;token=368a072a-9d68-42a9-8059-2e8fc0b69bce" alt=""><figcaption></figcaption></figure>

Click the "Download" button to see the CLI command or download it in the browser.

<figure><img src="https://3515344941-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuVN3ospSdbIsN8UHDZSg%2Fuploads%2F2SNuHXmcxtNaCF2KjZ8B%2Fimage.png?alt=media&#x26;token=12dcbdea-aebd-4fa6-b58d-fdcae0262625" alt=""><figcaption></figcaption></figure>

## Options for Tagging

Tagging is user driven and best pratices can be defined by the user or business needs. The tagging system is intended to be used as a way to identify different versions of KCFG files. Named for sharing proofs and proof inspection between team members.

## Additional Information

* If the same tag is used for multiple uploads, the latest version will be tagged. And the old version will be untagged but not deleted.
* Tags are not required to be unique. But it is recommended to keep them descriptive of the contents.
