# SDK

- [Build with the SDKs](https://docs.autonomi.com/developers/sdk/install.md)
- [Start the Local Daemon](https://docs.autonomi.com/developers/sdk/install/start-the-local-daemon.md)
- [Retrieve Data from the Network](https://docs.autonomi.com/developers/sdk/install/retrieve-data-from-the-network.md)
- [Store Data on the Network](https://docs.autonomi.com/developers/sdk/install/store-data-on-the-network.md)
- [SDK How-To Guides](https://docs.autonomi.com/developers/sdk/install/how-to-guides.md)
- [Store and Retrieve Data with the SDKs](https://docs.autonomi.com/developers/sdk/install/how-to-guides/store-and-retrieve-data.md)
- [Use the Daemon as a Local Service](https://docs.autonomi.com/developers/sdk/install/how-to-guides/use-the-daemon-as-a-local-service.md)
- [Use External Signers for Upload Payments](https://docs.autonomi.com/developers/sdk/install/how-to-guides/use-external-signers-for-upload-payments.md)
- [SDK Reference](https://docs.autonomi.com/developers/sdk/install/reference.md)
- [SDK Overview](https://docs.autonomi.com/developers/sdk/install/reference/overview.md)
- [REST API](https://docs.autonomi.com/developers/sdk/install/reference/rest-api.md)
- [gRPC Services](https://docs.autonomi.com/developers/sdk/install/reference/grpc-services.md)
- [Daemon Command Reference](https://docs.autonomi.com/developers/sdk/install/reference/daemon-command-reference.md)
- [Language Bindings](https://docs.autonomi.com/developers/sdk/install/reference/language-bindings.md)
- [How Bindings Work](https://docs.autonomi.com/developers/sdk/install/reference/language-bindings/overview.md)
- [Python](https://docs.autonomi.com/developers/sdk/install/reference/language-bindings/python.md)
- [JavaScript](https://docs.autonomi.com/developers/sdk/install/reference/language-bindings/javascript.md)
- [Rust](https://docs.autonomi.com/developers/sdk/install/reference/language-bindings/rust.md)
- [Go](https://docs.autonomi.com/developers/sdk/install/reference/language-bindings/go.md)
- [TypeScript](https://docs.autonomi.com/developers/sdk/install/reference/language-bindings/typescript.md)
- [Java](https://docs.autonomi.com/developers/sdk/install/reference/language-bindings/java.md)
- [C#](https://docs.autonomi.com/developers/sdk/install/reference/language-bindings/csharp.md)
- [Kotlin](https://docs.autonomi.com/developers/sdk/install/reference/language-bindings/kotlin.md)
- [Swift](https://docs.autonomi.com/developers/sdk/install/reference/language-bindings/swift.md)
- [Ruby](https://docs.autonomi.com/developers/sdk/install/reference/language-bindings/ruby.md)
- [PHP](https://docs.autonomi.com/developers/sdk/install/reference/language-bindings/php.md)
- [C++](https://docs.autonomi.com/developers/sdk/install/reference/language-bindings/cpp.md)
- [Dart](https://docs.autonomi.com/developers/sdk/install/reference/language-bindings/dart.md)
- [Zig](https://docs.autonomi.com/developers/sdk/install/reference/language-bindings/zig.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.autonomi.com/developers/sdk.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.
