# Quickstart

## Amazon Machine Image

To get started with Spherical Defense, you must first install the AMI onto your AWS infrastructure. This can be done in **3 minutes**.&#x20;

{% content-ref url="/pages/-LuZVMQkwL0lAVGQngYg" %}
[Amazon Machine Image](/guide/quickstart/amazon-machine-image.md)
{% endcontent-ref %}

## CloudFormation

In order to integrate with your existing workflow, it is necessary to set up other AWS services to support the existing . The below instructions will help you set up a Spherical stack, including an externally facing **AWS API Gateway** for data ingestion.

{% content-ref url="/pages/-LuZVQ884KCXfbOsvRBb" %}
[CloudFormation](/guide/quickstart/cloudformation.md)
{% endcontent-ref %}

## Docker Compose

&#x20;If you want total control of your hardware, you can also deploy using Docker after obtaining a license agreement. Please contact the team at **<contact@sphericaldefence.com>** to get access to our Docker repositories.

####


---

# 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://guide.sphericaldefence.com/guide/quickstart.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.
