# OQGRAPH

- [OQGRAPH Overview](https://mariadb.com/docs/server/server-usage/storage-engines/oqgraph-storage-engine/oqgraph-overview.md): An overview of the OQGRAPH storage engine, which allows for handling hierarchies and graph structures using SQL.
- [Installing OQGRAPH](https://mariadb.com/docs/server/server-usage/storage-engines/oqgraph-storage-engine/installing-oqgraph.md): This guide provides instructions for installing the OQGRAPH storage engine from package repositories or enabling the plugin.
- [Compiling OQGRAPH](https://mariadb.com/docs/server/server-usage/storage-engines/oqgraph-storage-engine/compiling-oqgraph.md): Learn about the dependencies and build steps required to compile the OQGRAPH storage engine from source.
- [Building OQGRAPH Under Windows](https://mariadb.com/docs/server/server-usage/storage-engines/oqgraph-storage-engine/building-oqgraph-under-windows.md): Specific instructions and prerequisites for building the OQGRAPH storage engine on Windows systems using Visual Studio.
- [OQGRAPH Examples](https://mariadb.com/docs/server/server-usage/storage-engines/oqgraph-storage-engine/oqgraph-examples.md): Practical examples demonstrating how to create OQGRAPH tables and perform graph operations like finding shortest paths and leaf nodes.


---

# 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://mariadb.com/docs/server/server-usage/storage-engines/oqgraph-storage-engine.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.
