> 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/ai-in-monolith.md).

# AI in Monolith

AI features are added to Monolith over time as a part of our standard development process.

Our goal is to make the usage of AI features optional within Monolith so that users can control what data is provided to AI systems for processing.

#### AI Subprocessors in Monolith

These are the current LLM processors we currenlty use and support within the Monolith application:

* OpenAI
* Anthropic
* AWS Bedrock

#### Current AI Features

Here is a list of features within Monolith that currently utilize AI models/providers listed above:

* Monolith Mobile
  * Evidence scanning feature - scans textual details from devices, documents, or screens to populate the evidence creation form for the user. (optional use)
* Monolith
  * Evidence Smart Paste - reads text copied by the user, parses it, and propulates the evidence creation form with the results. (optional use)

#### Future AI Features

As we add more AI enabled features within Monolith, we will try to document them here for customer review.


---

# 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:

```
GET https://docs.monolithforensics.com/monolith/monolith-features/ai-in-monolith.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
