> For the complete documentation index, see [llms.txt](https://docs.hypertune.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hypertune.com/concepts/graphql-api.md).

# GraphQL API

If you don't want to use one of the SDKs, you can get your flags from the GraphQL API.

The GraphQL API is hosted on [Hypertune Edge](/concepts/hypertune-edge.md) for low latency responses, typically < 25ms.

GraphQL queries to the API must contain all field arguments so that your flag logic can be fully [reduced](/concepts/reduction.md) and evaluated into a JSON result which can be returned.

For instructions on how to query the API, see the [GraphQL quickstart](/getting-started/graphql-quickstart.md).
