> For the complete documentation index, see [llms.txt](https://developer.konverse.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.konverse.ai/platform/embedded-functions/stop-propagation.md).

# Stop Propagation

By Default if the function sends a question (QuickReply & Choice), the chatbot automatically stops propagation to next step in your story. However you may force the chatbot to stop propagation to next step by using the following syntax

```
ctx.stopPropagation();
```
