# Welcome to SLAG

## Overview

Development on SLAG began in December of 2024 as a way to generate an illustrated SciFi novel called *Starfall: Lost Age of Giants*. Shortly after generating the first chapter for *Starfall*, the team behind SLAG saw the potential in building a more abstract framework.\
\
Rather than create an application to generate a single literary work, we are building a system that can build *any* literary work from a single prompt. By leveraging modern LLMs (Claude Sonnet 3.5 at present), retrieval-augmented generation (RAG), and programmatic recursive-prompting, SLAG is able to develop rich stories complete with world building, character development, plot construction, and more.

At it's core, SLAG is a way of empowering anyone and everyone with the means to generate long-form fictional content for themselves and their communities.&#x20;

Together, we can make reading great again.


---

# 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.lostage.io/welcome.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.
