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

# bd types

> List valid issue types

Generated from `bd help --doc types`.

List all valid issue types that can be used with bd create --type.

Core work types (bug, task, feature, chore, epic, decision, spike, story, milestone) are always valid.
Additional types require configuration via types.custom in .beads/config.yaml.

Examples:
bd types              # List all types with descriptions
bd types --sections   # List required sections for each type
bd types --json       # Output as JSON

```
bd types [flags]
```

**Flags:**

```
      --sections   Show required sections for each issue type
```
