# README

![Orbit Logo](https://www.orbit.cloud/img/orbit-logo-black.png)

[![Build Status](https://github.com/orbit/orbit/workflows/Build%20Orbit/badge.svg)](https://github.com/orbit/orbit/actions) [![Release](https://img.shields.io/github/release/orbit/orbit.svg)](https://github.com/orbit/orbit/releases) [![Maven Central](https://img.shields.io/maven-central/v/cloud.orbit/orbit-server.svg)](https://repo1.maven.org/maven2/cloud/orbit/) [![Documentation Status](https://img.shields.io/badge/docs-passing-brightgreen.svg)](https://docs.orbit.cloud/)

## Full Documentation

See the [documentation website](https://www.orbit.cloud/orbit/) for full documentation, examples and other information.

## Orbit 1

Looking for Orbit 1? Visit the [orbit1](https://github.com/orbit-legacy/orbit1) legacy project.

## Developer & License

This project was developed by [Electronic Arts](http://www.ea.com) and is licensed under the [BSD 3-Clause License](https://github.com/orbit/orbit/tree/0346fa18458ffd671fd852c0055b014333358e59/LICENSE/README.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://docs.orbit.cloud/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.
