# 即时执行

{% hint style="warning" %}
已升级为 [**即时搜索**](/guide/so.md)
{% endhint %}

当你随机输入一串文字xxx时，第二个搜索结果为“百度 xxx”，此结果即为即时执行（Instant Run）。当你点击该结果时，即可直接跳转到百度搜索xxx。

同时，你也可以选择第三个结果“Config Instant Run”来配置即时执行。你既可以把网址作为即时执行（如<http://www.google.com/search?q=> ），也可以把插件作为即时执行（如翻译插件translate）。对于任意一个即时执行，你的任何输入文字将会作为该即时执行的输入并执行。

举例来说，如果你把translate添加到即时执行。那么当你输入whatever并在候选结果里选择“translate whatever”，就相当于执行了

> whatever->translate


---

# 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/error/instant-execution.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.
