# Data Concepts & Access

## Data Concepts Overview

The following diagram illustrates the data concepts of AttackForge:

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

## Access Control Overview

Access Controls in AttackForge can be configured for the following:

* Custom Field-Level Access Control
* Portfolios
* Streams
* Project Requests
* Projects
* Asset Libraries
* Writeup Libraries
* Report Templates
* Groups
* Test Suites
* Flows
* Workspace
* Reports
* Pages
* Project Test Cases
* Retests
* Attack Chains
* Self-Service RESTful APIs - access per API Endpoint
* Self-Service Events APIs - access per API Event
* AI Model Context Protocol (MCP) - access per Tool


---

# 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://support.attackforge.com/attackforge-enterprise/data-concepts-and-access.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.
