> For the complete documentation index, see [llms.txt](https://docs.bloq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bloq.com/advanced-documentation.md).

# Advanced Documentation

- [Developers Guide](https://docs.bloq.com/advanced-documentation/developers-guide.md)
- [Client Tokens](https://docs.bloq.com/advanced-documentation/developers-guide/client-tokens.md)
- [BloqNodes Setup](https://docs.bloq.com/advanced-documentation/developers-guide/bloqnode-setup.md): Nodes is one of the core services of Bloq. In this tutorial you will learn how to set up and start using a Bloq node on your network of choice.
- [Authentication](https://docs.bloq.com/advanced-documentation/developers-guide/authentication.md): All Bloq services require authentication
- [Technical Reference](https://docs.bloq.com/advanced-documentation/technical-reference.md)
- [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.
- [Knowledge Base](https://docs.bloq.com/advanced-documentation/knowledgeable.md)
- [How do I connect my Ethereum Node using the Web3 interface?](https://docs.bloq.com/advanced-documentation/knowledgeable/how-do-i-connect-my-ethereum-node-using-the-web3-interface.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.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.
