# 如何使用

目前产品的功能主要包括

* 笔记导入与撰写
* 笔记集合呈现
* 智能语义搜索
* AI笔记对话

### 笔记撰写

#### 笔记手动输入

<figure><img src="/files/6qyKp02D5Md76WqaqvyM" alt=""><figcaption></figcaption></figure>

#### 笔记导入

从插件-插件市场中可以导入现有笔记，目前支持txt、md格式。可以一次导入单个或者多个。

<figure><img src="/files/ENnCqJWmfHeyIPKDeR8P" alt=""><figcaption></figcaption></figure>

#### 笔记分享

笔记目前支持生成图片分享。在这里：

<figure><img src="/files/mMyGPysgbLzIhfdC81Fx" alt=""><figcaption></figcaption></figure>

点击复制图片，图片就会复制到粘贴板中。

<figure><img src="/files/Fv3qE5fBP69UDH4WRhfT" alt=""><figcaption></figcaption></figure>

### 笔记集合呈现

#### 笔记集合与分类

42memo目前将自动按照时间、人物、机构、地点、作品、情绪等对笔记进行集合和分类。除了这些我们还在研发更聪明的模型，让分类更加的智能和实用。

<figure><img src="/files/NcgOZNDYy4EcMIX4vbsT" alt=""><figcaption></figcaption></figure>

### 智能搜索

智能搜索可以支持语义检索，不必拘泥于关键字进行搜索。

<figure><img src="/files/puOdO99v5qYmOqdbN5S6" alt=""><figcaption></figcaption></figure>

### AI对话

你可以与笔记对话。目前还不支持对话历史记录。

<figure><img src="/files/77op4yeWp6A8ntcTedba" alt=""><figcaption></figcaption></figure>

启动新一轮对话时，建议清空历史对话记录

<figure><img src="/files/8S3r1Jim8P16Z4aIZSPd" alt=""><figcaption></figcaption></figure>


---

# 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://42memo.gitbook.io/42memo/hi/ru-he-shi-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.
