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

# Introduction

> Welcome to the claim.me technical documentation

<img className="block dark:hidden" src="https://mintcdn.com/claimme/nTBoWFpZPjyxRupT/images/hero-light.png?fit=max&auto=format&n=nTBoWFpZPjyxRupT&q=85&s=fd2163a6ff13e6d26361e4b03caab43d" alt="Hero Light" width="1080" height="635" data-path="images/hero-light.png" />

<img className="hidden dark:block" src="https://mintcdn.com/claimme/nTBoWFpZPjyxRupT/images/hero-dark.png?fit=max&auto=format&n=nTBoWFpZPjyxRupT&q=85&s=aa97203bc95e3d8115aba5cbd2c73b48" alt="Hero Dark" width="1080" height="635" data-path="images/hero-dark.png" />

## Share shipment data

The first step to working with claim.me is sharing your shipment data. We offer two options:

<CardGroup cols={2}>
  <Card title="Integrate with our API" icon="cubes" href="/api-reference/introduction">
    Ideal for multi-carrier setups and large shipment volumes.
  </Card>

  <Card title="Send us a file" icon="file-import" href="/get-started/easy-integration">
    Ideal for single-carrier setups.
  </Card>
</CardGroup>

## Start claiming

Once you share shipment data with us, you are ready to start claiming!

<CardGroup cols={2}>
  <Card title="Using the portal" icon="table-columns" href="/get-started/claims-center">
    Onboard your CS agents to the Claim Center.
  </Card>

  <Card title="Using the API" icon="plug" href="/api-reference/introduction">
    Integrate your consumer-facing experience with our tools.
  </Card>
</CardGroup>

## FAQs

<AccordionGroup>
  <Accordion title="Question: What if...?">
    Answer: This may be due to... Try the following:

    1. xxx
    2. xxx
    3. xxx
  </Accordion>

  <Accordion title="Question: What if...?">
    Answer: xxx
  </Accordion>
</AccordionGroup>
