# 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> |


---

# 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://developer.konverse.ai/platform/embedded-functions/jump-to-story.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.
