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

# Guides

> Choose a Cloudeval workflow for connecting infrastructure, reviewing changes, understanding results, or configuring projects.

Start with the outcome you need. Each path links setup, evidence, and the next review step so you do not have to reconstruct the workflow from reference pages.

<Columns cols={2}>
  <Card title="Connect infrastructure" icon="plug" href="/guides/connect">
    Connect Azure, import ARM or Bicep, evaluate AWS CloudFormation beta templates, or sync a GitHub repository.
  </Card>

  <Card title="Review infrastructure" icon="scan-search" href="/guides/review">
    Evaluate live Azure, review IaC before deployment, and add evidence-backed pull-request gates.
  </Card>

  <Card title="Understand results" icon="chart-no-axes-combined" href="/guides/results">
    Read diagrams, reports, findings, evidence freshness, and sharing boundaries.
  </Card>

  <Card title="Projects and configuration" icon="settings-2" href="/guides/projects">
    Understand connections, projects, source provenance, and `.cloudeval/config.yaml`.
  </Card>
</Columns>

## Choose a starting point

| If you have           | Start here                                                             | Expected first outcome                                                |
| --------------------- | ---------------------------------------------------------------------- | --------------------------------------------------------------------- |
| An Azure subscription | [Connect Azure](/guides/connect/azure)                                 | A synced project with resource evidence and report readiness          |
| ARM or Bicep          | [Import ARM or Bicep](/guides/connect/arm-bicep)                       | A static IaC project with diagram and evaluation outputs              |
| AWS CloudFormation    | [Review AWS CloudFormation (beta)](/guides/connect/aws-cloudformation) | A beta static evaluation with unsupported areas marked `Not assessed` |
| A GitHub repository   | [Sync a GitHub repository](/guides/connect/github-repository)          | A source-linked project with ref and commit provenance                |
| A pull request        | [Review with GitHub Actions](/guides/review/github-actions)            | A PR comment, artifacts, optional checks, and configured gates        |

<Note>Cloudeval is Azure-first. AWS CloudFormation support is beta static IaC evaluation; live AWS connections are not available.</Note>
