# Insurance Policies

The Insurance Policies section allows your company to track and manage all required insurance documents. Each policy is categorized by type.

***

### Navigation Overview

This section is organized as follows:

* **Policy Types Overview**\
  A summary of each insurance category: what it covers, when it's required, and how it's applied.
* **Add / Edit Policy Modal**\
  Breakdown of form behavior, field logic, validation rules, and modal UI states.
* **Document Uploads**\
  Guidelines for uploading, replacing, and accessing insurance policy files.

***

### Visual Cues

* **Active** policies are shown in green with expiration countdown.
* **Expired** policies are highlighted in red.
* **Expiring Soon** appear with a warning icon 30 days before expiration.

\
\&#xNAN;*Figure: Tag states for active, expiring, and expired policies.*

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

***

### Automation & Compliance

* Expiration warnings help avoid compliance gaps.

{% hint style="success" %}
Keep policy documents updated to maintain visibility across compliance, dispatch, and accident tracking modules.
{% endhint %}


---

# 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://rute.gitbook.io/carrier/company/settings/insurance-policies.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.
