# SDK Reference

- [Installation](https://docs.hypertune.com/sdk-reference/installation.md)
- [Type-safe client generation](https://docs.hypertune.com/sdk-reference/type-safe-client-generation.md)
- [Initialization](https://docs.hypertune.com/sdk-reference/initialization.md)
- [Build-time snapshot](https://docs.hypertune.com/sdk-reference/build-time-snapshot.md)
- [Hard-coded fallbacks](https://docs.hypertune.com/sdk-reference/hard-coded-fallbacks.md)
- [Local-only, offline mode](https://docs.hypertune.com/sdk-reference/local-only-offline-mode.md)
- [Hydrate from your own server](https://docs.hypertune.com/sdk-reference/hydrate-from-your-own-server.md)
- [Wait for server initialization](https://docs.hypertune.com/sdk-reference/wait-for-server-initialization.md)
- [Provide targeting attributes](https://docs.hypertune.com/sdk-reference/provide-targeting-attributes.md)
- [Local, synchronous evaluation](https://docs.hypertune.com/sdk-reference/local-synchronous-evaluation.md)
- [Get flag updates](https://docs.hypertune.com/sdk-reference/get-flag-updates.md)
- [Local logging](https://docs.hypertune.com/sdk-reference/local-logging.md)
- [Remote logging](https://docs.hypertune.com/sdk-reference/remote-logging.md)
- [Serverless environments](https://docs.hypertune.com/sdk-reference/serverless-environments.md)
- [Vercel Edge Config](https://docs.hypertune.com/sdk-reference/vercel-edge-config.md)
- [Hypertune Toolbar](https://docs.hypertune.com/sdk-reference/hypertune-toolbar.md)
- [Shut down](https://docs.hypertune.com/sdk-reference/shut-down.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/sdk-reference.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.
