> For the complete documentation index, see [llms.txt](https://help.solar-archive.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.solar-archive.com/docs/legal-hold/creating-a-legal-hold-request.md).

# Creating a Legal Hold Request

In this article, we will guide you through the process of creating a legal hold request within your archive using the Spaces interface. The instructions will be provided from the perspective of a "Basic" user within the archive.

#### Step 1: Add Entries to a Space

* Go to the Space where you have saved the entries you wish to place on legal hold.

#### Step 2: Initiate Legal Hold Request

* Click the "More" button located in the top right corner of the Space interface.
* Select "Apply Legal Hold" from the drop-down menu.

#### Step 3: Provide a Reason for the Legal Hold

* A dialog box will appear, prompting you to enter a "Reason" for the legal hold request.
* Enter your reason for the legal hold request in the provided field.

#### Step 4: Pending Data Guardian Approval

* After submitting your request, it will be pending approval from the Data Guardian.

Note: The interface of the application may be different and the exact steps may vary based on the application you are using, but the overall process is similar.

<figure><img src="/files/wHiuYlIN64dUmH5hJ6sJ" alt=""><figcaption><p>Apply legal Hold via the Spaces Interface.</p></figcaption></figure>


---

# 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://help.solar-archive.com/docs/legal-hold/creating-a-legal-hold-request.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.
