> For the complete documentation index, see [llms.txt](https://docs.threatdefence.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.threatdefence.com/getting-started/quick-start.md).

# Quick Start

Welcome to ThreatDefence! This quick start will help you get up and running with the platform in just a few steps.

Our recommended path for new customers is:

1. **Install the Endpoint Agent** to capture endpoint telemetry;
2. **Connect your email (365, Google);**
3. **Deploy Network Sensor(NDR)**, if applicable;
4. **Access the Analyst Console** to view alerts, dashboards, and reports;
5. Expand your visibility with **SIEM integrations**, **Monitoring Sensors** and **Attack Surface Management;**
6. Attend monthly or quaterly **security posture review** meetings.

***

## Quick Start Navigator

| Step                          | Description                                                                                                                       | Next Steps                                                                                                                                                |
| ----------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Install Endpoint Agent**    | Deploy the lightweight agent on Windows, Mac, or Linux endpoints. Provides telemetry, forensic artifacts and containment actions. | [Install Endpoint Agent](/endpoint-agent/prerequisites.md)                                                                                                |
| **Connect Email**             | Integrate Microsoft 365 or other email services to gain visibility into accounts, email, Defender and Purview logs.               | [Set up Microsoft 365](/microsoft-365/prerequisites.md) [Google](https://docs.threatdefence.com/siem-integrations/software-as-a-service/google-workspace) |
| **Access Analyst Console**    | Log into the Analyst Console to review detections, alerts and dashboards.                                                         | [Go to Analyst Console](https://console.threatdefence.io)                                                                                                 |
| **Access Customer Portal**    | Log into the Customer Console to manage integrations and get reports.                                                             | [Go to Customer Portal](https://portal.threatdefence.io)                                                                                                  |
| **SIEM Integrations**         | Connect additional log sources such as EDR, firewalls, SaaS, and cloud platforms.                                                 | [SIEM Integrations](/siem-integrations/siem-integrations.md)                                                                                              |
| **NDR Sensors**               | Deploy physical or virtual sensors for advanced visibility and detections.                                                        | [Network Sensors](/appliances/network-sensor/overview.md)                                                                                                 |
| **Attack Surface Management** | Monitor your external perimeter, look-alike domains, dark web leaks, and vulnerabilities.                                         | [Attack Surface Management](/attack-surface-management/attack-surface-management.md)                                                                      |

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.threatdefence.com/getting-started/quick-start.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
