> ## Documentation Index
> Fetch the complete documentation index at: https://docs.go.aiinsurance.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Markets

> Market-specific answers — how a particular line of coverage works in AI Insurance, and how it's configured.

AI Insurance has no per-market modules. There is no medical malpractice edition
and no trucking edition — every program runs on the same platform primitives:
[entities](/entities/overview) and their configured fields, option sets,
[exposures](/entities/exposure) attached to a policy over date ranges, raters,
and forms.

That's a strength, but it changes the shape of the question. A program that
writes a specialised coverage rarely asks "which module do I buy?" — it asks
"**can you handle *this*, the way my market actually works?**" The answer is
almost always yes, and it's expressed in configuration. This section is where
those answers live, one market at a time.

## What each page answers

Every page in this section follows the same shape:

| Section                          | What it gives you                                                            |
| -------------------------------- | ---------------------------------------------------------------------------- |
| **The question**                 | The question as a program in that market actually asks it.                   |
| **The short answer**             | What the platform does natively, in a sentence or two.                       |
| **How it's modelled**            | The entities, exposure types, and fields that express the coverage.          |
| **How it behaves over the term** | What happens mid-term — assignments, substitutions, additions, and removals. |
| **What you configure**           | The concrete configuration checklist behind the answer.                      |

## Answers available today

| Market              | Question                           | Page                                        |
| ------------------- | ---------------------------------- | ------------------------------------------- |
| Medical Malpractice | How are slots handled on a policy? | [Slots](/markets/medical-malpractice/slots) |

<Note>
  This section grows as questions come in from the market — commercial trucking
  is next. If your program has a coverage question that isn't answered here,
  ask us at [support@aiinsurance.io](mailto:support@aiinsurance.io) and the
  answer usually becomes a page.
</Note>

## How to read these pages

Everything described here is **configuration**, not a special case built into
the platform for one market. The field names, exposure types, and option-set
values in the examples are illustrations of a typical setup for that market —
your own configuration may name things differently, and the pages say so where
it matters. See [How your app is configured](/app/getting-started/configuration).

<Tip>
  Configuration is managed for you — you don't build these structures yourself.
  These pages exist so you can see *how* your program will be expressed, and
  bring the right questions to your onboarding. See
  [What you manage yourself](/app/getting-started/configuration#what-you-manage-yourself).
</Tip>
