> 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/spanish/gestion-de-proxies/testing-and-verifying-proxies/proxy-test.md).

# Prueba de proxy

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

En algunos casos, su proxy puede no funcionar. Este artículo muestra cómo probar un proxy usando el navegador Firefox y la extensión FoxyProxy para determinar la fuente del problema.

{% stepper %}
{% step %}
**Instalar Firefox**

Instale Firefox, si aún no lo tiene. Descárguelo desde [este enlace](https://www.firefox.com/en-US/?redirect_source=mozilla-org\&utm_campaign=SET_DEFAULT_BROWSER).
{% endstep %}

{% step %}
**Instalar la extensión FoxyProxy**

Instale la extensión FoxyProxy para Firefox a través de [este enlace](https://addons.mozilla.org/en-US/firefox/addon/foxyproxy-standard/).
{% endstep %}

{% step %}
**Abrir FoxyProxy**

Haga clic en el icono de FoxyProxy en el extremo derecho de la barra de herramientas de Firefox para abrir la extensión.

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

{% step %}
**Añadir los detalles de su proxy**

Haga clic en **Add** dentro de la extensión FoxyProxy. En la nueva ventana, ingrese:

* Tipo de Proxy
* IP del Proxy
* Puerto
* Nombre de usuario (si aplica)
* Contraseña (si aplica)

Dé un nombre al proxy, luego haga clic en **Save**.

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

{% step %}
**Activar el proxy**

Seleccione el proxy del menú desplegable de FoxyProxy y actívelo.

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

{% step %}
**Validar el proxy**

Navegue a un sitio como <http://www.whoer.net> para verificar si el proxy está funcionando. Esto indicará si su IP/proxy está funcionando o no.
{% endstep %}

{% step %}
**Contactar al proveedor del proxy**

Si el proxy que compró no funciona, informe el problema al proveedor del proxy. Ellos pueden proporcionar soporte o reemplazar el proxy.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
No dude en ponerse en contacto con nosotros si tiene alguna pregunta. ¡Nuestro [equipo de soporte](https://incogniton.com/contact/) está aquí para ayudarle!
{% 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/spanish/gestion-de-proxies/testing-and-verifying-proxies/proxy-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.
