> For the complete documentation index, see [llms.txt](https://docs.plenit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plenit.com/support/contact.md).

# Contacto

Tienes dos canales para contactar con nuestro equipo de soporte.&#x20;

Ambos trabajan sobre el mismo sistema de tickets, así que la comunicación queda registrada y con seguimiento, uses el que uses.

### Canales disponibles

| Canal                      | Para qué                                                                       | Dónde                                        |
| -------------------------- | ------------------------------------------------------------------------------ | -------------------------------------------- |
| Panel (tickets)            | Crear, seguir y cerrar incidencias y solicitudes, con histórico completo.      | Inicio > Soporte > Mis Tickets               |
| WhatsApp (Partner Success) | Abrir y comentar tickets desde el móvil, enviando capturas o fotos de errores. | Número de Partner Success: (+34) 931 550 213 |

### Cuál usar

* Usa el **panel** como canal principal: es donde tienes todo el detalle, los adjuntos, los interesados y el histórico de cada caso.
* Usa **WhatsApp** cuando necesites rapidez o estés fuera del panel, por ejemplo para enviar una evidencia al momento. El ticket queda igualmente registrado en el panel.

> #### 📘 **Antes de usar WhatsApp**&#x20;
>
> El número del técnico debe estar autorizado por el administrador de la suscripción.&#x20;
>
> Tienes los pasos en [Cómo configurar el soporte a través de WhatsApp.](/support/whatsapp.md)

### Equipo de Partner Success

Nuestro equipo de Partner Success te acompaña en la configuración y en las consultas durante el alta de los servicios. Si tienes una duda técnica sobre cómo habilitar un canal o necesitas orientación durante el proceso, contacta con ellos por los canales habituales.

### Atención fuera de horario: Eliot

Por las noches y los días en los que nuestro equipo no está disponible, te atiende **Eliot**, nuestro agente de IA.&#x20;

Eliot responde en el número de Partner Success y está capacitado para resolver tus consultas, abrir tickets y darte seguimiento, de modo que tengas atención también fuera del horario del equipo.

Cuando el equipo se reincorpora, retoma cualquier caso que lo requiera con todo el contexto ya registrado.

### Siguientes pasos

* Crea y gestiona tus tickets en [Cómo crear y gestionar tus tickets de soporte.](/support/tickets.md)


---

# 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.plenit.com/support/contact.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.
