# First Notice Of Loss (FNOL)

- [Get Claim Selector](https://docs.covergenius.com/xclaim-api-partner-docs/first-notice-of-loss-fnol/get-claim-selector.md): Returns a Claim Selector that can be used to determine the best claim type for a customer to submit a claim for
- [Get Claim Types](https://docs.covergenius.com/xclaim-api-partner-docs/first-notice-of-loss-fnol/get-claim-types.md): Returns a list of claim types available for the given policy type, and logged in API consumer.
- [Get Fnol](https://docs.covergenius.com/xclaim-api-partner-docs/first-notice-of-loss-fnol/get-fnol.md): Returns data required to build a form to collect data needed to submit a 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://docs.covergenius.com/xclaim-api-partner-docs/first-notice-of-loss-fnol.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.
