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

# Modules

- [Overview](https://docs.cw.crisisworks.com/modules/overview.md): The following section outlines some of the key modules.
- [Dashboard](https://docs.cw.crisisworks.com/modules/dashboard.md): This section outlines the dashboard module which provides key widgets for real-time management of the system.
- [Reports](https://docs.cw.crisisworks.com/modules/reports.md): This page is for the Reports module and includes instructions for access to secured report folders.
- [Asset Reports](https://docs.cw.crisisworks.com/modules/reports/asset-reports.md)
- [Communication](https://docs.cw.crisisworks.com/modules/reports/communication.md)
- [EMV Recovery Portal](https://docs.cw.crisisworks.com/modules/reports/emv-recovery-portal.md): This page outlines reports specifically designed for use by Victorian Councils to integrate with Emergency Management Victoria's EM Impact Assessment system.
- [Register Reports](https://docs.cw.crisisworks.com/modules/reports/register-reports.md)
- [System Administration Reports](https://docs.cw.crisisworks.com/modules/reports/system-administration-reports.md)
- [User Reports](https://docs.cw.crisisworks.com/modules/reports/user-reports.md)
- [Vulnerable Persons Registers (VPR)](https://docs.cw.crisisworks.com/modules/vpr.md): This section explains how to use the Vulnerable Persons Registers (VPR).
- [Accessing the Register](https://docs.cw.crisisworks.com/modules/vpr/accessing-the-register.md): This section explains how to access and log in to the VPR.
- [For Police Users](https://docs.cw.crisisworks.com/modules/vpr/for-police-users.md): This page explains how to use the Vulnerable Persons Register for Victoria Police users.
- [For Agency Users](https://docs.cw.crisisworks.com/modules/vpr/for-agency-users.md): This page explains how to use the Vulnerable Persons Register for Agency users.
- [For Agency Coordinators](https://docs.cw.crisisworks.com/modules/vpr/for-agency-users/for-agency-coordinators.md): This page explains how to use the Vulnerable Persons Register for Agency Coordinators.
- [For VPR Coordinators](https://docs.cw.crisisworks.com/modules/vpr/for-vpr-coordinators.md): This page explains how to use the Vulnerable Persons Register for VPR Coordinators at councils.
- [Frequently Asked Questions](https://docs.cw.crisisworks.com/modules/vpr/frequently-asked-questions.md): This page provides some answers to some of the questions more frequently asked by Vulnerable Persons Registers (VPR) users.
- [Troubleshooting](https://docs.cw.crisisworks.com/modules/vpr/troubleshooting.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.cw.crisisworks.com/modules.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
