> 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/it/knowledge-base/browser-extension-knowledge-base/urls-comparing-types.md).

# Tipi di confronto degli URL

A ogni URL in una voce ***Website*** è associato un tipo di confronto. Il tipo di confronto determina se l'estensione per browser Devolutions Password Manager debba proporre la voce come voce disponibile per eseguire il riempimento automatico.

{% hint style="warning" %}
***Host*** è il tipo di confronto predefinito su tutte le piattaforme.
{% endhint %}

### Dominio di base

Il tipo di confronto impostato su ***Dominio di base*** confronta gli URL con il dominio di secondo livello più il dominio di primo livello. L'URL <https://www.devolutions.net> avrebbe come valore di dominio di base devolutions.net. Esempio:

* Valore URL della voce: <https://www.devolutions.net>
* Corrispondenza: <https://devolutions.net>, <https://forum.devolutions.net>, <https://exemple.forum.devolutions.net>, <https://forum.devolutions.net/#CLOUD>
* Nessuna corrispondenza: <https://devolutions.com>, <https://google.com>

### Confronta regex con dominio URL

Il tipo di confronto impostato su ***Confronta regex con dominio URL*** confronta solo il dominio dell'URL corrente del browser per la corrispondenza con un'espressione regolare.

### Confronta regex con URL completo

Il tipo di confronto impostato su ***Confronta regex con URL completo*** confronta l'URL corrente del browser per la corrispondenza con un'espressione regolare. Esempio:

* Valore URL della voce: \*?.?devolutions.(com|net)
* Corrispondenza: <https://devolutions.com>, <https://forum.devolutions.net>, <https://login.devolutions.com>, <https://server.devolutions.net>
* Nessuna corrispondenza: <http://devolutions.ca>, <https://sysadminotaur.com/>

### Esatto

Il tipo di confronto impostato su ***Esatto*** richiede che l'URL corrente del browser corrisponda esattamente al valore URL della voce. Esempio:

* Valore URL della voce: <https://www.domain.com/index.html>
* Corrispondenza: <https://www.domain.com/index.html>
* Nessuna corrispondenza: <https://www.domain.com> <http://www.domain.com/page.html> (non https) <https://www.domain.com/index.html?query=abc>

### Host

Il tipo di confronto impostato su ***Host*** confronta gli URL con il nome host più una porta facoltativa. L'URL <https://sub1.domain.net:5000> avrebbe come valore host sub1.domain.net:5000. Esempio:

* Valore URL della voce: <https://sub1.domain.net:5000>
* Corrispondenza: <https://sub1.domain.net:5000>, <https://sub1.domain.net:5000/index.html>
* Nessuna corrispondenza: <https://domain.net>, <https://sub2.domain.net>, <https://domain.net>, <https://sub1.domain.com:6000>

### Mai

Il tipo di confronto impostato su ***Mai*** non corrisponderà mai al valore URL della voce. Esempio:

* Valore URL della voce: <https://www.devolutions.net>
* Corrispondenza: nessuna
* Nessuna corrispondenza: <https://www.devolutions.net>, <https://devolutions.net>, <https://forum.devolutions.net/#CLOUD>

### Inizia con

Il tipo di confronto impostato su ***Inizia con*** richiede che l'URL corrente del browser inizi con il valore URL della voce. Esempio:

* L'URI inizia con il valore: <https://sub.domain.com/path/>
* Corrispondenza: <https://sub.domain.com/path/>, <https://sub.domain.com/path/page.html>
* Nessuna corrispondenza: <https://sub.domain.com/path> (barra finale mancante), <https://sub.domain.com>, <https://sub.domain.com:4000/path/page.html> (ha una porta)


---

# 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/it/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.
