# Getting Started

Before you dive into the documentation, please take a minute to understand how our docs are structured.

### Quick Start

Our [Quick Start](https://docs.threatrix.io/developer-quickstart) documentation will guide you through the process to get you up and running with Threatrix scans ASAP. The goal is to start with simple tasks and build upon that foundation towards full integration and automation.

### Threat Center

[Threat Center](https://docs.threatrix.io/threat-center-1/creating-account) is the dashboard that allows you to review your project scan results, fix vulnerabilities, and administer the platform. You must create an account or be invited by another user to access Threat Center.&#x20;

### Threat Agent

Threatrix [Threat Agent ](https://docs.threatrix.io/threat-agent/threat-agent-1)is a command line tool useful for automating your scans from within your DevOps processes. It seamlessly integrates with your build server to effectuate scans and enforce policies as they apply to your build.&#x20;

### Build Integration

Start here when you are ready to get started with full scan automation. We make it easy to integrate our [Threat Agent](https://docs.threatrix.io/threat-agent/threat-agent-1) into any build environment to automate your project scans quickly.

### Policy Management

[Policies](https://docs.threatrix.io/policy-management/policy-overview) allow your legal and security teams to enforce the governing rules within your Organization, Entity, or Project. Policies drive actions like Alerts, build failures, component version changes, and automated license annotation.&#x20;

### Administration

If you hold administrative supers powers, this is your secret lair. You have the power to add and remove users, modify permissions and build customer roles in [RBAC](https://docs.threatrix.io/administration/rbac). You can also create and manage the entities and administer notification settings.&#x20;


---

# Agent Instructions: 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:

```
GET https://docs.threatrix.io/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
