# Develop on Taraxa

- [Start building on Taraxa!](https://taraxa.gitbook.io/taraxa-network/develop/start-building-on-taraxa.md): Building on Taraxa is easy as pie.
- [Connecting to Taraxa](https://taraxa.gitbook.io/taraxa-network/develop/connect-to-taraxas-network.md): Talking to the Taraxa Network via RPC
- [Smart Contracts](https://taraxa.gitbook.io/taraxa-network/develop/smart-contracts.md): Deploy smart contracts on Taraxa's EVM-compatible network!
- [Remix](https://taraxa.gitbook.io/taraxa-network/develop/smart-contracts/remix.md): Deploying Smart Contracts on Taraxa via Remix
- [Common frameworks & Examples](https://taraxa.gitbook.io/taraxa-network/develop/common-frameworks-and-examples.md)
- [Oracles](https://taraxa.gitbook.io/taraxa-network/develop/oracles.md)
- [Testnet faucet](https://taraxa.gitbook.io/taraxa-network/develop/testnet-faucet.md)
- [Taraxa RPC Specs](https://taraxa.gitbook.io/taraxa-network/develop/taraxa-rpc-specs.md): Detailed RPC specifications for the Taraxa Network


---

# 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://taraxa.gitbook.io/taraxa-network/develop.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.
