> For the complete documentation index, see [llms.txt](https://docs.reveald.com/technical-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reveald.com/technical-documentation/admin-guides/epiphany-validation-engine-users-guide/chapter-3-eve-platform/navigation-tabs/emulation-control/threat-library/create-a-package-from-the-threat-library-section.md).

# Create a Package From the Threat Library Section

This option allows the user to create a new package to the Platform. To add a new package, follow the steps below:&#x20;

1. Select the artifacts or samples that will be part of the new package using the checkboxes in the first column of the Threat Library table.&#x20;
2. At the top right select the <mark style="color:orange;">"New package"</mark>.  This will open a window where the user can see the selected artifacts and the fields that need to be filled in.&#x20;

* Name: This is the name we want to assign to the new package.&#x20;
* Type: The type of package is defined according to the samples it holds. See <mark style="color:orange;">“Package Categories”</mark>&#x20;
* Description: This section has information or characteristics of the created package.&#x20;
* Report: If the user have any informative document of any artifact, it is added in this section.&#x20;

3. Click on <mark style="color:orange;">“Save”</mark>  to store the new package. The package is now available for testing and/or emulation. The user can view the created package in the Packages tab.&#x20;


---

# 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.reveald.com/technical-documentation/admin-guides/epiphany-validation-engine-users-guide/chapter-3-eve-platform/navigation-tabs/emulation-control/threat-library/create-a-package-from-the-threat-library-section.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.
