> 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/forensic-software.md).

# Forensic Software

The Forensic Software [table](/monolith/monolith-features/monolith-ui-features/tables.md) allows you to manage your software subscriptions including tracking details like purchase date, expire date, and cost. From this view you can also export the details of this table to an excel document.&#x20;

<figure><img src="/files/1MexwmEGx1MAT6leyV0E" alt=""><figcaption></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/Ns6Hxpystbxb80SyEhwb" alt=""><figcaption><p>Download Forensic Software list</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/Bikk4yroRs7PmPvSmqZR" alt=""><figcaption></figcaption></figure>

## Add Software Item

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

<figure><img src="/files/7RZXBHdARNxqbmqhsGv6" alt=""><figcaption><p>Add Software Item</p></figcaption></figure>

You can include details such as Vendor, Edition, Purchase Date, Expire Date, Cost, and Location.&#x20;

## Edit Software Item

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

## Delete Software Item

From the flyout menu you can delete Software Items.

<figure><img src="/files/ybTnGpQ4spo0rNIlcyn9" alt=""><figcaption><p>Edit and Delete Software Items</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/forensic-software.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.
