> For the complete documentation index, see [llms.txt](https://octanta-studio.gitbook.io/narrative-designer-visualize-and-systematize-story/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://octanta-studio.gitbook.io/narrative-designer-visualize-and-systematize-story/usage-guide-ai-prompting.md).

# Usage Guide (AI Prompting)

<figure><img src="/files/RQKEGIgEovc9dGA4I6gx" alt=""><figcaption></figcaption></figure>

> “The present contains nothing more than the past and what is found in the effect was already in the cause.” – Henri Bergson, Creative Evolution, 1907

Narrative Designer is tailored for AI role-playing sessions and objective analysis. The system offers all the tools needed for AI consultations focused on analyzing character backstories and the narrative in relation to the overall game concept. This analysis helps predict plausible future actions and plot developments, facilitating the creation of logical and cohesive story.

<table data-header-hidden><thead><tr><th width="372"></th><th></th></tr></thead><tbody><tr><td><p></p><ol><li>Open menu or a separate object (Character Brain / Database /Global Context) and export it as .txt.</li><li>Open your AI assistant (Chat GPT / Claude / DeepSeek).</li><li>Paste the exported .txt file + prompt into it.</li><li>Use the results to develop the plot and characters.</li></ol></td><td><div><figure><img src="/files/In96Gj3nsrWy3WsDv9oN" alt=""><figcaption></figcaption></figure></div></td></tr></tbody></table>

**Examples**

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td>The developer exports a character as a <code>.txt</code> , feeds it into an AI.</td><td><strong>Request as result ↓</strong></td><td><ul><li>Roleplay session with potential quotes, motives and ideas of the character</li><li>Suggestions for deepening the char`s psychology in the eyes of the player through visuals, music, combat style, housing design, etc.</li><li>Quest ideas that reveal the character</li><li>Analysis of the character's balance</li></ul></td><td><a href="/files/Kj93cci9LlZ6J79yONNy">/files/Kj93cci9LlZ6J79yONNy</a></td></tr><tr><td>The developer selects a plot point, exports it as <code>.txt</code>, feeds it into an AI.</td><td><strong>Request as result ↓</strong></td><td><ul><li>A draft of the dialogue likely to occur in the scene</li><li>Scene visualization as a reference for the artist</li><li>Ideas for utilizing game mechanics related to the scene</li><li>Potential plot twists related to the scene</li><li>Analysis of whether the sequence of previous scenes leads to the player losing interest</li></ul></td><td><a href="/files/xGzwe47JgbDBb9QInT9f">/files/xGzwe47JgbDBb9QInT9f</a></td></tr><tr><td>The developer exports the global context, feeds it into an AI.</td><td><strong>Request as result ↓</strong></td><td><ul><li>Analysis of any plot holes in the story and which branches remain unfinished</li><li>Analysis of how the narrative pace aligns with the selected genres</li><li>Analysis of the emerging profile of the reader/player and whether it matches the target audience</li><li>Determining which parts may be boring and which could be selling points</li></ul></td><td><a href="/files/nMpbtA2elQnYZZQZyDWc">/files/nMpbtA2elQnYZZQZyDWc</a></td></tr></tbody></table>

{% hint style="info" %}
We do not support raw generation. AI is an assistant — its output should be curated by a human.
{% endhint %}


---

# 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:

```
GET https://octanta-studio.gitbook.io/narrative-designer-visualize-and-systematize-story/usage-guide-ai-prompting.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.
