# Interaction

- [Wagmi](https://docs.lycanchain.com/developers-integration/smart-contracts/interaction/wagmi.md): Wagmi is a popular React Hooks library for Ethereum and compatible blockchain networks, enabling developers to create seamless and responsive decentralized applications (dApps). Viem is an underlying
- [Ethers.js](https://docs.lycanchain.com/developers-integration/smart-contracts/interaction/ethers.js.md): Ethers.js is a popular JavaScript library that enables developers to interact and compatible with Lycan Chain.
- [Web3.js](https://docs.lycanchain.com/developers-integration/smart-contracts/interaction/web3.js.md): Web3.js is a robust and flexible collection of TypeScript and JavaScript libraries that allows developers to interact with Lycan nodes over HTTP, IPC or WebSocket connections.


---

# 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.lycanchain.com/developers-integration/smart-contracts/interaction.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.
