# Settings

## App Settings

This tab contains the general application settings. You can edit the name or delete the application. If deleted, all groups and stories will also be deleted.

This tab also contains the SDK token, which is used to integrate the SDK into your applications.

## Style

On this tab, you can control the style of story groups. There are 4 types of group icons available for selection. Style settings apply for each platform separately (iOS, Android, Web). To select a style, click on the desired platform name, then click on your chosen example and click "*Save settings*" at the top:

You can also control the style of groups by setting the pixel size and CSS styles. [Read more](broken://pages/Oad4ot6lh6gFwlytAdm7)

## Localization

Here you can configure the available locales for your application. To add a new locale, click *"Add new locale"* and select the required locale from the list:

To remove or set the localization as default, click on the kebab menu icon:

The default localization will be used when creating and editing groups, stories, and viewing analytics.


---

# 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/dashboard/settings.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.
