> 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/german-documentation-1/zusatzliche-funktionen/passing-the-iphey-test.md).

# Den Iphey-Test bestehen

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

In diesem Leitfaden erklären wir, wie Sie den [Iphey](https://iphey.com/) Zuverlässigkeitstest mit Incogniton bestehen können.

{% stepper %}
{% step %}

### Erstellen Sie ein Browserprofil und aktivieren Sie die Iphey-Check-Option

Erstellen Sie ein Browserprofil und fügen Sie einen Proxy hinzu (falls gewünscht). Gehen Sie zum Tab **Erweitert > Sonstiges** und schalten Sie die Option **Versuchen, den Iphey-Check zu bestehen** ein.

{% hint style="warning" %}
Das Aktivieren dieser Option zwingt Incogniton dazu, **bestimmte Funktionen zu deaktivieren oder zu ändern**, um den Legitimitätscheck von iphey.com zu bestehen. Eine der Funktionen, die deaktiviert wird, ist das Canvas-Spoofing, was Ihren Canvas-Fingerabdruck leichter identifizierbar machen kann.
{% endhint %}

{% hint style="warning" %}
Diese Einstellung muss aktiviert werden, bevor das Profil zum ersten Mal gestartet wird, um den Check konsequent zu bestehen. Es könnte nicht funktionieren, wenn das Profil sowohl unter Windows als auch auf Mac verwendet wird.
{% endhint %}
{% endstep %}

{% step %}

### Starten Sie das Profil und überprüfen Sie Iphey

Starten Sie das Browserprofil und gehen Sie zu [Iphey](https://iphey.com/). Sie sollten sehen, dass Incogniton den Test besteht.

{% hint style="info" %}
In einigen Fällen müssen Sie die Seite möglicherweise zweimal aktualisieren, bevor der Test bestanden wird.
{% endhint %}

<figure><img src="/files/e82eee8fbf21079f1f5b731761aec841d7c71c4a" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Wenn Sie noch Fragen haben, zögern Sie bitte nicht, unser [Support-Team](https://incogniton.com/contact/) zu kontaktieren.
{% 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/german-documentation-1/zusatzliche-funktionen/passing-the-iphey-test.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.
