> ## Documentation Index
> Fetch the complete documentation index at: https://labs.prompthon.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Reference Note Guidelines

<div className="not-prose my-4 rounded-md border border-gray-200 bg-gray-50 p-2 text-sm dark:border-gray-800 dark:bg-gray-900/40">
  <div className="mb-2 px-1 text-xs font-semibold uppercase tracking-wide text-gray-500 dark:text-gray-400">Need help?</div>

  <div className="flex flex-wrap gap-2">
    <a className="inline-flex items-center gap-2 rounded-md border border-gray-200 bg-white px-3 py-1.5 font-medium text-gray-700 no-underline shadow-sm hover:border-gray-300 hover:bg-gray-50 dark:border-gray-800 dark:bg-gray-950/60 dark:text-gray-200 dark:hover:bg-gray-900" href="https://discord.gg/sDE2HhGTg4" target="_blank" rel="noreferrer">
      <Icon icon="discord" iconType="brands" size={14} />

      <span>Ask in Discord</span>
    </a>

    <a className="inline-flex items-center gap-2 rounded-md border border-gray-200 bg-white px-3 py-1.5 font-medium text-gray-700 no-underline shadow-sm hover:border-gray-300 hover:bg-gray-50 dark:border-gray-800 dark:bg-gray-950/60 dark:text-gray-200 dark:hover:bg-gray-900" href="https://github.com/Prompthon-IO/agent-systems-handbook/issues/new/choose" target="_blank" rel="noreferrer">
      <Icon icon="github" iconType="brands" size={14} />

      <span>Open a GitHub issue</span>
    </a>

    <a className="inline-flex items-center gap-2 rounded-md border border-gray-200 bg-white px-3 py-1.5 font-medium text-gray-700 no-underline shadow-sm hover:border-gray-300 hover:bg-gray-50 dark:border-gray-800 dark:bg-gray-950/60 dark:text-gray-200 dark:hover:bg-gray-900" href="https://github.com/Prompthon-IO/agent-systems-handbook/blob/main/SUPPORT.md" target="_blank" rel="noreferrer">
      <Icon icon="life-ring" size={14} />

      <span>Support guide</span>
    </a>
  </div>
</div>

Use this guide for curated reference notes under
`contributor-kit/reference-notes/`.

## What a reference note is

A curated reference note is not a lab article and not a source project.
It is a structured source roundup that helps future contributors understand a
topic quickly.

Good fits:

* source maps
* comparison roundups
* bounded reading lists
* topic briefings for future lab expansion

## Placement and naming

* Place notes in `contributor-kit/reference-notes/`
* Use topic-first filenames such as `deep-research-source-map.md`

Keep these notes clearly separate from imported materials in `references/`.

## Required shape

Start from [Reference Note Template](/contributor-kit/templates/reference-note-template).

Required sections:

* `Summary`
* `Why It Matters`
* `Scope Notes`
* `Source Map`
* `Synthesis`
* `Gaps And Follow-up`
* `Update Log`

## Working rules

* Curate and synthesize sources instead of copying them.
* Make the scope explicit so future contributors know what the note does not
  cover.
* Prefer short synthesis over long quotes.
* Keep the note useful for future drafting, not just as a bookmark dump.

## Completion standard

A reference note is ready for review when it:

* has a clear topic boundary
* includes a real source map
* adds synthesis rather than raw extraction
* stays outside the imported `references/` tree
