# Guide

- [Quickstart](https://guide.sphericaldefence.com/guide/quickstart.md): This guide shows you how to get up and running with Spherical on Amazon Web Services.
- [Amazon Machine Image](https://guide.sphericaldefence.com/guide/quickstart/amazon-machine-image.md): This page shows how you can get up and running with an Amazon Machine Image
- [Using Access Logs](https://guide.sphericaldefence.com/guide/quickstart/amazon-machine-image/using-existing-logs.md): This page describes how to convert your existing access logs into a format that Spherical Defense can ingest and learn from.
- [CloudFormation](https://guide.sphericaldefence.com/guide/quickstart/cloudformation.md): This page shows you how you can get up and running with AWS CloudFormation
- [User Interface](https://guide.sphericaldefence.com/guide/user-interface.md): Spherical Defense comes with a web user interface included. Here are the usage instructions.
- [Integrations](https://guide.sphericaldefence.com/guide/integrations.md): This group shows how you can integrate different business solutions into your Spherical deployment.
- [Apigee](https://guide.sphericaldefence.com/guide/integrations/apigee.md): This page documents how to get up and running with the APIGEE API Gateway
- [Kong](https://guide.sphericaldefence.com/guide/integrations/kong.md): This page documents an inbound integration with your Kong API Gateway.
- [AWS API Gateway](https://guide.sphericaldefence.com/guide/integrations/aws-api-gateway.md): This page documents how you can use AWS API Gateway with a running Spherical instance.
- [Slack](https://guide.sphericaldefence.com/guide/integrations/slack.md): This page documents how you can integrate Slack with a Spherical CloudFormation stack.
- [Splunk](https://guide.sphericaldefence.com/guide/integrations/splunk.md): This page describes how to configure a Splunk integration with a Spherical CloudFormation stack.
- [NGINX (WIP)](https://guide.sphericaldefence.com/guide/integrations/nginx.md): This page describes how to use the NGINX traffic mirroring module to integrate with a Spherical instance


---

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