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

# Application

> Open-Source Unified Application Model

<Card title="Application" icon="file-signature" iconType="duotone">
  A job application submitted by a candidate.
</Card>

## Fields

<ParamField body="candidate" type="genericContact">
  The candidate who submitted the application.
</ParamField>

<ParamField body="job" type="atsJob">
  The job position being applied for.
</ParamField>

<ParamField body="recruiter" type="genericUser">
  The recruiter assigned to this application.
</ParamField>

<ParamField body="stage" type="atsApplicationStage">
  The current stage of the application.
</ParamField>

<ParamField body="appliedDate" type="date">
  The date when the application was submitted.
</ParamField>

<ParamField body="offers" type="atsOffer[]">
  The job offers made for this application.
</ParamField>

## Custom Fields

<Check>
  **Supported** <br />
  The Application model supports our `Field Mapping` feature, enabling you or your customers
  to seamlessly map application custom fields to the unified application model.
</Check>
