# Create Documents

<mark style="color:orange;">**Create a Document :**</mark>

The compliance manager uses ComplianceBot's Policy management feature to start a new document workflow

* Navigate to <mark style="color:blue;">**Policy Management**</mark><mark style="color:blue;">.</mark>
* To create a new document:

<figure><img src="/files/bilmkkoBgKN9RXivsgH7" alt=""><figcaption></figcaption></figure>

* Click on the <mark style="color:blue;">**Create**</mark> button.
* Fill in the necessary details:
  * <mark style="color:blue;">**Document Name**</mark>
  * <mark style="color:blue;">**Description**</mark>
  * <mark style="color:blue;">**Location for your document**</mark>
  * <mark style="color:blue;">**Document Format**</mark>
* Select a <mark style="color:blue;">**recurrent schedule**</mark> if needed. This will determine how often the document needs to be reviewed.
* Lastly, click on the <mark style="color:blue;">**Save**</mark> button to create your document.


---

# 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://docs.compliancebot.io/policy-management/policy-management-workflow/create-documents.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.
