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

# Introduction

> 👋 Hello stranger. Let's be frens.

<iframe width="100%" height="315" src="https://www.youtube.com/embed/XUTLHpjdW0I" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

## Overview

Our API is designed with durability and scalability at the forefront. Wherever possible, we follow generally accepted design patterns and avoid "clever" implementation solutions. The specifications adhere to Todd Fredrich's [RESTful best practices](https://github.com/tfredrich/RestApiTutorial.com/raw/master/media/RESTful%20Best%20Practices-v1_2.pdf), as summarized in this [cheat sheet](https://github.com/RestCheatSheet/api-cheat-sheet).

### High-Level Use Cases

1. I want to inspect the <Tooltip tip="e.g. a Draw inspection">construction progress</Tooltip> at 123 Main Street.
2. I want to be notified about all status changes from order to <Tooltip tip="Delivery payloads include inspection reports">delivery</Tooltip>.
3. I want to <Tooltip tip="Report summary and the percentage complete of any scope-of-work line item">modify</Tooltip> the final inspection report.

## Developer Resources

<CardGroup cols={2}>
  <Card title="Essentials" icon="chalkboard-user" href="/developer-resources/essentials/common-conventions">
    Learn about Common Conventions, Response Codes, Rate Limits, and Webhook payloads.
  </Card>

  <Card title="Create Your First Order" icon="file-plus" href="/developer-resources/guides/first-order">
    This guide will teach you how to create your first order.
  </Card>

  <Card title="E2E Testing" icon="vial" href="/developer-resources/guides/e2e-testing">
    Learn how to test your integration end-to-end.
  </Card>

  <Card title="Postman Collection" icon="globe" href="https://www.postman.com/hour-inspections/workspace/24-hour-inspections-public/collection/37202717-e28f6458-284d-4c07-9dbf-e2203885507b">
    Fork or simply use or public Postman collection.
  </Card>

  <Card title="Office Hours" icon="comments" href="https://www.getclockwise.com/c/aslan-24hourinspections-com/office-hours-w-24h-inspections">
    Connect with us anytime you need support. We can also set up a shared Slack channel if that would be supportive.
  </Card>
</CardGroup>
