# GETTING STARTED

- [Add DeeLance to Metamask](https://docs.deelance.com/getting-started/add-deelance-to-metamask.md): Effortlessly Integrate DeeLance with MetaMask using the guide below.
- [Get Testnet Funds](https://docs.deelance.com/getting-started/get-testnet-funds.md)
- [Core Concepts](https://docs.deelance.com/getting-started/core-concepts.md)
- [Genesis File](https://docs.deelance.com/getting-started/core-concepts/genesis-file.md)
- [Consensus](https://docs.deelance.com/getting-started/core-concepts/consensus.md)
- [Proof of Stake (Pos)](https://docs.deelance.com/getting-started/core-concepts/proof-of-stake-pos.md)
- [Understanding pBFT](https://docs.deelance.com/getting-started/core-concepts/understanding-pbft.md)
- [Research ](https://docs.deelance.com/getting-started/core-concepts/research.md)
- [Scalability ](https://docs.deelance.com/getting-started/core-concepts/scalability.md)
- [Developer Guide](https://docs.deelance.com/getting-started/developer-guide.md)
- [RPC](https://docs.deelance.com/getting-started/developer-guide/rpc.md)
- [DeeLance Testnet](https://docs.deelance.com/getting-started/developer-guide/deelance-testnet.md)
- [Deelance Explorers](https://docs.deelance.com/getting-started/developer-guide/deelance-explorers.md)
- [Deploy Smart Contract](https://docs.deelance.com/getting-started/developer-guide/deploy-smart-contract.md): Launch the DEE20 token on the Deelance Testnet utilizing cutting-edge technologies.
- [Using Remix IDE](https://docs.deelance.com/getting-started/developer-guide/deploy-smart-contract/using-remix-ide.md): Setting up and launching a DRC20 Token Smart Contract on the Deelance Testnet using Remix IDE.
- [Using Truffle](https://docs.deelance.com/getting-started/developer-guide/deploy-smart-contract/using-truffle.md): Setting up and launching anDRC20 Token Smart Contract on the Deelance Testnet using Truffle.
- [Using Hardhat](https://docs.deelance.com/getting-started/developer-guide/deploy-smart-contract/using-hardhat.md): Setting up and launching an DRC20 Token Smart Contract on the Deelance Testnet using Hardhat.


---

# 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.deelance.com/getting-started.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.
