> 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/extra-features/paste-as-human-typing.md).

# Paste as Human Typing

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

In some cases it's necessary to paste copied text into your browser profiles. However, based on the input speed, websites can determine whether text has been typed by a person or whether it has been copied and pasted.

To allow you to paste text from a copied line and to make it look like it was typed by a human, we have integrated **Paste as human typing** in Incogniton. Based on a randomizer between each keystroke, the text will be pasted in the desired place.

Here's how to use this feature:

* Launch a browser profile in Incogniton
* Copy the text you want to paste
* Right-click in the target field and select **Paste as human typing**

![](/files/ff5dce374e4534f2c2fb6102c44286dbd0640903)

{% hint style="info" %}
If you have any additional questions after reading this article, please contact our [support department](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:

```
GET https://docs.incogniton.com/extra-features/paste-as-human-typing.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.
