> For the complete documentation index, see [llms.txt](https://manual.harpe.io/start/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.harpe.io/start/getting-started/set-up-your-isms/review-your-documents-tab.md).

# Review your documents tab

Documentation is the key to any successful ISMS. In Harpe, you should use the `Docs` section to store your organisation's `Policies`, `Procedures`, `Certificates`, and `Records` for easy employee and auditor access.

1. Go to your organisation's Harpe page.
2. Click on the `Docs` button on the left side navigation bar

From here you can view a list of all your uploaded documents, download them, view them, or upload more.

### Uploading a Document

If you wish to upload files follow this:

1. Fill out the information for your document and upload the file and click `Save changes`&#x20;

<figure><img src="/files/IJ77wPFGWW7LzfIRGxOS" alt="" width="375"><figcaption></figcaption></figure>

### Downloading a Document

To download uploaded documents:

1. Click the required document in the list to expand the document view.

<figure><img src="/files/qeBI43I4C53FgwdI0yMD" alt=""><figcaption><p>Document view</p></figcaption></figure>

2. Click the `Download` button in the top right corner.

### Viewing

A preview of the document is automatically opened when opening the Document view. This can be done by clicking on the required document in your Docs list.

More comprehensive information can be found in the [Docs](/start/manual/docs.md) section of the wiki.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://manual.harpe.io/start/getting-started/set-up-your-isms/review-your-documents-tab.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
