Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 04. Keywords.md #127

Merged
merged 1 commit into from
Mar 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions docs/3. Product Features/10. Others/04. Keywords.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
> ### **1 minute read                             &nbsp                             &nbsp                             &nbsp                               `Beginner`**
> ### **1 minutes read                                                                                                                         `Begineer`**

___

**Keywords are used to start a particular flow from a BOT. When beneficiary sends a specific word which is set as keyword for a flow, that particular flow will start and beneficiary will start getting messages from that flow. Multiple Keywords can be defined with a flow and in different languages. Common keywords used are _Hi_, _Hello_, _Help_, _NGO Org Name_ etc, depending on the purpose of the flow.**

## How to define a keyword

Keywords can be defined at the time of creating a flow and can also be edited at a later stage.

1 . Click on `+ CREATE FLOW` button
1 . Click on `+ CREATE` button

![image](https://user-images.githubusercontent.com/32592458/219550208-34441908-f500-4a7a-8ba0-e6b731268cf3.png)
<img width="1465" alt="Screenshot 2024-03-05 at 4 37 06 PM" src="https://github.com/glific/docs/assets/143380171/605ecc92-45ee-4def-9bea-9caec83e1db2"/>



Expand All @@ -20,7 +22,8 @@ Keywords can be defined at the time of creating a flow and can also be edited at

Click on `Edit` icon next to the flow listing page to add or edit the keywords. Keywords are shown below the flow name, to know which keywords are assigned to a flow.

![image](https://user-images.githubusercontent.com/32592458/219550232-57f1505f-c42d-41a8-a832-8d55b369912b.png)
<img width="1268" alt="Screenshot 2024-03-05 at 5 32 30 PM" src="https://github.com/glific/docs/assets/143380171/a2214963-3da4-440e-aa0d-1bd944247dbe"/>


## Ignore keywords

Expand Down
Loading