# Create model documentation with Vectice Reports

Vectice offers a streamlined process for documenting your model work, requesting reviews, and securely storing the documentation from Vectice Reports.

{% embed url="<https://youtu.be/cQHhwlEcEhU?ref=0>" %}

## How to Create a Report

1. **Go to the Reports Tab**\
   Once model development is complete, navigate to the **Reports** tab within your project.
2. **Click 'Create Report'**\
   Select **Create Report** to start generating documentation. Choose a report template based on your needs.
3. **Select Report Assets**\
   Choose the report assets to include in the report.
4. **Generate the Report**\
   Once your selections are made, click **Generate Report** to compile the documentation.
5. **Edit and Add Information**\
   Review the auto-generated report and make any necessary edits. You can add additional information manually or use **AskAI** to automate documentation generation.
6. **Request Review**\
   After finalizing the report, you can request reviews from team members, such as model validators or leads.
7. **Export and Store**\
   Export the report in **Word** or **PDF** format and store it in your preferred repository for safekeeping.

***


---

# 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.vectice.com/create-model-documentation-and-reports/create-model-documentation-with-vectice-reports.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.
