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

# Management & Operations

- [Dashboard & Monitoring](https://docs.frends.com/management-and-operations/dashboard-and-monitoring.md): Overview of the analytics features in Frends.
- [Dashboard](https://docs.frends.com/management-and-operations/dashboard-and-monitoring/dashboard.md): Central monitoring view in Frends Control Panel.
- [Process Instances](https://docs.frends.com/management-and-operations/dashboard-and-monitoring/process-instances.md): Logging for the Process executions.
- [Error handling & Monitoring](https://docs.frends.com/management-and-operations/dashboard-and-monitoring/error-handling-and-monitoring.md): How to handle errors in Frends Processes.
- [System Logs](https://docs.frends.com/management-and-operations/dashboard-and-monitoring/system-logs.md): System logs from the Agent and the containing operating system.
- [AI Audit Logs](https://docs.frends.com/management-and-operations/dashboard-and-monitoring/ai-audit-logs.md): Monitor the use of AI in your Frends Tenant.
- [User Management](https://docs.frends.com/management-and-operations/user-management.md): Frends includes RBAC user management capabilities.
- [Task Management](https://docs.frends.com/management-and-operations/task-management.md): Managing Tasks in your Frends Tenant.
- [Integration Lifecycle](https://docs.frends.com/management-and-operations/integration-lifecycle.md): CI/CD is built in to Frends.
- [Deployment Pipeline](https://docs.frends.com/management-and-operations/integration-lifecycle/deployment-pipeline.md): Moving Processes from one phase to another.
- [Environment Variables](https://docs.frends.com/management-and-operations/integration-lifecycle/environment-variables.md): Global values that allow easy deployment between Environments.
- [Version Control](https://docs.frends.com/management-and-operations/integration-lifecycle/version-control.md): Traceability and backtrackability for your content in Frends.
- [Maintenance & Support](https://docs.frends.com/management-and-operations/maintenance-and-support.md): Frends services are constantly being monitored and taken care of.
- [Recovery from Disaster](https://docs.frends.com/management-and-operations/maintenance-and-support/recovery-from-disaster.md): How your services are recovered after a disastrous event.


---

# 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.frends.com/management-and-operations.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.
