> For the complete documentation index, see [llms.txt](https://wiki.fortelling.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.fortelling.app/story-elements.md).

# Story elements

- [Story Elements](https://wiki.fortelling.app/story-elements/story-elements.md): Story elements give each piece of your world a dedicated, searchable, linkable entry so nothing gets lost in scattered notes.
- [Templates](https://wiki.fortelling.app/story-elements/templates.md): Organize story elements into a clear repeatable structure.
- [InkLink](https://wiki.fortelling.app/story-elements/inklink.md): Share and reuse templates across projects or with the community.
- [Tables](https://wiki.fortelling.app/story-elements/tables.md): What are tables in Fortelling? Short answer: Tables let you organize story data into columns and rows inside any story element, so you can compare details, track status, and link elements.
- [Characters & Groups](https://wiki.fortelling.app/story-elements/characters-and-groups.md): The central database for building detailed character profiles and managing the complex social structures of your story.
- [World Building](https://wiki.fortelling.app/story-elements/world-building.md): Worldbuilding is what helps readers feel immersed in the story.
- [Custom Tools](https://wiki.fortelling.app/story-elements/custom-tools.md): Create your own tools exactly how you like them.


---

# 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://wiki.fortelling.app/story-elements.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.
