> For the complete documentation index, see [llms.txt](https://docs.namiinsurance.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.namiinsurance.io/english/contract-management.md).

# Contract Management

Nami Insurance offers a user-friendly platform for seamless contract management. Our system enables you to effortlessly create, manage, and track your insurance policies.

All contract information is transparently disclosed and securely protected by Nami Exchange.

#### How to Check Contract History

Step 1: Access the Namiinsurance.io website and sign up/log in to your Nami Exchange account

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

Step 2: Click on the Nami Exchange section and select "Contract History

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

Step 3: Check the information fields in the Personal Statistics based on the filtered time, including Payback (Total payback), Total collateral, and Profit/Loss (PnL).

After that, users can check the Active Contracts and the corresponding Contract History.

On the Detailed view screen of each insurance contract, users can check the following information:

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

* When needing assistance with insurance contracts, users can send their HashID to Nami's Customer Support department.
* Users can buy back their chosen insurance contract.

<br>


---

# 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.namiinsurance.io/english/contract-management.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.
