> For the complete documentation index, see [llms.txt](https://docs.bfore.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bfore.ai/docs/console/introduction.md).

# Introduction to the PreCrime Platform

The PreCrime Platform is BforeAI's web application for managing your brand protection. It gives you visibility into the attacks PreCrime predicts and disrupts on your behalf, and the tools to act on them: requesting takedowns, reviewing detections, and managing your protected assets.

You can access the platform at [client.bfore.ai](https://client.bfore.ai).

<figure><img src="https://805658693-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcO8fwtDPLlpySjcpjpC5%2Fuploads%2FPhVsox4ZQoo6ndFg09PX%2Fdashboard-overview.png?alt=media&amp;token=7aa2e330-7d27-4f5f-a02d-635831ca5d01" alt=""><figcaption></figcaption></figure>

## Key concepts

* **Protected assets** - the domains your company registers for protection. PreCrime monitors the internet for malicious infrastructure targeting these assets.
* **Disrupted attacks** - malicious infrastructure PreCrime has identified and blocked through its network of disruption partners. Disruption blocks incoming traffic within minutes; it does not remove the infrastructure itself.
* **Takedowns** - requests to remove malicious infrastructure entirely. Takedowns can be started automatically on identified attacks, or requested manually for attacks your team finds.
* **Averted victims** - the number of connection attempts to malicious infrastructure that PreCrime blocked, protecting potential victims.
* **Owned domains** - legitimate domains PreCrime has identified as belonging to your company. You verify this list to keep it accurate.
* **Trademarks** - domains flagged as trademark-related threats to your brand identity.
* **Discarded threats** - infrastructure analyzed by the BforeAI team and determined to represent no threat.

## Where to get help

* The **Support** link in the sidebar opens the PreCrime Platform knowledge base.
* API and integration documentation lives at [docs.bfore.ai](https://docs.bfore.ai).
* A feedback widget is available on every page to report problems or share feedback directly to the team.


---

# 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.bfore.ai/docs/console/introduction.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.
