> For the complete documentation index, see [llms.txt](https://cayley.gitbook.io/cayley/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cayley.gitbook.io/cayley/readme.md).

# 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)
