# Introduction

This documentation helps you deploy and manage DISCOVER, INSIGHT, and PROTECT across your environment. It covers the core setup tasks for each product, including downloads, installation, whitelisting, and removal.

Use these guides to prepare your environment, install the required components, and avoid common deployment issues. Where needed, follow the product-specific instructions for agents, scanning agents, and supporting services.

If you are getting started, begin with the relevant download and installation sections for your product. If you are preparing endpoints or security tools, review the whitelisting guidance before deployment.

### Recommended setup order

1. Review the whitelist requirements for your product:
   * [Whitelist DISCOVER](/setup-and-deploy/whitelist-guardware/whitelist-discover.md)
   * [Whitelist INSIGHT](/setup-and-deploy/whitelist-guardware/whitelist-insight.md)
   * [Whitelist PROTECT](/setup-and-deploy/whitelist-guardware/whitelist-protect.md)
2. Download and install the correct component:
   * DISCOVER: [Download DISCOVER Agent](/setup-and-deploy/download-agent/download-discover-agent.md) then [Install DISCOVER Agent](/setup-and-deploy/install-agent/install-discover-agent.md)
   * INSIGHT: [Download INSIGHT Agent](/setup-and-deploy/download-agent/download-insight-agent.md) then [Install INSIGHT Agent](/setup-and-deploy/install-agent/install-insight-agent.md)
   * PROTECT: [Download PROTECT Agent](/setup-and-deploy/download-agent/download-protect-agent.md) then [Install PROTECT Agent](/setup-and-deploy/install-agent/install-protect-agent.md)


---

# 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.guardware.com/setup-and-deploy/introduction.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.
