# NETWORKS

- [supported-networks](https://docs.blockops.network/networks/supported-networks.md): Blockops API Services Supported Networks
- [Polkadot](https://docs.blockops.network/networks/supported-networks/polkadot.md): This section outlines how to use our API endpoint to connect to Polkadot.
- [Kusama](https://docs.blockops.network/networks/supported-networks/kusama.md): This section outlines how to use our API endpoint to connect to Kusama.
- [Westend](https://docs.blockops.network/networks/supported-networks/westend.md): This section outlines how to use our API endpoint to connect to Westend.
- [Base](https://docs.blockops.network/networks/supported-networks/base.md): This section outlines how to use our API endpoint to connect to Base.
- [Optimism](https://docs.blockops.network/networks/supported-networks/optimism.md): This section outlines how to use our API endpoint to connect to Optimism.
- [Ethereum](https://docs.blockops.network/networks/supported-networks/ethereum.md): This section outlines how to use our API endpoint to connect to Ethereum.
- [Gargantua](https://docs.blockops.network/networks/supported-networks/gargantua.md): This section outlines how to use our API endpoint to connect to Gargantua.


---

# 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.blockops.network/networks.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.
