# 莱卡应用

在使用莱卡时，您可能会注意到工作区右侧有一堆图标。 此窗格包含我们的实用程序。

在这里我们提供了很多辅助功能，可以帮助您更轻松地开发智能合约。

![](/files/ZUdjYUagVMsMjxoOfOQl)

让我们一一探索他们！

1. **笔记**

如果需要做一些简短的笔记作为记忆碎片，或者可能需要为自己做一些非正式的文档？ 在这里您可以记录您的请求。

![](/files/jfUTGo1OxbUn9aBzg39R)

点击[创建笔记](/docs/docs-cn/ji-chu/lai-ka-ying-yong/chuang-jian-bi-ji.md)  了解更多信息。

2\. 代码片段

您的莱卡工作区还有一个灵巧的编辑器，您可以在其中获取根据您的请求生成的简单代码。 您只需将其复制到您想要的代码编辑器中，即可立即在您的项目中运行！

![](/files/Ax2Ct5BkMd9SBOyPcetC)

3.转换器

这是我们保留几个您可以使用的转换器的地方。 当您在发出请求和在智能合约上开发时想要转换数据类型时，这会非常有用。

这些是在撰写时可用的转换器：

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

![](/files/R9xY6agVjT6YWI1wliWJ)

您可以随时向我们反馈您希望我们添加哪些接口！


---

# 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/docs-cn/ji-chu/lai-ka-ying-yong.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.
