Knowledge Base
The knowledge base (KB) centralizes help articles, standard solutions, and procedures to help GRM agents quickly resolve complaints.
Presentation
The knowledge base allows you to:
- Quickly find solutions to common problems
- Standardize responses to complaints
- Train new agents
- Capitalize on acquired experience
┌─────────────────────────────────────────────────────────────────┐
│ KNOWLEDGE BASE │
├─────────────────────────────────────────────────────────────────┤
│ │
│ ┌─────────────┐ ┌─────────────────────────────────────────┐ │
│ │ CATEGORIES │ │ 🔍 Search for an article... │ │
│ ├─────────────┤ └─────────────────────────────────────────┘ │
│ │ 💳 Payment │ │
│ │ ✓ Eligib. │ ┌─────────────────────────────────────────┐ │
│ │ 📝 Regist. │ │ How to verify a Mobile Money number │ │
│ │ 📱 Mobile │ │ Category: Mobile Money | Views: 234 │ │
│ │ 📄 Documents│ │ Tags: verification, orange, mtn │ │
│ │ ℹ️ Info │ └─────────────────────────────────────────┘ │
│ │ 📦 Other │ │
│ └─────────────┘ ┌─────────────────────────────────────────┐ │
│ │ Money withdrawal procedure │ │
│ POPULAR TAGS │ Category: Payment | Views: 189 │ │
│ #payment │ Tags: withdrawal, procedure, agent │ │
│ #mobile_money └─────────────────────────────────────────┘ │
│ #eligibility │
│ #documents ┌─────────────────────────────────────────┐ │
│ │ Program eligibility criteria │ │
│ │ Category: Eligibility | Views: 156 │ │
│ │ Tags: criteria, PMT, targeting │ │
│ └─────────────────────────────────────────┘ │
│ │
└─────────────────────────────────────────────────────────────────┘
Accessing the Knowledge Base
Public view (agents)
- Menu GRM - Complaints → Knowledge base
- Browse categories or use search
- Click on an article to read it
Administration (managers)
- Menu Administration → KB Management
- Manage categories and articles
- Publish or modify content
Navigation
By category
Click on a category in the sidebar to filter articles:
| Category | Content |
|---|---|
| Payment | Transfer procedures, withdrawal, common problems |
| Eligibility | Criteria, PMT score, inclusion/exclusion |
| Registration | Registration, data modification |
| Mobile Money | Orange Money, MTN, number verification |
| Documents | Identity documents, supporting documents |
| Information | FAQ, payment dates, contacts |
| Other | Miscellaneous |
By tag
Tags allow finding cross-cutting articles:
- Click on a popular tag in the sidebar
- Or click on a tag in an article to see similar articles
Search
Use the search bar at the top of the page:
- Type a keyword (minimum 2 characters)
- Results display in real time
- Click on a result to open it
Use precise keywords: "number verification", "orange withdrawal", "PMT criterion"
Viewing an Article
Article structure
Each article contains:
- Title: Article subject
- Category: Thematic classification
- Tags: Keywords for search
- Summary: Short description
- Content: Article body in Markdown
- Update date: Last modification
- Number of views: Article popularity
Features
- Navigation: Breadcrumb to go back
- Clickable tags: Find similar articles
- Print: Printable version
- Share: Direct link to article
KB Administration
Knowledge base administration requires the admin.settings permission.
Category Management
Create a category
- Go to KB Management → Categories tab
- Click New category
- Fill in:
- Code: Unique identifier (e.g., "payment")
- Name: Name in French
- English name: English translation
- Portuguese name: Portuguese translation
- Description: Category description
- Icon: Icon class (heroicons)
- Order: Position in list
- Active: Check to activate
- Click Save
Edit a category
- Click on the category in the list
- Modify desired fields
- Click Save
Article Management
Create an article
- Go to KB Management → Articles tab
- Click New article
- Fill in:
| Field | Description |
|---|---|
| Category | Article category |
| Title | Title in French |
| English title | English translation |
| Portuguese title | Portuguese translation |
| Summary | Short description (optional) |
| Content | Article body (Markdown) |
| English content | English translation |
| Portuguese content | Portuguese translation |
| Tags | List of keywords separated by comma |
| Complaint categories | Link to complaint types |
- Click Save (draft) or Publish
Markdown Syntax
Content uses Markdown syntax:
# Main title
## Subtitle
Paragraph with **bold** and *italic*.
### Bullet list
- Element 1
- Element 2
- Element 3
### Numbered list
1. Step 1
2. Step 2
3. Step 3
### Code or command
`Text in code`
### Link
[Link text](https://url.com)
### Table
| Column 1 | Column 2 |
|----------|----------|
| Value 1 | Value 2 |
Publish an article
- Open the article to publish
- Verify content (preview available)
- Click Publish
- The article becomes visible to all agents
Unpublish an article
- Open the published article
- Click Unpublish
- The article is no longer visible but preserved
Statistics
The Statistics tab displays:
- Published articles: Total number
- Draft articles: Unpublished
- Total views: Consultations
- Top articles: Most viewed
- By category: Distribution
Usage During Processing
Suggested articles
When processing a complaint, the system automatically suggests relevant articles:
- Suggestions are based on the complaint category
- Click on a suggested article to open it
- Use the information to resolve the complaint
Quick search
From the processing form:
- Click the Knowledge base icon
- Search for the desired article
- View it without leaving processing
Multilingual
The knowledge base supports three languages:
| Language | Code | Fields |
|---|---|---|
| French | fr | nom, titre, contenu |
| English | en | nomEn, titreEn, contenuEn |
| Portuguese | pt | nomPt, titrePt, contenuPt |
The interface automatically displays content in the language selected by the user.
Best Practices
Article writing
- Clear titles: Use descriptive titles
- Structure: Use titles and subtitles
- Concision: Get to the point
- Examples: Illustrate with concrete cases
- Update: Keep content current
Organization
- Logical categories: Group by theme
- Consistent tags: Use standard tags
- Cross-links: Link related articles
- Regular review: Check content currency
Maintenance
- Delete obsolete articles
- Update modified procedures
- Add newly discovered solutions
- Correct reported errors
Permissions
| Action | Permission |
|---|---|
| View articles | plaintes.view |
| Administer KB | admin.settings |
| Create/edit articles | admin.settings |
| Publish/unpublish | admin.settings |