-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
Since many of us use BookStack for documentation it would nice to have additional metadata which can be associated with single page.
One of the ideas I have is to take advantage of rise of chatbots which could later easily integrate to answer questions. Imagine I would be able to add additional "questions" to a page, which would be used by Chatbot to easily find content and answer user's questions.
Proposed flow:
- Assume I have a page called "Language Settings" in which I describe how to change language of an application
- I click on edit and I want to add page "meta data"
- Pick arbitrary meta key (in my case "Question")
- Enter value (in an example "How can I change my language?")
- I can enter multiple Questions
Then I can have a bot integrating BookStack, reading the articles & Questions metadata and build more powerful bot/search engine.
However my proposal is to make this generic, so other users can utilize this and go beyond tags. I just propose to have key-value option for each article I could take advantage of.
Reactions are currently unavailable