> 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/import-et-modeles-dastra.md).

# Dastra import and templates

#### 1. Main actions

{% columns %}
{% column %}
From this page, you can:

* **Create a framework** (blank or from a template)
* **Import a framework** (JSON or Excel)
* View the **details of an existing framework**
  {% endcolumn %}

{% column %}

<div align="center"><img src="/files/Q1uQinGklGLq6shHYet7" alt="create framework options"></div>
{% endcolumn %}
{% endcolumns %}

***

### Create a framework from a template

#### Why start from a template?

Importing a framework from a template makes it possible to **save time** and to rely on a framework that is already structured and compliant with regulatory or sector-specific best practices.

The templates offered by Dastra include:

* The structure of the chapters
* The associated requirements
* The controls
* The related risks and threats

They can then be **customized** to fit your context.

***

#### Steps to import a template

{% columns %}
{% column %}

* Click on **Create a framework**
* Select **From a template**
* Access the Dastra template library
* Filter the templates by:
  * Author (e.g. *Templates created by Dastra*)
  * Language
* Select the desired template
* View the **framework details**:
  * Number of requirements
  * Controls
  * Risks
  * Threats
  * Functional description
* Confirm the import\
  → The framework is added to your Library and becomes **editable**.
  {% endcolumn %}

{% column %}

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

<figure><img src="/files/5AQVOEJPvAHz3l4msVPC" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

⚠️ Creating a new framework consumes a **framework credit** on your account.

***

### Result after import

{% columns %}
{% column %}

<figure><img src="/files/2tpevJtBLTo2VonAmdzI" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}
You will then be able to check the elements before creation.

All the objects contained in your framework will be created in your library.
{% endcolumn %}
{% endcolumns %}

Once imported, the framework:

* Is available in the library
* Can be enriched or adapted
* Serves as a basis for:
  * **Compliance projects**
  * The assessment of controls
  * Risk management


---

# 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/import-et-modeles-dastra.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.
