diff --git a/docs/error_knowledge_base.md b/docs/error_knowledge_base.md
index 0dbbc3153b..f238abe2ba 100644
--- a/docs/error_knowledge_base.md
+++ b/docs/error_knowledge_base.md
@@ -365,3 +365,12 @@ The .gitattribute file lists which files should be converted to LF when commit.
> git config --local core.eol lf
The `core.autocrlf` disabled means that git will not convert from CRLF to LF on commit. The `core.eol` sets the specific line ending to be used for every commit.
+
+#### **#KB-H062: "TOOLS CROSS BUILDING"**
+
+Replace all occurrences of `tools.cross_building(self.settings)` with `tools.cross_building(self)`.
+When cross building, conan needs to compare `self.settings` and `self.settings_build`, which are attributes of `self`.
+
+#### **#KB-H064: "INVALID TOPICS"**
+
+An invalid topic has been detected. Remove or rename it.