# Invana Docs

## Invana Docs

- [Invana](https://docs.invana.io/master.md): An open source Graph Analytics and Reasoning Engine.
- [Getting Started](https://docs.invana.io/getting-started.md): Deploy Invana infrastructure using docker compose
- [Introduction](https://docs.invana.io/products/introduction.md): Open source projects that power Invana infrastructure
- [Python API](https://docs.invana.io/products/python-api.md): Python API for modelling and managing graphs
- [Modelling using OGM](https://docs.invana.io/products/python-api/modelling-using-ogm.md)
- [Data Types](https://docs.invana.io/products/python-api/data-types.md)
- [Indexes](https://docs.invana.io/products/python-api/indexes.md)
- [Search](https://docs.invana.io/products/python-api/search.md)
- [Schema Management](https://docs.invana.io/products/python-api/schema-management.md)
- [Event Triggers](https://docs.invana.io/products/python-api/event-triggers.md)
- [Invana Engine](https://docs.invana.io/products/invana-engine.md)
- [Installation](https://docs.invana.io/products/invana-engine/installation.md)
- [Invana Studio](https://docs.invana.io/products/invana-studio.md)
- [Guides](https://docs.invana.io/resources/guides.md): Learn how to setup Invana and start building knowledge graphs with your apps


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.invana.io/master.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.
