# Example Docs

<details>

<summary>Information Security Policy</summary>

**Reference Document**

The document file to upload.

{% code overflow="wrap" %}

```
Information Security Policy.docx
```

{% endcode %}

**Title**

The title of the document.

```
Information Security Policy
```

**Type**

The document type.

* Policy
* Procedure
* Certificate
* Record

```
Policy
```

**Classification**

The security classification of the document.

* Public - Available for public and general viewing. The lowest classification.
* Private - Internal viewing only.
* Confidential - Selected viewers only. The highest classification.

```
Private
```

**Status**

The status of the document.

* Retired - The document is no longer in active use.
* Draft - The document is undergoing editing or requires approval.
* Approved - The document is approved.

```
Approved
```

**Uploaded by**

The user who uploaded the document.

```
Bilbo Baggins
```

**Uploaded date**

The upload date of the document.

```
23/04/2023
```

**Last review date**

The last date on which the document was reviewed.

```
24/04/2023
```

**Next review date**

The date of the next review of the document.

```
24/04/2024
```

**Owner**

The owner of the document who has responsibility for reviewing and keeping it updated.

```
Bilbo Baggins
```

</details>


---

# Agent Instructions: 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/manual/docs/example-docs.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.
