> 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.md).

# How-to Guides

- [Create a New Listing (Request or Offer a Cover)](https://docs.insured.finance/how-to-guides/create-a-new-listing.md)
- [Create a cover request listing](https://docs.insured.finance/how-to-guides/create-a-new-listing/create-a-cover-request-listing.md)
- [Create a cover offer listing](https://docs.insured.finance/how-to-guides/create-a-new-listing/create-a-cover-offer-listing.md)
- [Take a Listing (Buy or Provide a Cover)](https://docs.insured.finance/how-to-guides/take-a-listing-buy-or-provide-a-cover.md)
- [Take an Offer (Buy an Insurance Cover)](https://docs.insured.finance/how-to-guides/take-a-listing-buy-or-provide-a-cover/take-an-offer-buy-an-insurance-cover.md)
- [Take a Cover Request (Provide an Insurance Cover)](https://docs.insured.finance/how-to-guides/take-a-listing-buy-or-provide-a-cover/take-a-cover-request-provide-an-insurance-cover.md)
- [My Listing](https://docs.insured.finance/how-to-guides/my-listing.md)
- [My Request](https://docs.insured.finance/how-to-guides/my-listing/my-request.md)
- [Premium Refund for All Covers](https://docs.insured.finance/how-to-guides/my-listing/my-request/premium-refund-for-all-covers.md)
- [Premium Refund for Individual Cover](https://docs.insured.finance/how-to-guides/my-listing/my-request/premium-refund-for-individual-cover.md)
- [File a Claim (Cover Request Listing)](https://docs.insured.finance/how-to-guides/my-listing/my-request/file-a-claim-cover-request-listing.md): Everything a policyholder needs to know in order to file a claim from a cover request listing.
- [View Claims, Claim Payout, and Claim Check the Cover Request page (Stablecoins example)](https://docs.insured.finance/how-to-guides/my-listing/my-request/view-claims-claim-payout-and-claim-check-the-cover-request-page-stablecoins-example.md)
- [My Offer](https://docs.insured.finance/how-to-guides/my-listing/my-offer.md)
- [Deposit Refund for Individual Cover](https://docs.insured.finance/how-to-guides/my-listing/my-offer/deposit-refund-for-individual-cover.md)
- [Deposit Refund for All Covers](https://docs.insured.finance/how-to-guides/my-listing/my-offer/deposit-refund-for-all-covers.md)
- [Taken Listing](https://docs.insured.finance/how-to-guides/taken-listing.md)
- [Taken Offer](https://docs.insured.finance/how-to-guides/taken-listing/taken-offer.md)
- [File a Claim (Taken Offer)](https://docs.insured.finance/how-to-guides/taken-listing/taken-offer/file-a-claim-taken-offer.md): Everything a policyholder needs to know in order to file a claim from an offer has been taken.
- [Taken Request](https://docs.insured.finance/how-to-guides/taken-listing/taken-request.md)
- [Premium Claims (Earn Premium)](https://docs.insured.finance/how-to-guides/taken-listing/premium-claims-earn-premiums.md)
- [Deposit Refund](https://docs.insured.finance/how-to-guides/taken-listing/deposit-refund.md)
- [Token Bridge](https://docs.insured.finance/how-to-guides/token-bridge.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.insured.finance/how-to-guides.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.
