> For the complete documentation index, see [llms.txt](https://docs.getlaika.app/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getlaika.app/docs/fundamentals/laika-utilities/code-snippets.md).

# Code Snippets

Laika knows about your Dapp development needs and provides you with a Code Snippets generator right in your workspace, which gives you the necessary code to call your Request as a function in your Dapp.\
We support code generation in:

1. Ethers.js (ES6)
2. Ethers.js (CommonJS)
3. Web3.js (ES6)
4. Web3.js (CommonJS)
5. Web3.py&#x20;

To make use of the Code Snippets, go over to the right pane of your workspace and click on the **Code Tag** Icon "**\</>**".

![\</> icon](/files/ujElP1BRA2YkxAL8XKAB)

This will expand the pane to show the Code Snippets Generator. You can select the pattern to use for generating the function specific code snippet here.

![](/files/EjczvDr9hzgiVr6Rw66B)

And that's it! You can copy the snippets directly and use them in your Dapp through your preferred code editor.
