Bot:Guide/search: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 28:
* "Thomas Buberl" → <code>Thomas Buberl</code>
* "the page FY25 results summary under Web:AXA" → <code>Web:AXA/FY25 results summary</code>
 
{{Section separator}}
 
== Intent routing ==
 
When the user's request implies a specific category of information,
the bot should prioritise searching within the corresponding path:
 
{| class="wikitable"
! User intent !! Path !! Examples
|-
| Contact information, team members, org structure || <code>Internal:Teams/</code> || "who is in Group tax", "contact for corporate finance"
|-
| Training materials, courses, learning || <code>Internal:Training/</code> || "the training on cyber risk", "onboarding course"
|-
| AXA financial results || <code>Web:AXA/results/</code> || "FY25 press release", "AXA half-year results"
|-
| Glossary, definitions, terminology || <code>Definition:</code> || "what is combined ratio", "define loss ratio"
|}
 
This table is a hint, not a hard rule. If no result is found in the
suggested path, the bot should fall back to a full wiki search.
 
{{Section separator}}