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

# Workspace

> Your operational hub for prompt writing, Agent Action Plan review, project management, and code generation

The Workspace is where active AI-Native development happens. Write prompts, review implementation plans, manage projects, and merge generated code. Toggle to [Knowledge Base](/platform/knowledge-base) to review specifications.

<Note>
  **Jump to:** [Why](#why-the-workspace-matters) • [What](#what-the-workspace-contains) • [How](#how-to-use-the-workspace)
</Note>

## Why the Workspace Matters

**Direct code generation control** - Write prompts, review implementation plans, and approve or refine before any code is written.

**Rapid brainstorming** - Use infinite context to debug issues, plan features, and optimize requirements. Blitzy helps you see the complete picture.

**Streamlined workflow** - From prompt writing to code merge, all development steps happen in one unified interface.

## What the Workspace Contains

### Core Development Activities

<CardGroup cols={2}>
  <Card title="Prompt Writing & Submission" icon="pen" href="/prompt-engineering/generation">
    Write generation requests using templates or the Golden Rules
  </Card>

  <Card title="Technical Specification Review" icon="file-check" href="/project-lifecycle/tech-spec-review">
    Review specs generated from ingestion
  </Card>

  <Card title="Agent Action Plan Review" icon="list-check" href="/project-lifecycle/aap-review">
    Review implementation plans before code generation
  </Card>

  <Card title="Project Guide Review" icon="book-open" href="/project-lifecycle/project-guide-review">
    Review generated documentation
  </Card>

  <Card title="Code Review & Merge" icon="code-merge" href="/project-lifecycle/code-review">
    Review and merge pull requests
  </Card>

  <Card title="Refine Pull Request" icon="pen-to-square" href="/pull-request-review/refine">
    Request targeted improvements to generated code
  </Card>
</CardGroup>

### Project Management

<CardGroup cols={2}>
  <Card title="Sharing & Archiving" icon="share-nodes" href="/project-lifecycle/sharing">
    Share projects and archive completed work
  </Card>
</CardGroup>

### Administration (Enterprise)

<CardGroup cols={3}>
  <Card title="Integration Management" icon="plug" href="/integrations/managing">
    Configure GitHub, GitLab, and Azure DevOps
  </Card>

  <Card title="Team Management" icon="users" href="/administration/teams">
    Manage roles and access control
  </Card>

  <Card title="Environment Configuration" icon="server" href="/administration/environments">
    Set up build instructions and secrets
  </Card>
</CardGroup>

## How to Use the Workspace

<Steps>
  <Step title="Access Workspace">
    Log into the Blitzy platform. You start in Workspace by default.
  </Step>

  <Step title="Select or Create a Project">
    Choose an existing project or connect a repository.
  </Step>

  <Step title="Review Technical Specifications">
    Toggle to Knowledge Base to review your codebase specifications.
  </Step>

  <Step title="Write Your Prompt">
    Use templates or write a custom generation request.
  </Step>

  <Step title="Review Agent Action Plan">
    Review the implementation plan and approve to proceed.
  </Step>

  <Step title="Review Generated Code">
    Review the Project Guide and pull request.
  </Step>

  <Step title="Merge or Refine">
    Merge, request refinements, or close and restart.
  </Step>
</Steps>

## Troubleshooting & Resources

### Common Questions

<AccordionGroup>
  <Accordion title="How do I write an effective prompt?">
    * Start with a [prompt template](/templates) for your use case
    * Follow the [Golden Rules](/prompt-engineering/golden-rules) for prompt engineering
    * Review the [Prompt Generation guide](/prompt-engineering/generation) for detailed guidance
    * Toggle to [Knowledge Base](/platform/knowledge-base) to understand your codebase architecture before writing prompts
  </Accordion>

  <Accordion title="What if the Agent Action Plan isn't right?">
    * Request refinements through the [Agent Action Plan process](/project-lifecycle/aap-review)
    * Provide specific feedback on what needs to change
    * Reference architectural patterns from your [technical specifications](/platform/knowledge-base)
    * If major changes are needed, consider refining your original prompt
  </Accordion>

  <Accordion title="How do I share projects with my team?">
    * See the [Sharing guide](/project-lifecycle/sharing) for step-by-step instructions
    * Enterprise users can manage team access through [Team Management](/administration/teams)
    * Configure repository access through [Integration Management](/integrations/managing)
  </Accordion>

  <Accordion title="Generated code doesn't meet requirements">
    * Review the Project Guide to understand what was built
    * Use [Refine Pull Request](/pull-request-review/refine) for specific, targeted changes
    * Use [Close Pull Request](/pull-request-review/close) to restart with an improved prompt
    * See the [Prompt Refinement guide](/prompt-engineering/golden-rules) for improving your prompts
  </Accordion>
</AccordionGroup>

### Related Resources

<CardGroup cols={2}>
  <Card title="Quickstart Guide" icon="bolt" href="/quickstart">
    Step-by-step guide to your first code generation
  </Card>

  <Card title="Knowledge Base" icon="book-atlas" href="/platform/knowledge-base">
    Review technical specifications before writing prompts
  </Card>

  <Card title="Prompt Library" icon="file-contract" href="/templates">
    Ready-to-use templates for common scenarios
  </Card>

  <Card title="Golden Rules" icon="star" href="/prompt-engineering/golden-rules">
    Best practices for effective prompt engineering
  </Card>

  <Card title="Project Lifecycle" icon="arrows-rotate" href="/project-lifecycle/sharing">
    Complete workflow from ingestion to merge
  </Card>

  <Card title="Use Cases" icon="lightbulb" href="/use-cases/development-modernization/add-feature">
    Real-world examples of Workspace workflows
  </Card>
</CardGroup>

***

**Need help?** Contact support at [support@blitzy.com](mailto:support@blitzy.com) or consult your Blitzy AI Solutions Consultant for Workspace assistance.
