docs/core-features/new-task-attempts.mdx
A task attempt represents a single session with a coding agent against a task. Most tasks only need one attempt, but you may need additional attempts for fresh restarts.
Create a new task attempt when you want to:
To create a new task attempt for an existing task:
<Steps> <Step title="Navigate to the task"> Open the task that needs a fresh attempt. </Step> <Step title="Click Create New Attempt"> Click the triple dot icon in the top right of the task, then select **Create New Attempt**. </Step> <Step title="Configure the attempt"> Choose your agent profile, variant, and base branch. These can be different from previous attempts. </Step> <Step title="Start execution"> Click **Create Attempt** to begin a fresh execution with the new configuration. </Step> </Steps>When you create a new task attempt: