diff --git a/knowledge/README.txt b/knowledge/README.txt
index 9d6d649..10a7953 100644
--- a/knowledge/README.txt
+++ b/knowledge/README.txt
@@ -172,6 +172,16 @@ For testing, we first have to provide the needed utilities and settings
Competence and Certification Management
=======================================
+ >>> from cybertools.stateful.interfaces import IStatesDefinition
+ >>> from loops.knowledge.qualification import qualificationStates
+ >>> from loops.knowledge.interfaces import IQualificationRecords
+ >>> from loops.knowledge.qualification import QualificationRecords
+ >>> component.provideUtility(qualificationStates,
+ ... provides=IStatesDefinition)
+ >>> component.provideAdapter(QualificationRecords,
+ ... provides=IQualificationRecords)
+
+
Glossaries
==========
diff --git a/knowledge/configure.zcml b/knowledge/configure.zcml
index eb323e8..2552184 100644
--- a/knowledge/configure.zcml
+++ b/knowledge/configure.zcml
@@ -66,6 +66,22 @@
interface="cybertools.knowledge.interfaces.IKnowledgeProvider" />
+
+
+
+
+
+
+
+
+
+
+