> For the complete documentation index, see [llms.txt](https://docs.monolithforensics.com/monolith/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.monolithforensics.com/monolith/monolith-features/lab-management/equipment.md).

# Equipment

The Equipment [table](/monolith/monolith-features/monolith-ui-features/tables.md) allows you to manage your lab equipment including purchase date, costs, and locations. From this table you can also export the details of this table to an excel document.&#x20;

<figure><img src="/files/bVRFTXCsBjrkGtZ2UKUo" alt=""><figcaption><p>Forensic Equipment table</p></figcaption></figure>

## Exporting to Excel

Your equipment list to an excel document by selecting the Download option from the table menu.&#x20;

<figure><img src="/files/3yxcUW4b6CwQO7EaEFCZ" alt=""><figcaption><p>Export to excel</p></figcaption></figure>

All of the columns you have selected in your [table](/monolith/monolith-features/monolith-ui-features/tables.md) view will be shown in your exported excel document.&#x20;

<figure><img src="/files/nWfOpeZvmJm35HsOndIl" alt=""><figcaption><p>Forensic Equipment Spreadsheet</p></figcaption></figure>

## Add Equipment Item

You can add new equipment to your list by clicking the "New Equipment" button from the table view.&#x20;

<figure><img src="/files/B8uo70U2haNBdqSSYa7W" alt=""><figcaption><p>Create Equipment</p></figcaption></figure>

You can include details such as Vendor, Model, Serial Number, Purchase Date, Cost, and Location.&#x20;

## Edit Equipment Item

You can also edit all of the details of your equipment items by opening a flyout menu from the [table](/monolith/monolith-features/monolith-ui-features/tables.md) view.&#x20;

## Delete Equipment Item

From the flyout menu you can delete Equipment Items.

<figure><img src="/files/zsECvNcqxAkNEJU1tJfa" alt=""><figcaption><p>Edit and Delete Equipment</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://docs.monolithforensics.com/monolith/monolith-features/lab-management/equipment.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.
