> For the complete documentation index, see [llms.txt](https://doc.dastra.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.dastra.eu/en/features/compliance/library/frameworks.md).

# Frameworks

The **Frameworks** page of the Library is the entry point to the compliance approach in Dastra.\
A framework represents a **structured compliance framework** (e.g. GDPR, E-Privacy, AI Act), bringing together requirements, controls, risks and threats.\
These frameworks serve as a **common foundation** for building your compliance projects, harmonizing your practices and ensuring full traceability between regulatory obligations, operational controls and risk management.

***

#### 1. Side navigation – Compliance library

<div align="center"><figure><img src="/files/L1X2bxvbHjb4Fw4LGXVB" alt="library view"><figcaption></figcaption></figure></div>

The side menu provides access to the different objects of the library:

* **Frameworks**: compliance frameworks (central library)
* **Requirements**: chapters and requirements that structure a framework
* **Controls**: the central element linking requirements, tests and risks
* **Risks**: supports for risk assessment and monitoring
* **Threats**: events or scenarios that may materialize a risk

***

#### 2. List of frameworks

The central area displays the list of frameworks available in your environment:

* Frameworks created by your organization
* Frameworks imported from the Dastra library
* Number of frameworks in your quota (note that the quota is shared at the account level, not the workspace level)
* Filters by status (draft, published, etc.)

When no framework is present, Dastra directly offers:

* [**Import a framework**](/en/features/compliance/library/frameworks/import-et-modeles-dastra.md)
* [**Create a framework**](/en/features/compliance/library/frameworks/create-custom-framework.md)

{% hint style="info" %}
Remember that the quota is shared across the entire organization, and not only the workspace. Keep an eye on your usage to avoid hitting the limits.
{% endhint %}


---

# 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://doc.dastra.eu/en/features/compliance/library/frameworks.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.
