> 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/italian-documentation/gestione-dei-proxy/integrating-proxies.md).

# Integrazione dei proxy

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

In questo articolo spiegheremo come funziona la funzione di gestione dei proxy. Con questa funzionalità puoi aggiungere e salvare proxy in blocco e salvare i tuoi proxy in gruppi in modo da avere sempre una panoramica.

### Dove trovare la funzione di gestione dei proxy?

Puoi trovare questa funzione nella panoramica del profilo del browser cliccando su Proxy Management. Una volta all'interno del portale di gestione dei proxy puoi:

* Gestire i tuoi proxy già importati
* Aggiungere nuovi proxy sia in blocco che individualmente
* Rimuovere proxy
* Verificare la connessione
* Ruotare i proxy (funziona solo per i proxy rotanti)

![](/files/0d9c6be719d1afe8b31d37f353074edbb12e94a6)

### Aggiungere un singolo proxy al database

{% stepper %}
{% step %}
**Crea singolo proxy**

Vai a **Create Single Proxy** nel menu a sinistra.
{% endstep %}

{% step %}
**Inserisci i dettagli del proxy**

Aggiungi i dettagli del proxy: Nome, Proxy:PORT, Nome utente del proxy, Password del proxy. Per i proxy rotanti, seleziona l'opzione **Rotating proxy**. Facoltativamente aggiungi il proxy a un gruppo esistente.
{% endstep %}

{% step %}
**Verifica e salva**

Clicca su **Check proxy** e poi clicca sulle frecce al centro per aggiungere il proxy al database.
{% endstep %}
{% endstepper %}

![](/files/1b1b879fa278f38e51abc939484f61230734088f)

### Aggiungere proxy in blocco

Puoi aggiungere proxy in blocco per importare molti proxy con pochi clic. Clicca su **Create bulk** nel menu a sinistra, apparirà un pop-up. Scegli come importare i proxy in blocco: tramite formato standard, formato CSV, file CSV o file Excel.

#### Formato standard

{% stepper %}
{% step %}
**Inserisci i dettagli del proxy**

Inserisci i dettagli, come il proxy, la porta, il nome utente e la password, nel formato mostrato di seguito.
{% endstep %}

{% step %}
**Scegli il formato del delimitatore**

In questo caso abbiamo scelto i due punti, che è impostato di default, ma puoi scegliere il delimitatore che preferisci.

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

#### Formato CSV & Excel

{% stepper %}
{% step %}
**Scarica il modello**

Per importare tramite Excel o CSV, scarica prima il modello. Il documento di esempio è disponibile dall'applicazione o tramite questi link:

* [CSV](https://incogniton.com/wp-content/uploads/2023/09/proxyIncognitonExampleBulkImportCSV.csv)
* [Excel](https://incogniton.com/wp-content/uploads/2023/09/proxyIncognitonExampleBulkImportExcel.xlsx)
  {% endstep %}

{% step %}
**Compila il modello**

Compila il modello e salvalo sul tuo computer.

<div align="center"><img src="/files/0ca52863affdf92c0cf7bd74683ec2ffbf993c44" alt=""></div>
{% endstep %}

{% step %}
**Carica e importa**

Clicca su **CSV file** o **Excel file** e carica il tuo documento completato. Il file standard utilizza il punto e virgola come delimitatore, ma questo può essere modificato se desiderato. Clicca su **Check** per convalidare il documento, poi clicca su **Import** per salvare i proxy nel database.

![](/files/93cd5c7e49caef2133bd528b71de8c94d592f439)
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Se hai ancora domande, contatta il nostro [dipartimento di supporto](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/italian-documentation/gestione-dei-proxy/integrating-proxies.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.
