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

# Navigating the platform

## Signing in and out

The platform uses a secure hosted login. Opening any page while signed out redirects you to the login screen, and returns you to the page you were trying to reach after you sign in.

Your session refreshes automatically while you use the platform. If it expires, you will see a "Session Expired" notification and be asked to log in again.

To sign out, use the **Logout** button at the bottom of the sidebar. Logging out in one browser tab signs you out of all open tabs automatically.

## The sidebar

The sidebar is the main navigation, always visible on desktop. On small screens it is available through the menu button in the top bar.

From top to bottom:

<table><thead><tr><th width="294.1015625">Item</th><th>Where it goes</th></tr></thead><tbody><tr><td>PreCrime logo</td><td>The main dashboard - your at-a-glance summary: monitored assets, averted losses, takedown performance, and top threats</td></tr><tr><td>Company name / tenant switcher</td><td>Shows your active company, lets you switch between tenants, and links to the <a href="/docs/console/platform-overview/parent-company-overview.md">Parent company overview</a> (see <a href="/docs/console/introduction/multi-tenant-organizations.md">Multi-tenant organizations</a>)</td></tr><tr><td><strong>PreCrime Defense</strong></td><td>The main dashboard</td></tr><tr><td><strong>My assets</strong></td><td>Your protected assets</td></tr><tr><td><strong>Disrupted attacks</strong></td><td>Attacks PreCrime has disrupted with details and takedown actions</td></tr><tr><td><strong>Takedowns</strong></td><td>Your takedown requests and their status</td></tr><tr><td><strong>Trademarks</strong></td><td>Trademark-related threats to review</td></tr><tr><td><strong>Owned</strong></td><td>Domains identified as belonging to your company</td></tr><tr><td><strong>Discarded</strong></td><td>Infrastructure determined to be no threat</td></tr><tr><td><strong>Users</strong></td><td>Manage your team's access</td></tr><tr><td><strong>Settings</strong></td><td>Account, company, and API key settings</td></tr><tr><td><strong>Share feedback</strong></td><td>Opens a feedback form so you can send comments directly to BforeAI</td></tr><tr><td><strong>Logout</strong></td><td>Signs you out</td></tr></tbody></table>

The item for the page you are on is highlighted with a darker shade.

## Platform notices

BforeAI may display one or more notice banners at the top of every page inside the platform. These are used to communicate time-sensitive information such as maintenance windows, planned downtime, or release announcements.

* An **info banner** (blue) carries general announcements.
* A **warning banner** (yellow) carries more urgent notices - for example, if your organization is using a non-production environment.

Both banners include the message text. No action is required to dismiss them. If no notices are active, no banner is shown.


---

# 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/navigation.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.
