# WEMIX3.0

## Library

- [About](https://docs.wemix.com/about.md)

## WEMIX3.0 (ENG)

- [Introduction](https://docs.wemix.com/en/introduction.md)
- [Blockchain Basics](https://docs.wemix.com/en/introduction/blockchain-basics.md)
- [What is Blockchain?](https://docs.wemix.com/en/introduction/blockchain-basics/what-is-blockchain.md)
- [Consensus Algorithm](https://docs.wemix.com/en/introduction/blockchain-basics/consensus-algorithm.md)
- [Transactions](https://docs.wemix.com/en/introduction/blockchain-basics/transactions.md)
- [Gas](https://docs.wemix.com/en/introduction/blockchain-basics/gas.md)
- [Account](https://docs.wemix.com/en/introduction/blockchain-basics/account.md)
- [Design](https://docs.wemix.com/en/design.md)
- [Architecture](https://docs.wemix.com/en/design/architecture.md)
- [Consensus](https://docs.wemix.com/en/design/consensus.md)
- [Governance](https://docs.wemix.com/en/design/governance.md)
- [Minting](https://docs.wemix.com/en/design/minting.md): This is the description of Permanent Minting Reward (PMR).
- [EIP1559](https://docs.wemix.com/en/design/eip1559.md): This section describes the application of the EIP1559 transaction pricing mechanism in WEMIX3.0.
- [Eco Fund](https://docs.wemix.com/en/design/eco-fund.md)
- [Fee Delegation](https://docs.wemix.com/en/design/fee-delegation.md): This chapter is about Fee Delegation applied to WEMIX3.0.
- [Roadmap](https://docs.wemix.com/en/design/roadmap.md): Decentralized Technology, Democratized Governance
- [Quick Start](https://docs.wemix.com/en/quick-start.md)
- [Start Node](https://docs.wemix.com/en/quick-start/start-node.md)
- [Use Binary](https://docs.wemix.com/en/quick-start/start-node/use-binary.md)
- [Command-line Option](https://docs.wemix.com/en/quick-start/start-node/use-binary/command-line-option.md)
- [Use Public API Server(RPC)](https://docs.wemix.com/en/quick-start/start-node/use-public-api-server-rpc.md)
- [Connect Node](https://docs.wemix.com/en/quick-start/connect-node.md)
- [Account](https://docs.wemix.com/en/quick-start/account.md)
- [Use MetaMask](https://docs.wemix.com/en/quick-start/account/use-metamask.md): Creating a WEMIX3.0 wallet using MetaMask
- [Testnet Faucet](https://docs.wemix.com/en/quick-start/testnet-faucet.md)
- [Install & Operation](https://docs.wemix.com/en/install-and-operation.md)
- [End Node](https://docs.wemix.com/en/install-and-operation/end-node.md)
- [System Requirements](https://docs.wemix.com/en/install-and-operation/end-node/system-requirements.md): End Node
- [Firewall Setting](https://docs.wemix.com/en/install-and-operation/end-node/firewall-setting.md): End Node
- [Install Guide](https://docs.wemix.com/en/install-and-operation/end-node/install-guide.md): End Node
- [Block Producer Node](https://docs.wemix.com/en/install-and-operation/block-producer-node.md)
- [System Requirements](https://docs.wemix.com/en/install-and-operation/block-producer-node/system-requirements.md): Block Producer Node
- [Firewall Setting](https://docs.wemix.com/en/install-and-operation/block-producer-node/firewall-setting.md): Block Producer Node
- [Install Guide](https://docs.wemix.com/en/install-and-operation/block-producer-node/install-guide.md): Block Producer Node
- [Download](https://docs.wemix.com/en/install-and-operation/download.md)
- [Operation Guide](https://docs.wemix.com/en/install-and-operation/operation-guide.md): Start/Stop/Restart EN
- [dApp Developer](https://docs.wemix.com/en/dapp-developer.md)
- [Smart Contract](https://docs.wemix.com/en/dapp-developer/smart-contract.md)
- [Solidity](https://docs.wemix.com/en/dapp-developer/smart-contract/solidity.md): This chapter describes the Solidity language and development environment.
- [Precompiled Contracts](https://docs.wemix.com/en/dapp-developer/smart-contract/precompiled-contracts.md): The WEMIX3.0 Blockchain provides pre-compiled contracts.
- [Sample Contracts](https://docs.wemix.com/en/dapp-developer/smart-contract/sample-contracts.md): This chapter describes how to write and deploy smart contracts using truffle.
- [JSON-RPC](https://docs.wemix.com/en/dapp-developer/json-rpc.md)
- [API Reference](https://docs.wemix.com/en/dapp-developer/api-reference.md)
- [Account APIs](https://docs.wemix.com/en/dapp-developer/api-reference/account-apis.md)
- [Block APIs](https://docs.wemix.com/en/dapp-developer/api-reference/block-apis.md)
- [Contract APIs](https://docs.wemix.com/en/dapp-developer/api-reference/contract-apis.md)
- [Transaction APIs](https://docs.wemix.com/en/dapp-developer/api-reference/transaction-apis.md)
- [Event logs APIs](https://docs.wemix.com/en/dapp-developer/api-reference/event-logs-apis.md)
- [Tokens APIs](https://docs.wemix.com/en/dapp-developer/api-reference/tokens-apis.md)
- [Tutorial](https://docs.wemix.com/en/tutorial.md)
- [Create a Wallet](https://docs.wemix.com/en/tutorial/create-a-wallet.md)
- [Receive Test Coin](https://docs.wemix.com/en/tutorial/receive-test-coin.md)
- [Create Smart Contract](https://docs.wemix.com/en/tutorial/create-smart-contract.md)
- [Remix](https://docs.wemix.com/en/tutorial/create-smart-contract/remix.md): Deploy and Execute Smart Contracts using Remix ID
- [Truffle](https://docs.wemix.com/en/tutorial/create-smart-contract/truffle.md)
- [Hardhat](https://docs.wemix.com/en/tutorial/create-smart-contract/hardhat.md): Deploy and Execute Smart Contracts using Hardhat
- [ERC-20 Token](https://docs.wemix.com/en/tutorial/erc-20-token.md)
- [Write ERC-20 Contract](https://docs.wemix.com/en/tutorial/erc-20-token/write-erc-20-contract.md)
- [Check ERC-20 Token](https://docs.wemix.com/en/tutorial/erc-20-token/check-erc-20-token.md)
- [Send ERC-20 Token](https://docs.wemix.com/en/tutorial/erc-20-token/send-erc-20-token.md)
- [Check ERC-20 Token API](https://docs.wemix.com/en/tutorial/erc-20-token/check-erc-20-token-api.md)
- [Burn ERC-20 Token](https://docs.wemix.com/en/tutorial/erc-20-token/burn-erc-20-token.md)
- [ERC-721 Token](https://docs.wemix.com/en/tutorial/erc-721-token.md)
- [Write ERC-721 Contract](https://docs.wemix.com/en/tutorial/erc-721-token/write-erc-721-contract.md)
- [Minting ERC-721 Token](https://docs.wemix.com/en/tutorial/erc-721-token/minting-erc-721-token.md)
- [Check ERC-721 Token API](https://docs.wemix.com/en/tutorial/erc-721-token/check-erc-721-token-api.md)
- [Burn ERC-721 Token](https://docs.wemix.com/en/tutorial/erc-721-token/burn-erc-721-token.md)
- [Use Fee Delegation](https://docs.wemix.com/en/tutorial/use-fee-delegation.md)
- [Manual](https://docs.wemix.com/en/manual.md)
- [Explorer](https://docs.wemix.com/en/manual/explorer.md)
- [Wallet](https://docs.wemix.com/en/manual/wallet.md)
- [FAQ](https://docs.wemix.com/en/faq.md)

## WEMIX3.0 (KOR)

- [Introduction](https://docs.wemix.com/ko/introduction.md)
- [Blockchain Basics](https://docs.wemix.com/ko/introduction/blockchain-basics.md)
- [What is Blockchain?](https://docs.wemix.com/ko/introduction/blockchain-basics/what-is-blockchain.md)
- [Consensus Algorithm](https://docs.wemix.com/ko/introduction/blockchain-basics/consensus-algorithm.md)
- [Transactions](https://docs.wemix.com/ko/introduction/blockchain-basics/transactions.md)
- [Gas](https://docs.wemix.com/ko/introduction/blockchain-basics/gas.md)
- [Account](https://docs.wemix.com/ko/introduction/blockchain-basics/account.md)
- [Design](https://docs.wemix.com/ko/design.md)
- [Architecture](https://docs.wemix.com/ko/design/architecture.md)
- [Consensus](https://docs.wemix.com/ko/design/consensus.md)
- [Governance](https://docs.wemix.com/ko/design/governance.md)
- [Minting](https://docs.wemix.com/ko/design/minting.md): Permanent Minting Reward(PMR)에 대한 설명입니다.
- [EIP1559](https://docs.wemix.com/ko/design/eip1559.md): WEMIX3.0에 적용된 EIP1559 동적 거래수수료 조정 메커니즘에 대한 설명입니다.
- [Fee Delegation](https://docs.wemix.com/ko/design/fee-delegation.md): WEMIX3.0에 적용된 Fee Delegation에 대한 설명입니다.
- [Eco Fund](https://docs.wemix.com/ko/design/eco-fund.md)
- [Roadmap](https://docs.wemix.com/ko/design/roadmap.md): 탈중앙화된 기술, 민주화된 거버넌스
- [Quick Start](https://docs.wemix.com/ko/quick-start.md)
- [Start Node](https://docs.wemix.com/ko/quick-start/start-node.md)
- [Use Binary](https://docs.wemix.com/ko/quick-start/start-node/use-binary.md)
- [Command-line Option](https://docs.wemix.com/ko/quick-start/start-node/use-binary/command-line-option.md)
- [Use Public API Server(RPC)](https://docs.wemix.com/ko/quick-start/start-node/use-public-api-server-rpc.md)
- [Connect Node](https://docs.wemix.com/ko/quick-start/connect-node.md)
- [Account](https://docs.wemix.com/ko/quick-start/account.md)
- [Use MetaMask](https://docs.wemix.com/ko/quick-start/account/use-metamask.md): MetaMask를 이용한 WEMIX3.0 지갑 만들기
- [Testnet Faucet](https://docs.wemix.com/ko/quick-start/testnet-faucet.md)
- [Install & Operation](https://docs.wemix.com/ko/install-and-operation.md)
- [End Node](https://docs.wemix.com/ko/install-and-operation/end-node.md)
- [System Requirements](https://docs.wemix.com/ko/install-and-operation/end-node/system-requirements.md): End Node
- [Firewall Setting](https://docs.wemix.com/ko/install-and-operation/end-node/firewall-setting.md): End Node
- [Install Guide](https://docs.wemix.com/ko/install-and-operation/end-node/install-guide.md): End Node
- [Block Producer Node](https://docs.wemix.com/ko/install-and-operation/block-producer-node.md)
- [System Requirements](https://docs.wemix.com/ko/install-and-operation/block-producer-node/system-requirements.md): Block Producer Node
- [Firewall Setting](https://docs.wemix.com/ko/install-and-operation/block-producer-node/firewall-setting.md): Block Producer Node
- [Install Guide](https://docs.wemix.com/ko/install-and-operation/block-producer-node/install-guide.md): Block Producer Node
- [Download](https://docs.wemix.com/ko/install-and-operation/download.md)
- [Operation Guide](https://docs.wemix.com/ko/install-and-operation/operation-guide.md): EN 시작/중지/재시작/콘솔접속
- [dApp Developer](https://docs.wemix.com/ko/dapp-developer.md)
- [Smart Contract](https://docs.wemix.com/ko/dapp-developer/smart-contract.md)
- [Solidity](https://docs.wemix.com/ko/dapp-developer/smart-contract/solidity.md): 이 장에서는 Solidity 언어와 개발환경에 대해서 설명합니다.
- [Precompiled Contracts](https://docs.wemix.com/ko/dapp-developer/smart-contract/precompiled-contracts.md): WEMIX3.0 블록체인은 미리 컴파일되어 있는 컨트랙트를 제공합니다.
- [Sample Contracts](https://docs.wemix.com/ko/dapp-developer/smart-contract/sample-contracts.md): 이 장에서는 truffle을 이용하여 스마트 컨트랙트를 작성하고 배포하는 방법에 대하여 설명합니다.
- [JSON-RPC](https://docs.wemix.com/ko/dapp-developer/json-rpc.md)
- [API Reference](https://docs.wemix.com/ko/dapp-developer/api-reference.md)
- [Account APIs](https://docs.wemix.com/ko/dapp-developer/api-reference/account-apis.md)
- [Block APIs](https://docs.wemix.com/ko/dapp-developer/api-reference/block-apis.md)
- [Contract APIs](https://docs.wemix.com/ko/dapp-developer/api-reference/contract-apis.md)
- [Transaction APIs](https://docs.wemix.com/ko/dapp-developer/api-reference/transaction-apis.md)
- [Event logs APIs](https://docs.wemix.com/ko/dapp-developer/api-reference/event-logs-apis.md)
- [Tokens APIs](https://docs.wemix.com/ko/dapp-developer/api-reference/tokens-apis.md)
- [Tutorial](https://docs.wemix.com/ko/tutorial.md)
- [Wallet 생성하기](https://docs.wemix.com/ko/tutorial/wallet.md)
- [Test Coin 받기](https://docs.wemix.com/ko/tutorial/test-coin.md)
- [Smart Contract 생성하기](https://docs.wemix.com/ko/tutorial/smart-contract.md)
- [Remix에서 개발하기](https://docs.wemix.com/ko/tutorial/smart-contract/remix.md): Remix IDE를 사용하여 스마트 컨트랙트를 배포하고 실행한다.
- [Truffle 사용하기](https://docs.wemix.com/ko/tutorial/smart-contract/truffle.md): Truffle를 사용하여 스마트 컨트랙트를 배포하고 실행합니다.
- [Hardhat 사용하기](https://docs.wemix.com/ko/tutorial/smart-contract/hardhat.md): Hardhat 환경에서 스마트 컨트랙트를 생성하고 배포합니다.
- [ERC-20 Token](https://docs.wemix.com/ko/tutorial/erc-20-token.md)
- [ERC-20 Contract 만들기](https://docs.wemix.com/ko/tutorial/erc-20-token/erc-20-contract.md)
- [ERC-20 Token 확인하기](https://docs.wemix.com/ko/tutorial/erc-20-token/erc-20-token.md)
- [ERC-20 Token 보내기](https://docs.wemix.com/ko/tutorial/erc-20-token/erc-20-token-1.md)
- [ERC-20 Token API 조회하기](https://docs.wemix.com/ko/tutorial/erc-20-token/erc-20-token-api.md)
- [ERC-20 Token 소각하기](https://docs.wemix.com/ko/tutorial/erc-20-token/erc-20-token-2.md)
- [ERC-721 Token](https://docs.wemix.com/ko/tutorial/erc-721-token.md)
- [ERC-721 Contract 만들기](https://docs.wemix.com/ko/tutorial/erc-721-token/erc-721-contract.md)
- [ERC-721 Minting하기](https://docs.wemix.com/ko/tutorial/erc-721-token/erc-721-minting.md)
- [ERC-721 Token API 조회하기](https://docs.wemix.com/ko/tutorial/erc-721-token/erc-721-token-api.md)
- [ERC-721 Token 소각하기](https://docs.wemix.com/ko/tutorial/erc-721-token/erc-721-token.md)
- [Fee Delegation 사용하기](https://docs.wemix.com/ko/tutorial/fee-delegation.md)
- [Manual](https://docs.wemix.com/ko/manual.md)
- [Explorer](https://docs.wemix.com/ko/manual/explorer.md)
- [Wallet](https://docs.wemix.com/ko/manual/wallet.md)
- [FAQ](https://docs.wemix.com/ko/faq.md)

## WEMIX Stake (ENG)

- [WEMIX Stake](https://docs.wemix.com/wemixstake-en/introduction/wemix.fi.md)
- [Wallets and network](https://docs.wemix.com/wemixstake-en/introduction/wemix.fi/set-up-wallet.md)
- [FAQ](https://docs.wemix.com/wemixstake-en/introduction/wemix.fi/faq.md)
- [Security & Audit Reports](https://docs.wemix.com/wemixstake-en/introduction/securityaudits.md)
- [Recent Updates](https://docs.wemix.com/wemixstake-en/introduction/recent-updates.md): Recently updated: January 12th, 2026
- [Staking](https://docs.wemix.com/wemixstake-en/services/wonder-staking.md)
- [WEMIX.Fi Relaunch and Service Guide](https://docs.wemix.com/wemixstake-en/services/wemix.fi-relaunch-and-service-guide.md)
- [Getting Started](https://docs.wemix.com/wemixstake-en/guides/getting-started.md)
- [How to prepare a wallet](https://docs.wemix.com/wemixstake-en/guides/getting-started/how-to-create-wallet.md)
- [How to connect wallet](https://docs.wemix.com/wemixstake-en/guides/getting-started/how-to-connect-wallet.md)
- [Staking](https://docs.wemix.com/wemixstake-en/guides/staking.md)
- [How to stake assets in WONDER Staking](https://docs.wemix.com/wemixstake-en/guides/staking/how-to-stake-in-wonder-staking.md)
- [How to Unstake and Switch WONDER](https://docs.wemix.com/wemixstake-en/guides/staking/how-to-unstake-and-switch-wonder.md)
- [How to Claim and Compound Rewards](https://docs.wemix.com/wemixstake-en/guides/staking/how-to-claim-and-compound-rewards.md)
- [How to manage Staking](https://docs.wemix.com/wemixstake-en/guides/staking/how-to-manage-staking.md)
- [Community](https://docs.wemix.com/wemixstake-en/community-and-family-sites/community.md)
- [Family Sites](https://docs.wemix.com/wemixstake-en/community-and-family-sites/family-sites.md)

## WEMIX Stake (KOR)

- [WEMIX Stake](https://docs.wemix.com/wemixstake-ko/undefined/wemix.fi.md)
- [지갑 및 네트워크](https://docs.wemix.com/wemixstake-ko/undefined/wemix.fi/set-up-wallet.md)
- [자주 묻는 질문](https://docs.wemix.com/wemixstake-ko/undefined/wemix.fi/faq.md)
- [보안감사](https://docs.wemix.com/wemixstake-ko/undefined/securityaudits.md)
- [업데이트](https://docs.wemix.com/wemixstake-ko/undefined/recent-updates.md): 최근 업데이트: 2026년 1월 12일
- [Staking](https://docs.wemix.com/wemixstake-ko/services/wonder-staking.md)
- [WEMIX.Fi 재오픈 및 서비스 이용 안내](https://docs.wemix.com/wemixstake-ko/services/wemix.fi.md)
- [WEMIX Stake 준비하기](https://docs.wemix.com/wemixstake-ko/guides/getting-started.md)
- [지갑 준비하기](https://docs.wemix.com/wemixstake-ko/guides/getting-started/how-to-create-wallet.md)
- [지갑 연결하기](https://docs.wemix.com/wemixstake-ko/guides/getting-started/how-to-connect-wallet.md)
- [WEMIX Stake 이용가이드](https://docs.wemix.com/wemixstake-ko/guides/staking.md)
- [Staking 참여](https://docs.wemix.com/wemixstake-ko/guides/staking/how-to-stake-in-wonder-staking.md)
- [출금 신청 및 원더 변경하기](https://docs.wemix.com/wemixstake-ko/guides/staking/undefined.md)
- [리워드 출금 및 재예치하기](https://docs.wemix.com/wemixstake-ko/guides/staking/undefined-1.md)
- [스테이킹 관리하기](https://docs.wemix.com/wemixstake-ko/guides/staking/how-to-manage-staking.md)
- [커뮤니티](https://docs.wemix.com/wemixstake-ko/and/community.md)
- [패밀리사이트](https://docs.wemix.com/wemixstake-ko/and/family-sites.md)

## NILE (ENG)

- [What is NILE?](https://docs.wemix.com/nile-en/what-is-nile.md): Introducing the NILE platform.
- [DAO](https://docs.wemix.com/nile-en/dao/dao.md): Introducing DAO.
- [Introduction to Neith Protocol](https://docs.wemix.com/nile-en/dao/introduction-to-neith-protocol.md): Introducing the Neith Protocol.
- [Station](https://docs.wemix.com/nile-en/dao/introduction-to-neith-protocol/station.md): This is where the recruiting of DAO members and operation financing begins.
- [Obelisk](https://docs.wemix.com/nile-en/dao/introduction-to-neith-protocol/obelisk.md): NILERS can receive Governance Tokens by staking DAO Tokens to participate in Governance.
- [Treasury](https://docs.wemix.com/nile-en/dao/introduction-to-neith-protocol/treasury.md): This is the community vault where DAO funds are collected and stored.
- [Governance](https://docs.wemix.com/nile-en/dao/introduction-to-neith-protocol/governance.md): In Governance, decision-making about DAO operations take place by making and voting on proposals utilizing Governance Tokens and discussions related to the DAO.
- [Trust](https://docs.wemix.com/nile-en/dao/introduction-to-neith-protocol/trust.md): DAO's name and authority are delegated to become the subject of the contract off-chain with the execution and management of the business.
- [Incinerator](https://docs.wemix.com/nile-en/dao/introduction-to-neith-protocol/incinerator.md): The value of DAO Token increases by burning a part of DAO Tokens.
- [Creator](https://docs.wemix.com/nile-en/dao/introduction-to-neith-protocol/creator.md): Creator provides IP and core business for the growth of DAO.
- [Featured Life](https://docs.wemix.com/nile-en/life/featured-life.md): Introducing Life.
- [NFT Project](https://docs.wemix.com/nile-en/life/nft-project.md)
- [DApp Project](https://docs.wemix.com/nile-en/life/dapp-project.md)
- [NFT Marketplace](https://docs.wemix.com/nile-en/marketplace/nft-marketplace.md): Introducing NFT Marketplace.
- [Offering](https://docs.wemix.com/nile-en/marketplace/offering.md)
- [Trading](https://docs.wemix.com/nile-en/marketplace/trading.md)
- [NFTFi](https://docs.wemix.com/nile-en/nftfi/nftfi.md): Introducing NFTFi.
- [Borrow](https://docs.wemix.com/nile-en/nftfi/borrow.md)
- [Lend](https://docs.wemix.com/nile-en/nftfi/lend.md)
- [Token on NILE ](https://docs.wemix.com/nile-en/tokens/token-on-nile.md): Explaining about Tokens.
- [Getting Started](https://docs.wemix.com/nile-en/guides/getting-started.md)
- [How to create wallet](https://docs.wemix.com/nile-en/guides/getting-started/how-to-create-wallet.md)
- [How to connect wallets](https://docs.wemix.com/nile-en/guides/getting-started/how-to-connect-wallets.md)
- [Marketplace](https://docs.wemix.com/nile-en/guides/marketplace.md)
- [Participate in English Auctions](https://docs.wemix.com/nile-en/guides/marketplace/participate-in-english-auctions.md): Buy NFTs
- [Buy Now](https://docs.wemix.com/nile-en/guides/marketplace/buy-now.md): Buy NFTs
- [List NFT for Sale](https://docs.wemix.com/nile-en/guides/marketplace/list-nft-for-sale.md): You must own an NFT on the WEMIX3.0 chain.
- [Make Offer](https://docs.wemix.com/nile-en/guides/marketplace/make-offer.md)
- [NFT Ownership Transfer](https://docs.wemix.com/nile-en/guides/marketplace/nft-ownership-transfer.md)
- [View List of Owned NFT](https://docs.wemix.com/nile-en/guides/marketplace/view-list-of-owned-nft.md)
- [NFTFi](https://docs.wemix.com/nile-en/guides/nftfi.md)
- [Apply for Borrow](https://docs.wemix.com/nile-en/guides/nftfi/apply-for-borrow.md)
- [Manage Borrow](https://docs.wemix.com/nile-en/guides/nftfi/manage-borrow.md)
- [Repay Borrow Amount](https://docs.wemix.com/nile-en/guides/nftfi/repay-borrow-amount.md)
- [Bid on Lend](https://docs.wemix.com/nile-en/guides/nftfi/bid-on-lend.md)
- [Manage Lend](https://docs.wemix.com/nile-en/guides/nftfi/manage-lend.md)
- [Receive Repayment](https://docs.wemix.com/nile-en/guides/nftfi/receive-repayment.md)
- [Transfer NFT Ownership](https://docs.wemix.com/nile-en/guides/nftfi/transfer-nft-ownership.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.wemix.com/about.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.
