> For the complete documentation index, see [llms.txt](https://docs.maker.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maker.co/maker-pages/get-started/how-can-i-organize-my-stories-in-stories-manager.md).

# How can I organize my stories in Stories Manager

{% stepper %}
{% step %}

### Select the Story that you would like to organize or be part of a collection.

<figure><img src="/files/jhCqWoobhqEJGZGoDLbL" alt="How can I organize my stories in Stories Manager — step 1"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click "More" on the right-side panel.

<figure><img src="/files/UgA13m1V9KXaDQg4XFH5" alt="How can I organize my stories in Stories Manager — step 2"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click "ADD TO COLLECTION"

<figure><img src="/files/fH1HhwoJbjwAsEAJIpHn" alt="How can I organize my stories in Stories Manager — step 3"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Select the desired collection/s from the options

<figure><img src="/files/tswGSxP5VfRhZI2TyRWw" alt="How can I organize my stories in Stories Manager — step 4"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click "DONE"

<figure><img src="/files/rWuLIK1shGmNmHgVdQNM" alt="How can I organize my stories in Stories Manager — step 5"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### The story should now be part of the collection selected earlier, you can confirm this by clicking the collection name on the left side panel.

<figure><img src="/files/Bq6c6k8Hqhk2GN39WdFZ" alt="How can I organize my stories in Stories Manager — step 6"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### To create a new collection, click on '+ NEW' on the left side next to the collections and follow the steps.

<figure><img src="/files/n35r7CmIBiow97F93pXb" alt="How can I organize my stories in Stories Manager — step 7"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.maker.co/maker-pages/get-started/how-can-i-organize-my-stories-in-stories-manager.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
