# Overview

Use this workspace to manage the NRC setup and command behavior in one place.

{% hint style="success" %}
Recommended flow: prompt → profile → settings.
{% endhint %}

{% hint style="info" %}
Paste the selected prompt into your model's **system prompt** field.
{% endhint %}

### Architecture

* [My Prompt](/ali-docs/my-prompt/framework.md)
  * [Framework](/ali-docs/my-prompt/framework.md)
  * [Extra Modules](/ali-docs/my-prompt/extra-modules.md)
* [Changelog](/ali-docs/changelog/latest-changes.md)
* [OOC & Commands](/ali-docs/ooc-and-commands.md)
* [Generation Settings](/ali-docs/generation-settings/active-settings.md)
  * [Active Settings](/ali-docs/generation-settings/active-settings.md)
  * [Prefill](/ali-docs/generation-settings/prefill.md)
* [User Profile Template](/ali-docs/user-profile-template.md)

### Start here

1. Open [My Prompt](/ali-docs/my-prompt/framework.md).
2. Pick [Framework](/ali-docs/my-prompt/framework.md)
3. Paste it into the **system prompt** field.
4. Review [OOC & Commands](/ali-docs/ooc-and-commands.md) for runtime control.
5. Fill the [User Profile Template](/ali-docs/user-profile-template.md).
6. Apply [Active Settings](/ali-docs/generation-settings/active-settings.md).
7. Add [Prefill](/ali-docs/generation-settings/prefill.md).

### Setup flow

1. Copy the framework Prompt, Add Extra Modules if Needed
2. Paste it into the **system prompt** field.
3. Fill the user profile with observable facts only.
4. Apply the active settings.
5. Add the prefill.

### What each section does

* [My Prompt](/ali-docs/my-prompt/framework.md) contains [Framework](/ali-docs/my-prompt/framework.md) and [Extra Modules](/ali-docs/my-prompt/extra-modules.md).
* [Changelog](/ali-docs/changelog/latest-changes.md) tracks meaningful prompt changes and release-style updates.
* [OOC & Commands](/ali-docs/ooc-and-commands.md) explains how to control the simulation without breaking flow.
* [User Profile Template](/ali-docs/user-profile-template.md) contains the copy-ready profile format.
* [Generation Settings](/ali-docs/generation-settings/active-settings.md) contains [Active Settings](/ali-docs/generation-settings/active-settings.md) and [Prefill](/ali-docs/generation-settings/prefill.md).

### Community & support

* 💬 Discord thread: [Join the discussion](https://discord.com/channels/563783473115168788/1495212044792893531)
* 📧 Contact on Discord: `@unknownsuperdarkemperor`
* 📚 Docs: Read the docs first, then ask.


---

# 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://unknown-7.gitbook.io/ali-docs/overview.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.
