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

# Overview

- [Architecture](https://docs.itconductor.com/overview/architecture.md)
- [API Server](https://docs.itconductor.com/overview/architecture/api-server.md)
- [Sizing](https://docs.itconductor.com/overview/architecture/sizing.md)
- [Dashboard Overview](https://docs.itconductor.com/overview/dashboard.md)
- [Monitoring Concepts](https://docs.itconductor.com/overview/monitoring-concepts.md)
- [Application Performance Management](https://docs.itconductor.com/overview/monitoring-concepts/application-performance-management.md)
- [Availability Monitoring](https://docs.itconductor.com/overview/monitoring-concepts/application-performance-management/availability-monitoring.md)
- [Performance Intelligence](https://docs.itconductor.com/overview/monitoring-concepts/application-performance-management/performance-intelligence.md)
- [Service Level Management](https://docs.itconductor.com/overview/monitoring-concepts/application-performance-management/service-performance-management.md)
- [Synthetic Transaction Management](https://docs.itconductor.com/overview/monitoring-concepts/application-performance-management/synthetic-transaction-management.md)
- [Alerts Management](https://docs.itconductor.com/overview/monitoring-concepts/application-performance-management/alerts-management.md)
- [Reporting & Analytics](https://docs.itconductor.com/overview/monitoring-concepts/application-performance-management/reporting-and-analytics.md)
- [Infrastructure Monitoring](https://docs.itconductor.com/overview/monitoring-concepts/infrastructure.md)
- [Unified Monitoring](https://docs.itconductor.com/overview/monitoring-concepts/unified-monitoring.md)
- [Automation Concepts](https://docs.itconductor.com/overview/automation-concepts.md)
- [Definition of Terms](https://docs.itconductor.com/overview/automation-concepts/definition-of-terms.md)
- [Infrastructure as Code](https://docs.itconductor.com/overview/automation-concepts/infrastructure-as-code.md)
- [Project Structure and Organization](https://docs.itconductor.com/overview/automation-concepts/infrastructure-as-code/project-structure-and-organization.md)
- [Setting Up IaC Environment](https://docs.itconductor.com/overview/automation-concepts/infrastructure-as-code/setting-up-iac-environment.md)
- [Infrastructure Provisioning](https://docs.itconductor.com/overview/automation-concepts/infrastructure-as-code/infrastructure-provisioning.md)
- [Configuration Management](https://docs.itconductor.com/overview/automation-concepts/infrastructure-as-code/configuration-management.md)
- [SAP Basis Automation](https://docs.itconductor.com/overview/automation-concepts/sap-basis-automation.md)
- [Automated Migration](https://docs.itconductor.com/overview/automation-concepts/automated-migration.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://docs.itconductor.com/overview.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.
