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


---

# 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.hypertune.com/concepts/graphql-api.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.
