> 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/platform-management/platform-components/customer-portal.md).

# Customer Portal

Our Customer portal is crafted to provide you with real-time and historical reports on your Security Operations, encompassing detections, actions executed by the SOC team, escalations, open security incidents, and threat notifications.

To access the portal, simply navigate to [https://portal.threatdefence.io](https://portal.threatdefence.io/) and log in with your email and password.

Here are some examples of the information available via the Customer Portal:

* **Real-time Alerts**: Immediate notifications about potential threats detected within your environment.
* **Incident Reports**: Detailed analyses of confirmed security incidents, including detected threats, affected systems, and remediation steps.
* **SOC Team Activities**: Logs of actions taken by the Security Operations Center team in response to detected threats and security incidents.
* **Escalation Tracking**: Information on the escalation process for high-severity incidents, including timelines and response strategies.
* **Management Reports**: Periodic reports detailing your organization's security posture and metrics.

<figure><img src="https://4191868192-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOlFHF8fl339QOw3Og8L7%2Fuploads%2Fgit-blob-031735b32145d658bdaab1a9af58f5d5dbea86ec%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

<figure><img src="https://4191868192-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOlFHF8fl339QOw3Og8L7%2Fuploads%2Fgit-blob-f9388cfce499272ce719f9336eaaca3fb4ec83e0%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

<figure><img src="https://4191868192-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOlFHF8fl339QOw3Og8L7%2Fuploads%2Fgit-blob-f462eff9bc05787feaa9d09b710f374d6b791ba2%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>


---

# 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/platform-management/platform-components/customer-portal.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.
