# StorySDK Documentations

## Documentation

- [Welcome](https://docs.storysdk.com/master.md): StorySDK is a tool to integrate stories and onboardings to your iOS, Android or Web app. This is open-source SDK with no upfront costs.
- [How to get SDK token](https://docs.storysdk.com/sdk-integrations/how-to-get-sdk-token.md)
- [Web SDK](https://docs.storysdk.com/sdk-integrations/web-sdk.md): This guide describes how to add and use StorySDK to your site or web app.
- [React Native](https://docs.storysdk.com/sdk-integrations/react-native.md): React Native components for StorySDK using WebView to display stories.
- [iOS SDK](https://docs.storysdk.com/sdk-integrations/ios-sdk.md): This guide describes how to add and use StorySDK to your iOS app.
- [Cordova](https://docs.storysdk.com/cordova.md): This guide describes how to add and use StorySDK to Cordova app
- [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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.storysdk.com/master.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.
