# 即时搜索

{% hint style="success" %}
自 3.4.2 版本开始内置搜索功能，你可以直接在桌面使用搜索引擎了！
{% endhint %}

如果你想搜索”hello“，直接在桌面输入后选择对应的搜索引擎既可以。

在”config--即时引擎--配置“更改里面管理、添加搜索引擎。

### 常见搜索引擎

#### 必应（推荐）

```
https://www.bing.com/search?q=
```

#### 夸克AI搜索（推荐）

```
https://quark.sm.cn/s?q=
```

#### 百度

```
https://m.baidu.com/s?word=
```

#### Google

```
https://www.google.com/search?q=
```

#### 无追搜索

```
https://www.wuzhuiso.com/s?q=
```

#### 360搜索

```
https://m.so.com/s?q=
```

#### 神马搜索

```
https://m.sm.cn/s?q=
```

#### 头条搜索

```
https://so.toutiao.com/search/?keyword=
```

### 其它

#### DuckDuckGo

```
https://duckduckgo.com/?t=h_&q=
```

#### Yandex

```
https://yandex.ru/search/?text=
```

#### Qwant

```
https://www.qwant.com/?l=en&q=
```


---

# 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://help.arislauncher.com/guide/so.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.
