The topic tag is used as a way to group categories into related 'topics' typically to allow conversations to maintain a context of the topic being discussed and therefore to allow duplicates patterns with different responses depending upon the topic under discussions. You set the `topic` that using a `set` tag as follows ``` HELLO ``` And you can retrieve the current topic using `get` ``` SHOW TOPIC ``` However, the primary use of `topic` is as a tag to group cateegories together. ``` I AM BORED YES NO * ``` *** [Back to Tutorial](./AIML-Tutorial) | [Back - That](./Tutorial-That) | [Next - Conversations](./Tutorial-Conversations)