# SOLUCIÓN DE PROBLEMAS

- [Recibir notificaciones para clientes potenciales](https://ayuda.topleads.co/topbots/solucion-de-problemas/recibir-notificaciones-para-clientes-potenciales.md)
- [Funciones JS para activar el widget de chat](https://ayuda.topleads.co/topbots/solucion-de-problemas/funciones-js-para-activar-el-widget-de-chat.md): Funciones de Javascript para mostrar y ocultar el widget de chat en su página web.
- [Configuración del seguimiento de enlaces](https://ayuda.topleads.co/topbots/solucion-de-problemas/configuracion-del-seguimiento-de-enlaces.md): Convierte todas las URL del flujo de chatbot en URL rastreables.
- [¿Cómo actualizo mi navegador?](https://ayuda.topleads.co/topbots/solucion-de-problemas/como-actualizo-mi-navegador.md)
- [Notificaciones](https://ayuda.topleads.co/topbots/solucion-de-problemas/notificaciones.md): Recibe alertas cuando ocurran eventos en tu cuenta.
- [Seguimiento del píxel de Facebook](https://ayuda.topleads.co/topbots/solucion-de-problemas/seguimiento-del-pixel-de-facebook.md)
- [Invitar a compañeros de equipo](https://ayuda.topleads.co/topbots/solucion-de-problemas/invitar-a-companeros-de-equipo.md): Usuarios que tienen acceso a tu cuenta de TopBot.
- [Equipos](https://ayuda.topleads.co/topbots/solucion-de-problemas/equipos.md): Teams en TopBots te permite agrupar a los agentes o usuarios según sus departamentos para cumplir con el objetivo principal


---

# Agent Instructions: 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:

```
GET https://ayuda.topleads.co/topbots/solucion-de-problemas.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
