# Query Logs

The following pages provide examples and guidance on how to query logs in Groundcover for different use cases:

* [The basics of querying logs](/use-groundcover/remote-access-and-apis/api-examples/query-logs/the-basics-of-querying-logs.md) – Learn how to run simple log queries and understand the core query structure.
* [Pagination in log queries](/use-groundcover/remote-access-and-apis/api-examples/query-logs/pagination.md) – Learn how to paginate through large result sets efficiently.
* [Advanced log querying use cases](/use-groundcover/remote-access-and-apis/api-examples/query-logs/advanced-log-queries.md) – Explore more advanced query patterns and techniques for complex scenarios.


---

# 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.groundcover.com/use-groundcover/remote-access-and-apis/api-examples/query-logs.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.
