> 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/my-assets.md).

# My assets

The **My assets** page lists the domains your company has registered for protection. Each asset shows its protection status and, for actively monitored domains, live activity counters.

<figure><img src="https://805658693-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcO8fwtDPLlpySjcpjpC5%2Fuploads%2Fmicmv76rfxjFgxu2ssBN%2Fmy-assets.png?alt=media&amp;token=20e9c1f7-ca25-4f61-b106-363009e1ced6" alt=""><figcaption></figcaption></figure>

## Asset cards

Each asset shows:

* The domain name, with a copy button, and when it was added.
* A status chip: **Active** (monitored for attacks), **Owned** (on your safelist, excluded from monitoring), **Deactivated**, or **Onboarding Pending**.
* For active assets, four counters linking to the related pages:
  * **Disrupted attacks** - attacks blocked for this asset.
  * **Requested takedowns** and **Completed takedowns**.
  * **Attack costs prevented** - the estimated losses avoided.

The counters reflect the selected date range.

## Adding an asset

Admins can click **Add asset** to open the "Add a new asset" dialog:

* **Domain to protect** (required) - for example `google.com`.
* **Type** - **Active** (monitored for attacks) or **Owned** (added to your safelist and excluded from monitoring).

<figure><img src="https://805658693-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcO8fwtDPLlpySjcpjpC5%2Fuploads%2Fk21nAaAcLyERKm6zGmMl%2Fimage.png?alt=media&amp;token=8cb5574f-84ac-412c-8807-32efe456eb5b" alt=""><figcaption></figcaption></figure>

If the domain is already registered, the platform tells you it exists.

## Editing an asset's status

<figure><img src="https://805658693-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcO8fwtDPLlpySjcpjpC5%2Fuploads%2FpR7uLFKvvAQlLfiazuFO%2Fimage.png?alt=media&amp;token=48a580c3-8119-40ee-a0fe-c8ceadc0824a" alt=""><figcaption></figcaption></figure>

Admins can click the pencil icon on an asset to change its status, then **Save** or **Cancel**.

## Filtering, searching, and exporting

* **Search asset names** - type and press Enter.
* **Type** filter - all statuses or a specific one.
* **Date range** - affects the activity counters on each card.
* **CSV** - exports the list with name, status, and creation date.


---

# 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/my-assets.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.
