# Installation

- [Spyderbat Nano Agent](https://docs.spyderbat.com/installation/spyderbat-nano-agent.md): Nano Agent operational principles, compatibility, network requirements and proxy support, general FAQ
- [Kubernetes](https://docs.spyderbat.com/installation/spyderbat-nano-agent/kubernetes.md): Nano Agent install via public or locally hosted Helm Chart or manually via daemonset; configuring parameters (memory and CPU resources, priority class), and validating install into a K8s cluster.
- [Pre Deployment Environment Data Collection Script](https://docs.spyderbat.com/installation/spyderbat-nano-agent/kubernetes/spyderbat-pre-deployment-environment-data-collection.md): Optimize your Helm Chart values to ensure proper sizing of the Spyderbat Nano Agent parameters for your K8s environment.
- [Linux Standalone](https://docs.spyderbat.com/installation/spyderbat-nano-agent/linux-vm.md): This section covers: adding a source to your monitoring scope in Spyderbat console, generating installation scripts/commands, and running the agent installer on the target machine.
- [AWS Unattended Install](https://docs.spyderbat.com/installation/spyderbat-nano-agent/aws-unattended-install.md): Automatic installation of the Spyderbat Nano Agent on an AWS EC2 instance with auto-scaling groups using the instance launch wizard.
- [Secure your Registration Code with AWS Secrets Manager](https://docs.spyderbat.com/installation/spyderbat-nano-agent/aws-unattended-install/aws-secrets-manager-overview.md): Learn how to leverage AWS Secrets Manager as a secret store for the Nano Agent Registration Code (There is an assumption that you are familiar with AWS, IAM, and EKS and how the 3 interact).
- [Create a Golden Image with the Nano Agent Pre-Installed](https://docs.spyderbat.com/installation/spyderbat-nano-agent/creating-vm-golden-images-that-include-spyderbats-nano-agent.md): Template Spyderbat Nano Agent install via Golden Image for environments with auto-scaling and automation requirements.
- [Spyderbat AWS Agent](https://docs.spyderbat.com/installation/spyderbat-aws-agent.md): Overview of the AWS Agent, deployment options and how to get started
- [AWS Linux VM](https://docs.spyderbat.com/installation/spyderbat-aws-agent/aws-agent-vm.md): Automatic installation of the Spyderbat AWS Agent on an AWS EC2 instance
- [Kubernetes](https://docs.spyderbat.com/installation/spyderbat-aws-agent/aws-agent-helm.md): Automatic installation of the Spyderbat AWS Agent on a Kubernetes Cluster
- [Configuration Guide - AWS Linux VM](https://docs.spyderbat.com/installation/spyderbat-aws-agent/aws-agent-vm-configuration.md): Detailed configuration guide for the Spyderbat AWS Agent installed on an AWS VM
- [Configuration Guide - Kubernetes](https://docs.spyderbat.com/installation/spyderbat-aws-agent/aws-agent-helm-configuration.md)
- [Install Spyctl CLI](https://docs.spyderbat.com/installation/spyctl.md): Spyctl, an open source CLI tool, allows you to view and manage resources within your Spyderbat environment.
- [Initial Configuration](https://docs.spyderbat.com/installation/spyctl/spyctl-initial-configuration.md): Learn how to quickly configure Spyctl to interact with your Spyderbat data
- [Install Spydertop CLI](https://docs.spyderbat.com/installation/spydertop.md): Learn how Spyderbat leverages kernel-level system monitoring and public APIs to expand HTOP functionality to allow analysts to look into system anomalies days or even months later.
- [Install the Spyderbat Event Forwarder](https://docs.spyderbat.com/installation/spyderbat-event-forwarder.md): Install the Spyderbat Event Forwarder to deliver SIEM-forwarded events from Spyderbat to your SIEM, Splunk, or any HTTP endpoint.
- [Helm Chart](https://docs.spyderbat.com/installation/spyderbat-event-forwarder/helm-chart.md): Install the Spyderbat Event Forwarder on Kubernetes using the Helm chart.
- [Traditional Installer](https://docs.spyderbat.com/installation/spyderbat-event-forwarder/traditional-installer.md): Install the Spyderbat Event Forwarder on Linux using the traditional installer.
- [Install the Spyderbat MCP Server](https://docs.spyderbat.com/installation/mcp.md): Model Context Protocol (MCP) server for LLMs to interact with Spyderbat's API, enabling AI assistants to search, query, and manage Spyderbat resources.


---

# 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.spyderbat.com/installation.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.
