# Stage model
Stages are smaller pieces within a pipeline. You can keep the progress of your sale process by assigning a deal to a specific stage.
# Properties
| Attributes | Type | Description | 
|---|---|---|
| id | integer | A unique identifier for the stage which is given by User.com automatically. | 
| description | string | A stage description. | 
| name | string | A stage name. | 
| pipeline | integer | A unique identifier for the pipeline which is given by User.com automatically. |