> For the complete documentation index, see [llms.txt](https://docs.incogniton.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incogniton.com/documentation/chinese-documentation/e-wai-gong-neng/paste-as-human-typing.md).

# 以人类打字方式粘贴

{% embed url="<https://www.youtube.com/watch?v=d3tCNBRaWTQ>" %}

在某些情况下，需要将复制的文本粘贴到您的浏览器配置文件中。然而，根据输入速度，网站可以判断文本是由人输入的还是被复制粘贴的。

为了让您能够从复制的行中粘贴文本，并使其看起来像是由人输入的，我们在 Incogniton 中集成了**模拟人类输入的粘贴**功能。基于每次击键之间的随机化，文本将被粘贴到所需的位置。

以下是使用此功能的方法：

* 在 Incogniton 中启动一个浏览器配置文件
* 复制您想要粘贴的文本
* 在目标字段中右键单击并选择**模拟人类输入的粘贴**

![](/files/ff5dce374e4534f2c2fb6102c44286dbd0640903)

{% hint style="info" %}
如果在阅读本文后您还有其他问题，请联系我们的[支持部门](https://incogniton.com/contact/)。
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.incogniton.com/documentation/chinese-documentation/e-wai-gong-neng/paste-as-human-typing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
