# Developers

- [HID-Node Codebase](https://docs.hypersign.id/hypersign-identity-network/developers/hid-node.md): Quick go through the code base of hid-node
- [Setup Local hid-network Tutorial](https://docs.hypersign.id/hypersign-identity-network/developers/setting-up-local-hid-node-tutorial.md): Quick tutorial to setup a local hid-network
- [Running one-node local hid network](https://docs.hypersign.id/hypersign-identity-network/developers/setting-up-local-hid-node-tutorial/running-a-localnet.md)
- [Create and fund new account](https://docs.hypersign.id/hypersign-identity-network/developers/setting-up-local-hid-node-tutorial/create-and-fund-new-account.md)
- [Transfer funds](https://docs.hypersign.id/hypersign-identity-network/developers/setting-up-local-hid-node-tutorial/transfer-funds.md)
- [Connect Keplr to local hid network](https://docs.hypersign.id/hypersign-identity-network/developers/setting-up-local-hid-node-tutorial/connect-keplr-to-local-hid-network.md)
- [Hypersign SSI Toolkit](https://docs.hypersign.id/hypersign-identity-network/developers/hid-ssi-sdk.md): Unders
- [Hypersign DID SDK](https://docs.hypersign.id/hypersign-identity-network/developers/hid-ssi-sdk/hypersign-decentralized-identifier-dids.md): A Javascript  based SDK for DID Operations
- [Hypersign Schema SDK](https://docs.hypersign.id/hypersign-identity-network/developers/hid-ssi-sdk/hypersign-schema-sdk.md): A Javascript  based SDK for Schema Operations
- [Hypersign Verifiable Credential SDK](https://docs.hypersign.id/hypersign-identity-network/developers/hid-ssi-sdk/hypersign-verifiable-credential-sdk.md)
- [Hypersign Verifiable Presentation SDK](https://docs.hypersign.id/hypersign-identity-network/developers/hid-ssi-sdk/hypersign-verifiable-presentation-sdk.md)
- [OfflineSigner](https://docs.hypersign.id/hypersign-identity-network/developers/hid-ssi-sdk/offlinesigner.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.hypersign.id/hypersign-identity-network/developers.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.
