> ## 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.

# Blitzy Certified

> Master the skills and workflows needed to get the most out of Blitzy

Getting the most out of Blitzy means writing effective prompts, managing platform settings, and knowing how to review generated code. This section covers the skills and workflows that help teams work confidently with AI-Native development, from prompt engineering fundamentals to administration and pull request review.

### Prompt Engineering

<CardGroup cols={2}>
  <Card title="Golden Rules" icon="star" href="/prompt-engineering/golden-rules">
    Core principles for effective AI-Native prompt engineering
  </Card>

  <Card title="Validation Checklist" icon="clipboard-check" href="/prompt-engineering/validation-checklist">
    Review your AAP and identify areas for refinement
  </Card>

  <Card title="Ingestion Prompts" icon="database" href="/prompt-engineering/ingestion">
    Refine your technical specification with business context, domain terminology, and architectural decisions
  </Card>

  <Card title="Rules" icon="scale-balanced" href="/prompt-engineering/rules">
    Add reusable quality and analysis directives to your projects
  </Card>
</CardGroup>

### Administration Management

<CardGroup cols={2}>
  <Card title="Environment Configuration" icon="server" href="/administration/environments">
    Configure build instructions and secrets so Blitzy can build and run your application
  </Card>

  <Card title="Git Submodules" icon="code-branch" href="/administration/submodules">
    Configure Git submodules for multi-repository projects in Blitzy
  </Card>

  <Card title="Teams" icon="users" href="/administration/teams">
    Manage teams, roles, and member access permissions in Blitzy
  </Card>

  <Card title="Single Sign-On" icon="shield-check" href="/administration/sso">
    Configure SAML-based Single Sign-On for your organization
  </Card>

  <Card title="Usage Metering" icon="chart-line" href="/administration/usage-metering">
    Understand how platform usage is tracked and billed across projects, teams, and organizations
  </Card>
</CardGroup>

### Pull Request Review

<CardGroup cols={2}>
  <Card title="Merge" icon="code-merge" href="/pull-request-review/merge">
    Criteria for accepting and merging AI-generated pull requests
  </Card>

  <Card title="Close" icon="circle-xmark" href="/pull-request-review/close">
    When to discard pull requests and create new code generation requests
  </Card>

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