# Local, synchronous evaluation

SDKs evaluate flags locally, synchronously, in memory with no network latency. This includes flag logic that contains experiments.

So you can use an SDK on the backend to evaluate flags, including experiments, for different users without adding latency to every request.

And you can use an SDK on the frontend to evaluate flags, including experiments, without blocking renders.


---

# 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/sdk-reference/local-synchronous-evaluation.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.
