> ## 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.

# Get Asset Types and Assessment Types

## Overview

This route is commonly used to identify valid UUID combinations for `asset_types` and `assessment_types`, which are required inputs when creating an order.

<Tip>
  **Pro Tip:** *assessments* are commonly called *inspections*.
</Tip>

### Asset Types

An `asset` is any physical thing made of atoms that can be inspected by a 3rd party. Real estate assets are usually identified by a location such as a postal address. Common `asset_types` include the following:

| **Short Name** | **Description**                                                                 |
| :------------- | :------------------------------------------------------------------------------ |
| SFR            | Single-family residential homes designed for one family unit                    |
| MFR            | Multi-family residential buildings containing two or more separate living units |
| MOD/MH         | Modular or manufactured homes built in a factory and transported to site        |
| Commercial     | Commercial properties like hotels, retail spaces, or office buildings           |
| Mixed Use      | Properties combining residential and commercial spaces in a single building     |

### Assessment Types

An `assessment` is a structured review of an asset. Each `assessment_type` is treated as a unique product depending on the nature of the assessment and evidence-collection method.

<AccordionGroup>
  <Accordion title="Construction Progress Assessments (Draws)">
    | **Name/Type** | **Description**                                                                                   |
    | :------------ | :------------------------------------------------------------------------------------------------ |
    | Self-Serve    | A draw inspection where the borrower collects evidence using an app, without a 3rd party witness  |
    | Remote        | A draw inspection where the borrower serves as the camera-holder for a certified remote inspector |
  </Accordion>

  <Accordion title="Condition Assessments">
    | **Name/Type** | **Description**                                                                                                                                    |
    | :------------ | :------------------------------------------------------------------------------------------------------------------------------------------------- |
    | Self-Serve    | Our lowest-cost report. Evidence is collected through a self-serve app, and our AI assesses the condition of an asset without any human oversight. |
    | Remote        | A comprehensive report that uses AI, a certified remote inspector, and our dedicated QC team. These are commonly used for pre-underwriting.        |
  </Accordion>
</AccordionGroup>

<Card title="See our Guide" icon="file-plus" href="/developer-resources/guides/first-order">
  See our *Creating Your First Order* guide for a better understanding of how to use this route.
</Card>
