# Orbit GraphQL

## Orbit GraphQL

- [Orbit GraphQL](https://docs.orbitgraphql.com/readme.md): A cache server for your GraphQL API so you're ready for unexpected load
- [Quickstart](https://docs.orbitgraphql.com/quickstart.md): Get it running locally on your machine and see how it works!
- [How does it work?](https://docs.orbitgraphql.com/how-does-it-work.md)
- [Configuration Options](https://docs.orbitgraphql.com/configuration-options.md): A list of things you can configure for the cache server
- [API reference](https://docs.orbitgraphql.com/api-reference.md)
- [GraphQL Endpoint](https://docs.orbitgraphql.com/api-reference/graphql-endpoint.md)
- [Cache Purge](https://docs.orbitgraphql.com/api-reference/cache-purge.md)
- [Flush Everything](https://docs.orbitgraphql.com/api-reference/cache-purge/flush-everything.md)
- [Flush a Resource](https://docs.orbitgraphql.com/api-reference/cache-purge/flush-a-resource.md)
- [Get Cache Data](https://docs.orbitgraphql.com/api-reference/get-cache-data.md)
- [Healthcheck](https://docs.orbitgraphql.com/api-reference/healthcheck.md)


---

# 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.orbitgraphql.com/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.
