> For the complete documentation index, see [llms.txt](https://docs.novabloq.com/web3-metamask/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novabloq.com/web3-metamask/elements-details.md).

# Elements details

- [Web3 & MetaMask](https://docs.novabloq.com/web3-metamask/elements-details/web3-and-metamask.md): Main plugin element that you will work with.
- [Connect To MetaMask](https://docs.novabloq.com/web3-metamask/elements-details/web3-and-metamask/connect-to-metamask.md): Action from Web3 & MetaMask plugin element. Used in workflows.
- [Disconnect MetaMask](https://docs.novabloq.com/web3-metamask/elements-details/web3-and-metamask/disconnect-metamask.md)
- [Send token With MetaMask](https://docs.novabloq.com/web3-metamask/elements-details/web3-and-metamask/send-token-with-metamask.md)
- [Get Balance of a Token](https://docs.novabloq.com/web3-metamask/elements-details/web3-and-metamask/get-balance-of-a-token.md): Check the balance of a token in the given wallet
- [Get Balance of Multiple Tokens](https://docs.novabloq.com/web3-metamask/elements-details/web3-and-metamask/get-balance-of-multiple-tokens.md): Get the balance of a list of tokens on a wallet address
- [Get Token Symbol](https://docs.novabloq.com/web3-metamask/elements-details/web3-and-metamask/get-token-symbol.md): Get the token symbol for an ERC20 token
- [Sign](https://docs.novabloq.com/web3-metamask/elements-details/web3-and-metamask/sign.md)
- [Check signature](https://docs.novabloq.com/web3-metamask/elements-details/web3-and-metamask/check-signature.md): Check if the connected wallet is the one who signed given signature
- [Sign Typed Data](https://docs.novabloq.com/web3-metamask/elements-details/web3-and-metamask/sign-typed-data.md): Using the method called signTypedData\_v4
- [Check signature-Typed Data](https://docs.novabloq.com/web3-metamask/elements-details/web3-and-metamask/check-signature-typed-data.md)
- [Smart Contract - Read](https://docs.novabloq.com/web3-metamask/elements-details/web3-and-metamask/smart-contract-read.md): Read data from a smart contract using its Read functions
- [Example - CAKE/BUSD rate on Pancaksewap](https://docs.novabloq.com/web3-metamask/elements-details/web3-and-metamask/smart-contract-read/example-cake-busd-rate-on-pancaksewap.md): In this example we will read the Pancakeswap router contract to get the price from Cake using getAmountsOut contract function
- [Smart Contract - Write](https://docs.novabloq.com/web3-metamask/elements-details/web3-and-metamask/smart-contract-write.md): Interact with a smart contract by change, write or send data to it using its Write functions.
- [Example - Write a function](https://docs.novabloq.com/web3-metamask/elements-details/web3-and-metamask/smart-contract-write/example-write-a-function.md): In this example we will interact with a simple smart contract deployed by us for demo purpose.
- [Trigger Switch Chain](https://docs.novabloq.com/web3-metamask/elements-details/web3-and-metamask/trigger-switch-chain.md): Trigger MetaMask to switch to desired chain
- [Approve - Set Allowance](https://docs.novabloq.com/web3-metamask/elements-details/web3-and-metamask/approve-set-allowance.md)
- [Revoke Allowance](https://docs.novabloq.com/web3-metamask/elements-details/web3-and-metamask/revoke-allowance.md)
- [Deploy Contract](https://docs.novabloq.com/web3-metamask/elements-details/web3-and-metamask/deploy-contract.md): Deploy a Smart Contract
- [Add Chain to MetaMask](https://docs.novabloq.com/web3-metamask/elements-details/web3-and-metamask/add-chain-to-metamask.md)
- [Get NFT Metadata](https://docs.novabloq.com/web3-metamask/elements-details/web3-and-metamask/get-nft-metadata.md)
- [Check NFT Balance](https://docs.novabloq.com/web3-metamask/elements-details/web3-and-metamask/check-nft-balance.md)
- [Smart Contract - Read](https://docs.novabloq.com/web3-metamask/elements-details/web3-and-metamask/smart-contract-read-1.md): Read data from a smart contract using its Read functions.
- [Smart Contract - Write](https://docs.novabloq.com/web3-metamask/elements-details/web3-and-metamask/smart-contract-write-1.md): Interact with a smart contract by changing, writing or sending data using its functions.
- [Web3 Utils](https://docs.novabloq.com/web3-metamask/elements-details/web3-utils.md): Optional plugin element that adds many useful features.
- [Get Transaction confirmations](https://docs.novabloq.com/web3-metamask/elements-details/web3-utils/get-transaction-confirmations.md)
- [Get Transaction Details](https://docs.novabloq.com/web3-metamask/elements-details/web3-utils/get-transaction-details.md)
- [To Wei](https://docs.novabloq.com/web3-metamask/elements-details/web3-utils/to-wei.md): Converts any number value value into WEI
- [From Wei](https://docs.novabloq.com/web3-metamask/elements-details/web3-utils/from-wei.md): Convert any WEI value to a human readable result.
- [Add Token to MetaMask](https://docs.novabloq.com/web3-metamask/elements-details/web3-utils/add-token-to-metamask.md): Import a custom token to MetaMask wallet
- [Get ENS data](https://docs.novabloq.com/web3-metamask/elements-details/web3-utils/get-ens-data.md)
- [Get ENS Domain from Address](https://docs.novabloq.com/web3-metamask/elements-details/web3-utils/get-ens-domain-from-address.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 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.novabloq.com/web3-metamask/elements-details.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.
