> For the complete documentation index, see [llms.txt](https://academy.dnanexus.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.dnanexus.com/portals/updatingportal.md).

# Updating Your Portal

To upload your files, you will need to do the following:

* create a folder with the org name for the portal. It will be org-NAME OF COMMUNITY
* Make sure all of your json files are in the folder
* Make sure all of your assets/ images are in the folder.
  * has to be .json, .png, or .jpg

Then,

* Ensure that you have md5 and jq downloaded
* Ensure that you have the manage\_community\_assets.sh script (this is already provided to you when you have a license for the portal)

Finally,

Run one of the following lines of code

To upload or update the portal assets:

```
bash manage_community_assets.sh path/to/org-org_name 2
```

to delete the portal assets:

```
bash manage_community_assets.sh path/to/org-org_name 1
```

Remember to clear your browser cache after updating the portal assets.

## Resources

[Portal Documentation](https://documentation.dnanexus.com/admin/portal-config)

[Full Documentation](https://documentation.dnanexus.com/)

Please email <support@dnanexus.com> to create a support ticket if there are technical issues.
