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

# Quickstart

> Start integrating Hestia in 5 minutes.

All API endpoints are authenticated using Bearer tokens.

The base url is : `https://api.heyhestia.com`

## Steps

<Steps>
  <Step title="Get the Hestia budget">
    <Card title="[GET] Budget & Eligibility" icon="building-columns" href="/endpoints/budget">
      Use this endpoint to get the budget and eligibility of a user.
    </Card>
  </Step>

  <Step title="Send the contact information">
    <Card title="[POST] Send a lead" icon="paper-plane" href="/endpoints/sendLead">
      Use this endpoint to send us the lead details.
    </Card>
  </Step>

  <Step title="We take over">
    Our team contacts the user and helps him become a proud homeowner.
  </Step>
</Steps>
