# Log Search and Query

- [Craft search queries in Log Management](https://help.radiantsecurity.ai/log-management/log-search-and-query/craft-search-queries-in-log-management.md): Learn how to effectively query Log Management to filter and sort through log data to find the information you need.
- [Search Query API Reference](https://help.radiantsecurity.ai/log-management/log-search-and-query/search-query-api-reference.md): Query raw events in Log Management programmatically using the Quickwit-compatible multi-search endpoint.


---

# 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://help.radiantsecurity.ai/log-management/log-search-and-query.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.
