Core concepts
Iterations
An iteration is a unit of work. It represents one change you want to make to your product.
That change can be small (rename a button, tighten spacing) or large (build a new flow). The structure is the same either way: every iteration moves through the same five phases, has a single owner at any given time, and ends with merged PRs in your repository.
Iterations are the only way to make changes in Itera. There are no separate "tasks" or "tickets." If you want to change something in the product, you create an iteration.