# Create rules to trigger a Sequence

Rules are the starting point of any Automation Sequence. You will have to create a rule for your channel, and if the user tiggers the rule, the connected sequence gets pushed to the user.

You can set up multiple type of rules depending on the channel.

### Channel wise Rule Availability

Rules are available channel wise.

<table><thead><tr><th width="180">Channel</th><th width="127">Keyword</th><th width="107">Intent</th><th width="130">Referral</th><th width="117">URL</th><th>Post</th></tr></thead><tbody><tr><td>WhatsApp</td><td>✅ </td><td>✅</td><td>✅</td><td></td><td></td></tr><tr><td>Facebook</td><td>✅</td><td>✅</td><td></td><td></td><td>✅</td></tr><tr><td>Messenger</td><td>✅</td><td>✅</td><td>✅</td><td></td><td>✅</td></tr><tr><td>Instagram Feed</td><td>✅</td><td>✅</td><td></td><td></td><td>✅</td></tr><tr><td>Instagram DM</td><td>✅</td><td>✅</td><td>✅</td><td></td><td>✅</td></tr><tr><td>Livechat</td><td>✅</td><td>✅</td><td></td><td>✅</td><td></td></tr><tr><td>Mobile App Plugin</td><td>✅</td><td>✅</td><td></td><td></td><td></td></tr><tr><td>Viber</td><td>✅</td><td>✅</td><td></td><td></td><td></td></tr><tr><td>Line</td><td>✅</td><td>✅</td><td></td><td></td><td></td></tr><tr><td>Telegram</td><td>✅</td><td>✅</td><td></td><td></td><td></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.myalice.ai/myalice-guide-arabic/chatbot-and-automation/create-rules-to-trigger-a-sequence.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
