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

# Overview

> Property types for choosing from options, users, and related records.

## Select properties

Select properties constrain a value to a known set rather than free text.
[Select](/data/properties/select/select) picks from a defined option list,
[Status](/data/properties/select/status) adds lifecycle ordering and stage
semantics on top, and [User](/data/properties/select/user) assigns the record
to workspace members. [Relation](/data/properties/select/relation) and
[Conversation](/data/properties/select/conversation) link a record to other
records and to conversation threads.

Because the value is drawn from a controlled set, select types power grouping,
board columns, pipeline stages, and reliable filtering. None of which work
well on free text.

<CardGroup cols={2}>
  <Card title="Select" icon="list-dropdown" href="/data/properties/select/select">
    Pick one or many values from a defined option list.
  </Card>

  <Card title="Status" icon="circle-half-stroke" href="/data/properties/select/status">
    A select with lifecycle ordering and stage semantics.
  </Card>

  <Card title="Relation" icon="link" href="/data/properties/select/relation">
    Link a record to one or many other records.
  </Card>

  <Card title="User" icon="user" href="/data/properties/select/user">
    Assign a record to one or many workspace users.
  </Card>

  <Card title="Conversation" icon="messages" href="/data/properties/select/conversation">
    Link a record to one or many Conversation threads.
  </Card>
</CardGroup>


## Related topics

- [Overview](/data/properties/common/overview.md)
