> For the complete documentation index, see [llms.txt](https://docs.insured.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.insured.finance/how-to-guides/taken-listing/taken-offer.md).

# Taken Offer

On this page, you will be able to see a list and details of your covers. You will also be able to see a list and details of claims from your covers and file a claim.

#### List of Covers

On this page, you will see all your covers. Your cover may be on status Active or Expired. Active means your cover is still running and you are still able to make a claim. Expired means you cannot make a claim.

![](https://lh6.googleusercontent.com/9tHKlDQYCEjKMiO97eJ9G7HVS2iH5M7LVTtGEsF3kEjf5QON3K1OBfaMD1TDRXuzJPxgidj4_GXtkq-AGSGbWHnNqLZMjqOlylCxZkkpaleZ5q1CqzNGHhXx26yr0zXV3sLIE8FP=s0)

#### List of Claims

On this page, you will see all of your covers. Your cover may be on status Monitoring Period, Claim Declined, Claim Accepted, Payout Expired, and Please check the claim status.

* Monitoring Period: Your claim has still not passed the 72 hours of monitoring time
* Claim Declined: Your claim already passed the 72 hours of monitoring time and the result of your claim is invalid
* Claim Accepted:  Your claim already passed the 72 hours of monitoring time and the result of your claim is valid
* Please check the claim status:  Your claim already passed the 72 hours of monitoring time and you did not check the result yet
* Payout Expired: Your claim already passed 72 hours of monitoring time and has also passed the 30 days of the payout period. You cannot claim your insurance.


---

# 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.insured.finance/how-to-guides/taken-listing/taken-offer.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.
