# Stories

You can add unlimited numbers of story groups. In each group, you can create an unlimited number of stories. To manage a group, select it in the list of groups:

## Stories tab

On the Stories tab, you can see stories in Draft, Active, and Expired statuses. When a story is created, it is assigned the Draft status. This means that the story has not yet been published and is not visible to users. To publish a story, simply hover over it and click publish. To edit the story, click Open in editor:

You can also unpublish a story by clicking Remove to draft:

You can completely delete the story by clicking on the trash can icon.

## Group Settings tab

On the Group Settings tab, you can manage group settings. Click *"Save"* to save changes:

### General settings

You can change the group name and image in the general settings section. To change the image - click on the current image of the group:

### Display period

Here you can specify the start date and end date of the group display. After the end of the display period, the group will not be displayed to users:

You can manually disable the publication of the group:

You can also delete a group. In this case, all stories will also be deleted:


---

# 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/stories.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.
