# Laika Utilities

While using Laika you might notice there a bunch of icons on the right side of your workspace. This pane houses our **Utilities.**

It's where we provide a lot of helpers functions that help you develop smart contracts easier.

![](/files/ZUdjYUagVMsMjxoOfOQl)

Let's explore them one by one!

1. **Notes**

Need to take short notes as memory joggers or perhaps some informal documentation for yourself? This is where you could take a note for your Requests

![](/files/jfUTGo1OxbUn9aBzg39R)

Refer to[Create a Note](/docs/fundamentals/laika-utilities/create-a-note.md) for more information.

2\. **Code Snippet**

Your Laika workspace also has a nifty little generator where you can get a simple code generated from your requests. You can just copy this to your desired code editor and get it running right away in your projects!

![](/files/Ax2Ct5BkMd9SBOyPcetC)

3\. **Converter**

This is where we keep several converters that you can use. This can be really helpful when you want to convert datatypes when you are making Requests and developing on Smart Contracts.

These are the Converters available at the time of writing:

* Hash Converter
* Unit Converter
* Number Converter
* Ethereum Name Service (ENS) Resolver/Converter

![](/files/R9xY6agVjT6YWI1wliWJ)

You can always feedback to us on what more Utilities you want us to add!


---

# 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.getlaika.app/docs/fundamentals/laika-utilities.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.
