> For the complete documentation index, see [llms.txt](https://docs.wayfinders.network/apps-and-tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wayfinders.network/apps-and-tools/storykeeper/create-a-story/content-types.md).

# Content Types

As you may have guessed from its name, when StoryKeeper was first released the only type of 'content' that could be created was a story. Whilst the concept and essence of stories are still central to the "wayfinding" [approach](https://www.wayfinders.network/blog/story-measure/), now there are other content types that can be created/assigned. This can be done through the "type" drop down menu...

<figure><img src="/files/fKaLVN5pnjrza54YWugp" alt="" width="435"><figcaption></figcaption></figure>

The default content type is still a 'story', however other options for all accounts are 'my profile', 'reflection', 'question' and 'resource'. Additional content types can also be added to accounts upon request - in the screenshot above, these are 'idea' and 'experiment'

Most content types will have a default icon that is displayed if/when the content is published to a WayFinder canvas. This will be overridden if you [set a cover image](/apps-and-tools/storykeeper/publish-stories.md#publishing-options) (for example, a headshot of yourself for the 'profile' content type)

### What exactly do we mean by 'content type'???

In case there is a need for clarification, note that the use of the term "content type" is not related to the type of media being used (text, audio, video, image etc), but instead an expectation/guide for what is being conveyed.&#x20;

For example a \[story] may contain *"a descriptive account of incidents or events"* and a \[reflection] *"an opinion formed or a remark made after careful thought".*&#x20;

A \[profile] would be expected to have information about a person, a \[question] would pose a question (no surprise there!), and a \[resource] could be a link to, or section of, a research paper or user guide.

See the latter part of this [blog post](https://www.wayfinders.network/blog/exploring-wayfinder-canvas/) for why content types (and the associated icons on a WayFinder canvas) are important.

### Templates

Custom content types can have "template" text that pre-populates the details text field when that content type is selected. Here is what that looks like when the custom content type \[CLA in Action] is selected...

<figure><img src="https://i.gyazo.com/15d2537739e166ae8351b52bd29969f7.gif" alt=""><figcaption></figcaption></figure>

This is a really useful way to structure and guide what is entered, rather than having it completely open-ended. For example, the template text could be a series of questions/prompts that the user can respond to. In the example above, the template text contains hashtags that also act as headings.&#x20;

The user is able to edit/delete anything from the template text - it is just a starting point. Also note that the template text will not overwrite any text that has already been entered into the details field - it will be added before the existing text, with a '---' separator delineating between the template text and the existing text.


---

# 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.wayfinders.network/apps-and-tools/storykeeper/create-a-story/content-types.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.
