> For the complete documentation index, see [llms.txt](https://doc.ozforensics.com/oz-knowledge/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.ozforensics.com/oz-knowledge/guides/administrator-guide.md).

# Administrator Guide

- [Installation](https://doc.ozforensics.com/oz-knowledge/guides/administrator-guide/installation.md)
- [Deployment Architecture](https://doc.ozforensics.com/oz-knowledge/guides/administrator-guide/installation/deployment-architecture.md)
- [Installation in Docker](https://doc.ozforensics.com/oz-knowledge/guides/administrator-guide/installation/installation-in-docker.md)
- [Installation in Kubernetes](https://doc.ozforensics.com/oz-knowledge/guides/administrator-guide/installation/installation-in-kubernetes.md)
- [Helm Charts](https://doc.ozforensics.com/oz-knowledge/guides/administrator-guide/installation/installation-in-kubernetes/helm-charts.md)
- [How to Install Instant API in Kubernetes](https://doc.ozforensics.com/oz-knowledge/guides/administrator-guide/installation/installation-in-kubernetes/how-to-install-instant-api-in-kubernetes.md)
- [Configuration](https://doc.ozforensics.com/oz-knowledge/guides/administrator-guide/configuration.md)
- [Web Adapter (Web SDK Backend) Configuration](https://doc.ozforensics.com/oz-knowledge/guides/administrator-guide/configuration/web-adapter.md): Please note: this page covers the on-premise model of usage only.
- [Installation and Licensing](https://doc.ozforensics.com/oz-knowledge/guides/administrator-guide/configuration/web-adapter/installation-and-licensing.md): Please note: this page covers the on-premise model of usage only.
- [Configuration File Settings](https://doc.ozforensics.com/oz-knowledge/guides/administrator-guide/configuration/web-adapter/configuration-file-settings.md)
- [Configuration Using Environment Variables](https://doc.ozforensics.com/oz-knowledge/guides/administrator-guide/configuration/web-adapter/configuration-using-environment-variables.md)
- [Server Configuration via Environment Variables](https://doc.ozforensics.com/oz-knowledge/guides/administrator-guide/configuration/web-adapter/server-configuration-via-environment-variables.md)
- [Oz API Configuration](https://doc.ozforensics.com/oz-knowledge/guides/administrator-guide/configuration/configuration.md)
- [Telemetry](https://doc.ozforensics.com/oz-knowledge/guides/administrator-guide/telemetry.md)
- [Echo: Oz Telemetry Receiver](https://doc.ozforensics.com/oz-knowledge/guides/administrator-guide/telemetry/echo-oz-telemetry-receiver.md)
- [Standalone Docker](https://doc.ozforensics.com/oz-knowledge/guides/administrator-guide/telemetry/echo-oz-telemetry-receiver/standalone-docker.md)
- [Docker Compose](https://doc.ozforensics.com/oz-knowledge/guides/administrator-guide/telemetry/echo-oz-telemetry-receiver/docker-compose.md)
- [Standalone oz-echo Helm Chart](https://doc.ozforensics.com/oz-knowledge/guides/administrator-guide/telemetry/echo-oz-telemetry-receiver/standalone-oz-echo-helm-chart.md)
- [oz-echo as a Part of api-decomposed (oz-k8s)](https://doc.ozforensics.com/oz-knowledge/guides/administrator-guide/telemetry/echo-oz-telemetry-receiver/oz-echo-as-a-part-of-api-decomposed-oz-k8s.md)
- [Changelog](https://doc.ozforensics.com/oz-knowledge/guides/administrator-guide/telemetry/echo-oz-telemetry-receiver/changelog.md)
- [How to Enable OpenTelemetry in Oz API](https://doc.ozforensics.com/oz-knowledge/guides/administrator-guide/telemetry/how-to-enable-opentelemetry-in-oz-api.md)
- [Performance and Scalability Guide](https://doc.ozforensics.com/oz-knowledge/guides/administrator-guide/performance-and-scalability-guide.md)
- [Monitoring](https://doc.ozforensics.com/oz-knowledge/guides/administrator-guide/monitoring.md)
- [API v6 and Above](https://doc.ozforensics.com/oz-knowledge/guides/administrator-guide/monitoring/api-v6-and-above.md)
- [Docker](https://doc.ozforensics.com/oz-knowledge/guides/administrator-guide/monitoring/api-v6-and-above/docker.md)
- [Kubernetes](https://doc.ozforensics.com/oz-knowledge/guides/administrator-guide/monitoring/api-v6-and-above/kubernetes.md)
- [API v5 and Below](https://doc.ozforensics.com/oz-knowledge/guides/administrator-guide/monitoring/api-5-and-below.md)
- [How to Save Artifacts to S3 Storage Using Instant API](https://doc.ozforensics.com/oz-knowledge/guides/administrator-guide/how-to-save-artifacts-to-s3-storage-using-instant-api.md)
- [Publishing API Methods in the Internet: Security Recommendations](https://doc.ozforensics.com/oz-knowledge/guides/administrator-guide/publishing-api-methods-in-the-internet-security-recommendations.md)
- [How to Install an Offline Licensing Server](https://doc.ozforensics.com/oz-knowledge/guides/administrator-guide/license-server.md)


---

# 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://doc.ozforensics.com/oz-knowledge/guides/administrator-guide.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.
