Most of the Krames StayWell implementations display content in a categorized layout.
To implement a categorized layout with Krames StayWell content, begin by creating a section on your web site intended to display information on a specific topic (such as "Smoking Cessation" or whatever may be appropriate for your license).
Simply call the GetCollectionContents method, with the Recursive and IncludeContent parameters set to true, passing in the ID of the collection identified as belonging to the section of the site in question. The response will contain a list of content assigned to the collection, with any subtopic nesting intact. Use the information in the response to present an appropriate list of content as links, usually pointing to a dynamic page on your site that can display any StayWell content using the displaying content scenario.