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

# Workflow Overview

> Understand how Revolte moves work from a request to a reviewable code change.

Revolte supports two ways to build software: work interactively in chat or trigger an autonomous workflow from Jira. Both paths use repository context, isolated execution, and a review step before changes enter your delivery process.

<CardGroup cols={2}>
  <Card title="Interactive Chat" icon="messages" href="/workflows/chat-feature">
    Shape the requirement with Revolte, follow implementation, and review the result in one conversation.
  </Card>

  <Card title="Jira Workflow" icon="diagram-project" href="/workflows/your-first-Autonomous-workflow">
    Start work from a Jira ticket and follow the autonomous run through planning, implementation, and review.
  </Card>
</CardGroup>

## The common workflow

<Steps>
  <Step title="Describe the Work">
    Start with a prompt or Jira ticket that explains the expected outcome, constraints, and success criteria.
  </Step>

  <Step title="Provide Codebase Context">
    Select a connected repository and add any paths or requirements that help Revolte understand where the change belongs.
  </Step>

  <Step title="Review the Approach">
    Check the proposed plan, affected files, and validation steps before accepting the implementation direction.
  </Step>

  <Step title="Follow Execution">
    Revolte works in an isolated sandbox, where it can inspect files, make changes, and run checks without modifying your local workspace.
  </Step>

  <Step title="Inspect the Result">
    Review the changed files, code diff, validation output, and live preview when one is available.
  </Step>

  <Step title="Deliver the Change">
    Commit the approved work or continue through your team's pull request and deployment process.
  </Step>
</Steps>

Choose [Build with Interactive Chat](/workflows/chat-feature) for collaborative work, or [Automate Work from Jira](/workflows/your-first-Autonomous-workflow) when the requirement is already managed in Jira.
