> 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/jump-to-story.md).

# Jump To Story

Our Platform lets you jump to a different story based on a logic written inside your embedded function

```
ctx.jumpTo(storyName, options);
```

| Parameter | Description                                                                                                                                                                                                                                                                                          |
| --------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| StoryName | Name of the story to which the chatbot will run next                                                                                                                                                                                                                                                 |
| Options   | <p>Set of options to trigger a story</p><p></p><p>delay : time in mill seconds</p><p>time : e.g. 11AM </p><p>timezone : e.g. Asia/Kolkata (moment timezones)</p><p></p><p></p><p>e.g. </p><p></p><p>{ "time": "11AM" ,   "timezone": "Asia/Kolkata"}</p><p></p><p>{ "delay": "5000" } //5 second</p> |
