# Developer

- [Where to start?](https://docs.expanse.tech/developer/untitled.md): This section is designed to support software developers who want to create projects on the Expanse.Tech™ blockchain.
- [What is the Expanse Network?](https://docs.expanse.tech/developer/what-is-the-expanse-network.md)
- [How to connect to the Expanse Network?](https://docs.expanse.tech/developer/how-to-connect-to-the-expanse-network.md): Gexp continuously attempts to connect to other nodes on the network until it has peers.
- [How to download the Blockchain Faster](https://docs.expanse.tech/developer/how-to-download-the-blockchain-faster.md)
- [What are the static, trusted and boot Nodes?](https://docs.expanse.tech/developer/what-are-the-static-trusted-and-boot-nodes.md)
- [What are the test Networks?](https://docs.expanse.tech/developer/what-are-the-test-networks.md)
- [How to setup a local private testate](https://docs.expanse.tech/developer/how-to-setup-a-local-private-testate.md)
- [Contracts, transactions, account types, and gas](https://docs.expanse.tech/developer/contracts-transactions-account-types-and-gas.md)
- [What is a contract?](https://docs.expanse.tech/developer/what-is-a-contract.md)
- [Accessing contracts and transactions](https://docs.expanse.tech/developer/accessing-contracts-and-transactions.md)
- [What is the IDE Mix?](https://docs.expanse.tech/developer/what-is-the-ide-mix.md)
- [How to create Dapps?](https://docs.expanse.tech/developer/how-to-create-dapps.md)
- [What Developers tools are?](https://docs.expanse.tech/developer/what-developers-tools-are.md)
- [Web3 base layer services](https://docs.expanse.tech/developer/web3-base-layer-services.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.expanse.tech/developer.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.
