> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/password-manager/de/knowledge-base/browser-extension-knowledge-base/urls-comparing-types.md).

# URL-Vergleichstypen

Jeder URL in einem ***Website***-Eintrag ist ein Vergleichstyp zugeordnet. Der Vergleichstyp bestimmt, ob die Devolutions Password Manager-Browsererweiterung den Eintrag als verfügbaren Eintrag für das automatische Ausfüllen anbieten soll.

{% hint style="warning" %}
***Host*** ist der Standardvergleichstyp auf allen Plattformen.
{% endhint %}

### Basisdomäne

Ist der Vergleichstyp auf ***Basisdomäne*** gesetzt, werden die URLs mit der Second-Level-Domain plus der Top-Level-Domain verglichen. Die URL <https://www.devolutions.net> hätte den Basisdomänenwert devolutions.net. Beispiel:

* URL-Eintragswert: <https://www.devolutions.net>
* Übereinstimmung: <https://devolutions.net>, <https://forum.devolutions.net>, <https://exemple.forum.devolutions.net>, <https://forum.devolutions.net/#CLOUD>
* Keine Übereinstimmung: <https://devolutions.com>, <https://google.com>

### Regex mit URL-Domäne vergleichen

Ist der Vergleichstyp auf ***Regex mit URL-Domäne vergleichen*** gesetzt, wird nur die aktuelle Browser-URL-Domäne mit einem regulären Ausdruck auf Übereinstimmung verglichen.

### Regex mit vollständiger URL vergleichen

Ist der Vergleichstyp auf ***Regex mit vollständiger URL vergleichen*** gesetzt, wird die aktuelle Browser-URL mit einem regulären Ausdruck auf Übereinstimmung verglichen. Beispiel:

* URL-Eintragswert: \*?.?devolutions.(com|net)
* Übereinstimmung: <https://devolutions.com>, <https://forum.devolutions.net>, <https://login.devolutions.com>, <https://server.devolutions.net>
* Keine Übereinstimmung: <http://devolutions.ca>, <https://sysadminotaur.com/>

### Exakt

Ist der Vergleichstyp auf ***Exakt*** gesetzt, muss die aktuelle Browser-URL genau mit dem URL-Eintragswert übereinstimmen. Beispiel:

* URL-Eintragswert: <https://www.domain.com/index.html>
* Übereinstimmung: <https://www.domain.com/index.html>
* Keine Übereinstimmung: <https://www.domain.com> <http://www.domain.com/page.html> (nicht https) <https://www.domain.com/index.html?query=abc>

### Host

Ist der Vergleichstyp auf ***Host*** gesetzt, werden die URLs mit dem Hostnamen plus einem optionalen Port verglichen. Die URL <https://sub1.domain.net:5000> hätte den Host-Wert sub1.domain.net:5000. Beispiel:

* URL-Eintragswert: <https://sub1.domain.net:5000>
* Übereinstimmung: <https://sub1.domain.net:5000>, <https://sub1.domain.net:5000/index.html>
* Keine Übereinstimmung: <https://domain.net>, <https://sub2.domain.net>, <https://domain.net>, <https://sub1.domain.com:6000>

### Nie

Ist der Vergleichstyp auf ***Nie*** gesetzt, wird der URL-Eintragswert niemals übereinstimmen. Beispiel:

* URL-Eintragswert: <https://www.devolutions.net>
* Übereinstimmung: keine
* Keine Übereinstimmung: <https://www.devolutions.net>, <https://devolutions.net>, <https://forum.devolutions.net/#CLOUD>

### Beginnt mit

Ist der Vergleichstyp auf ***Beginnt mit*** gesetzt, muss die aktuelle Browser-URL mit dem URL-Eintragswert beginnen. Beispiel:

* URI beginnt mit dem Wert: <https://sub.domain.com/path/>
* Übereinstimmung: <https://sub.domain.com/path/>, <https://sub.domain.com/path/page.html>
* Keine Übereinstimmung: <https://sub.domain.com/path> (fehlender abschließender Schrägstrich), <https://sub.domain.com>, <https://sub.domain.com:4000/path/page.html> (hat einen Port)


---

# 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.devolutions.net/password-manager/de/knowledge-base/browser-extension-knowledge-base/urls-comparing-types.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.
