# Tutorial

- [Create account](https://docs.storysdk.com/tutorial/create-account.md): Description of all the steps to create a StorySDK account
- [Stories Witget](https://docs.storysdk.com/tutorial/stories-witget.md): Setup Stories Widget for website or mobile app
- [Adding New App](https://docs.storysdk.com/tutorial/adding-new-app.md): This guide describes how to add your app to StorySDK.
- [Adding New Stories Group](https://docs.storysdk.com/tutorial/adding-new-stories-group.md): This guide describes how to add new stories group to your app.
- [Adding New Story](https://docs.storysdk.com/tutorial/adding-new-story.md): This guide describes how to add new story to stories group.
- [Editor](https://docs.storysdk.com/tutorial/editor.md): Overview of the Editor’s Main Features
- [Widgets](https://docs.storysdk.com/tutorial/widgets.md)
- [Button](https://docs.storysdk.com/tutorial/widgets/button.md): A button widget that can be used for navigating stories, as a link, or for implementing a custom scenario within your application.
- [Stories size](https://docs.storysdk.com/tutorial/stories-size.md): StorySDK editor is built on a vector grid principle with a base size of 360x640.
- [Dashboard](https://docs.storysdk.com/tutorial/dashboard.md)
- [Stories](https://docs.storysdk.com/tutorial/dashboard/stories.md): This guide describes how you can manage your stories and groups.
- [Analytics](https://docs.storysdk.com/tutorial/dashboard/analytics.md): This guide describes what types of analytics are available to you.
- [Settings](https://docs.storysdk.com/tutorial/dashboard/settings.md): This guide describes how you can manage application settings.
- [Integrations](https://docs.storysdk.com/tutorial/integrations.md): You can integrate StorySDK with various marketing services. To do this, go to the Integrations section.
- [Google Analytics](https://docs.storysdk.com/tutorial/integrations/google-analytics.md): You can integrate StorySDK with Google Analytics to receive all user events.


---

# 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.storysdk.com/tutorial.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.
