# View Claim Status

To check the status of your claim, navigate to ‘Your Dashboard’ and scroll to ‘Claimed Projects’. From there, you can see the current status of your claim or cancel it using the following details:

* **Project Name:** The name of the project for which you have submitted the insurance claim.
* **Claim Reason:** The reason for your claim, such as a rug pull.
* **Covered:** The total amount of coverage in USD.
* **Address**: The Ethereum address where the insured tokens are held.
* **Claim Date:** The date when you filed the claim.
* **Status:** Displays the current status of your claim, either ‘Active’ or ‘Paid’.
* **Action**: Options to take further action regarding your claim.


---

# 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://guardian-ai.gitbook.io/guardian-ai/how-to-use-the-dapp/view-claim-status.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.
