# Monitoring

Monitoring provides log search, live log streaming, and multi-agent metrics dashboards for your tenant. Use the left navigation to open **Monitoring** and pick the view you need.

## Pages

* [Logs](/documentation-and-resources/tenants/monitoring/logs.md) - Search and filter historical logs with CLQL and time ranges.
* [Live Tail](/documentation-and-resources/tenants/monitoring/live-tail.md) - Stream Live Logs in real time.
* [Metrics](/documentation-and-resources/tenants/monitoring/metrics.md) - Review tenant and agent dashboards for Event, HTTP, Cron, Internal API, and system metrics.

For detailed query syntax, see [Tenant Logs](/documentation-and-resources/tenants/tenant-logs.md).


---

# Agent Instructions: 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.contextual.io/documentation-and-resources/tenants/monitoring.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.
