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

> Open-Source Unified Application Stage Model

<Card title="Application Stage" icon="diagram-next" iconType="duotone">
  A stage in the application process.
</Card>

## Fields

<ParamField body="name" type="string">
  Name of the stage (e.g., 'Initial Screening', 'Technical Interview')
</ParamField>

<ParamField body="order" type="number">
  The order of this stage in the process
</ParamField>

<ParamField body="isActive" type="boolean">
  Whether this stage is currently active
</ParamField>

## Custom Fields

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