> For the complete documentation index, see [llms.txt](https://knowledge.whiteintel.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.whiteintel.io/getting-started/platform-overview.md).

# Platform overview

Whiteintel is a cybercrime intelligence platform that surfaces exposed credentials, infostealer infections, leaked records, look-alike domains, supplier risk, dark web mentions and payment-fraud indicators relevant to your organization. This page explains how the application is laid out and how to move between modules.

<figure><img src="/files/mgVni728hQEbxwy3NAFC" alt=""><figcaption></figcaption></figure>

### Navigation

All modules are reachable from the left navigation rail, which is present on every page. The rail can be collapsed to icons only to maximize working space, and the collapse state is remembered across sessions.

<div align="left"><figure><img src="/files/aLZMbMsmfXpQTciVC77u" alt="Whiteintel main navigation bar"><figcaption></figcaption></figure></div>

The rail groups features as follows:

* **Global Trends** and **Your Dashboard** — high-level analytics and your monitored assets.
* **Global Search** — direct lookups across the corpus.
* **Threat Feeds**, **Brand Protection**, **Supplier Security**, and **Payment Fraud** — intelligence modules.
* **Investigation+** — AI-assisted identity investigation.
* **Watchlist Events**, **Watchlists**, and **Saved Incidents** — monitoring and triage.
* **Profile**, **Organization**, **Webhooks**, **Upgrades**, **Contact**, and **API Docs** — account, administration, and integrations.

### Themes

The interface supports a light theme and a dark theme. Light is the default. The theme can be switched at any time from the control at the bottom of the navigation rail, and the preference is stored locally.

<figure><img src="/files/xuCXltlKKmwxZihNm6t8" alt=""><figcaption></figcaption></figure>

### Where to go next

* To look up a specific identity, domain, or indicator, see Global Search.
* To monitor your own assets continuously, see Watchlists and Your Dashboard.
* To understand what your plan includes, see Subscriptions and licensing.


---

# 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://knowledge.whiteintel.io/getting-started/platform-overview.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.
