# Cayley Documentation

Welcome to the Cayley Manual! Cayley is an open-source graph database designed for ease of use and storing complex data. The manual introduces key concepts in Cayley, presents the query languages, and provides operational and administrative considerations and procedures as well as comprehensive reference section.

## Introduction

* [Getting Started](/cayley/getting-started.md)
* [Installation](/cayley/installation.md)
* [Advanced Use](/cayley/usage/advanced-use.md)
* [UI Overview](/cayley/usage/ui-overview.md)
* [Project Locations](/cayley/getting-involved/locations.md)

## Reference

* [Glossary](/cayley/getting-involved/glossary.md)
* [Gizmo API](/cayley/query-languages/gizmoapi.md)
* [GraphQL](/cayley/query-languages/graphql.md)
* [MQL](/cayley/query-languages/mql.md)
* [HTTP](/cayley/usage/http.md)
* [GephiGraphStream](/cayley/query-languages/gephigraphstream.md)

## Administrators

* [Configuration](/cayley/configuration.md)
* [Migration](/cayley/usage/migration.md)
* [Usage as Container](/cayley/deployment/container.md)
* [Usage in Kubernetes](https://github.com/cayleygraph/cayley/blob/master/docs/k8s/k8s.md)

## Developers

* [Libraries (3rd party)](/cayley/usage/3rd-party-apis.md)
* [Contributing](/cayley/getting-involved/contributing.md)
* [Quick Start As Go Library](/cayley/usage/quickstart-as-lib.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://cayley.gitbook.io/cayley/readme.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.
