Skip to content

Commit d6eabbd

Browse files
Merge pull request #34 from botpress/ptrckbp-patch-1
Create README.md for kitchen sink
2 parents d93f2dc + c40d87c commit d6eabbd

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
## What is this?
2+
3+
This is an advanced starter bot template. You can use is as a starting point to build a bot, or as a way to learn Botpress and advanced and common bot-building methodologies.
4+
5+
## Topics covered in this bot
6+
7+
- Loading user data at beginning of conversation
8+
- Add event tracking to your bot
9+
- How to greet the user at the start of a conversation (note: that this only works on webchat → embedded or shareable link).
10+
- AI vs button based routers
11+
- Requiring information from users and sending it to an external tool
12+
- Querying your knowledge base and saving the question and search results
13+
- Assigning the conversation as a ticket to a live agent
14+
- Adding CSAT at the end of the conversation
15+
- Searching and filtering from a Botpress Table
16+
- Segmenting knowledgebase based on customer tag and identity
17+
18+
## How to use
19+
20+
1. download [kitchen-sink.bpz](advanced-starter-bot-template/kitchen-sink.bpz)
21+
2. open [Botpress Studio](https://studio.botpress.cloud)
22+
3. click the Botpress icon at the top left
23+
4. click "import bot from template"
24+
5. select this template
25+
6. watch the video

0 commit comments

Comments
 (0)