# Technical Reference

- [CLI](https://docs.bloq.com/advanced-documentation/technical-reference/cli.md): Access to the Bloq CLI is through bcl.
- [Accounts API](https://docs.bloq.com/advanced-documentation/technical-reference/accounts-api.md): This Accounts API reference guide describes the endpoints to access Bloq Accounts services.
- [Nodes API](https://docs.bloq.com/advanced-documentation/technical-reference/nodes-api.md): This Nodes API reference guide describes the endpoints to access Bloq Nodes services and manage your Bloq Nodes.
- [Blockchain Node API](https://docs.bloq.com/advanced-documentation/technical-reference/blockchain-node-api.md): This reference guide outlines the interfaces to access blockchain nodes that are created as part of the Bloq Nodes service.
- [Javascript SDK](https://docs.bloq.com/advanced-documentation/technical-reference/javascript-sdk.md): The Bloq Javascript SDK enables you to work with Bloq services easily by simplifying authentication.


---

# 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.bloq.com/advanced-documentation/technical-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.
