# Getting Started

- [Quick Setup Overview](https://docs.scanner.dev/scanner/getting-started/quick-setup-overview.md): This guide walks you through connecting Scanner to your AWS environment and ingesting your first logs. The entire process typically takes 30-45 minutes.
- [Step 1: AWS Infrastructure Setup](https://docs.scanner.dev/scanner/getting-started/step-1-aws-infrastructure-setup.md): Before Scanner can analyze logs, you must establish a secure connection to your AWS account. This creates the IAM roles, S3 buckets, and EventBridge resources Scanner requires.
- [AWS CloudFormation](https://docs.scanner.dev/scanner/getting-started/step-1-aws-infrastructure-setup/aws-cloudformation.md): Getting started with CloudFormation
- [Terraform](https://docs.scanner.dev/scanner/getting-started/step-1-aws-infrastructure-setup/terraform.md): Getting started with Terraform
- [Manual Setup - AWS CloudShell](https://docs.scanner.dev/scanner/getting-started/step-1-aws-infrastructure-setup/manual-setup-aws-cloudshell.md)
- [Troubleshooting AWS Errors](https://docs.scanner.dev/scanner/getting-started/step-1-aws-infrastructure-setup/troubleshooting-aws-errors.md): A guide to understanding and resolving AWS configuration and permission errors that appear in the Scanner UI.
- [Step 2: Connect Your First Data Source using Scanner Collect](https://docs.scanner.dev/scanner/getting-started/step-2-connect-your-first-data-source-using-scanner-collect.md)
- [Step 3: Validate & Test](https://docs.scanner.dev/scanner/getting-started/step-3-validate-and-test.md): Once you have set up a new source you can expect to see data flowing into Scanner within a few minutes. Follow the steps below to get started exploring your data.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.scanner.dev/scanner/getting-started.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
