Support Funnel: How to Structure It in GLPI

Implement a 3-layer support funnel (prevention, self-service, and resolution) in GLPI to reduce ticket volume and improve user satisfaction.

Most Service Desks operate in reactive mode: wait for the ticket to arrive and rush to resolve it. The support funnel reverses this logic, creating layers that filter demand before it reaches the technician.

The 3 layers of the funnel

1. Prevention

Goal: prevent the problem from happening.

  • Proactive monitoring (Zabbix, GLPI Agent) with alerts before failure
  • Scheduled preventive maintenance
  • User training on tools and processes
  • Proactive communication about planned maintenance

2. Self-service

Goal: the user resolves the issue on their own, without opening a ticket.

  • Public knowledge base with articles and tutorials
  • FAQs organized by topic in the self-service portal
  • Automated forms (e.g. password reset without human intervention)
  • Chatbots and virtual assistants

3. Resolution

Goal: quickly resolve what was not prevented or self-serviced.

  • Level 1: generalist support with knowledge base
  • Level 2: specialists by area (network, systems, security)
  • Level 3: engineering and development

Implementing in GLPI

GLPI provides all the tools to build the funnel:

  • Prevention: Zabbix integration via Automations module + GLPI Agent for inventory
  • Self-service: native knowledge base + forms (GLPI 11) + self-service portal
  • Resolution: escalation rules + Smart Assign + SLAs by priority

Funnel metrics

  • Prevention rate: % of incidents detected by monitoring before the user reports them
  • Self-service rate: % of KB accesses that did not generate a ticket
  • L1 resolution rate: % of tickets resolved at first level without escalation

Next step

Build your knowledge base to feed the self-service layer and configure KPIs to measure funnel efficiency.

Frequently Asked Questions

It is a strategy that organizes support in layers: prevention (avoiding tickets), self-service (the user resolves on their own), and resolution (direct technical support). The goal is to reduce the volume that reaches the technician.

Three actions: a public knowledge base with FAQs, proactive monitoring (alert before the user notices the problem), and guided forms that resolve simple requests automatically.

Yes. GLPI's self-service portal allows users to consult the knowledge base, track tickets, and use request forms without interacting with technicians.

Need help?