> 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](https://4276181174-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBAYSQIWd7IsbIjaYskIf%2Fuploads%2FuY60qG2SLGbg15laxKph%2Fimage.png?alt=media\&token=af4c8852-1666-46ae-b222-464e11445c39)

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.

![](https://4276181174-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBAYSQIWd7IsbIjaYskIf%2Fuploads%2F0xgvRIJjn5NG1Jtkkd3w%2Fimage.png?alt=media\&token=ab90d7f5-3ed2-40e5-807e-a2ff4bde5660)

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