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

# Radar 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 short, time-scoped notes in `radar/`.

## What radar is for

Radar notes are for updates that are useful now but too unstable for evergreen
lab pages.

Good fits:

* framework or protocol watch items
* short market updates
* category shifts
* emerging terminology worth tracking

## Placement and naming

* Place notes in `radar/`
* Use date-scoped filenames such as `2026-04-protocol-watch.md`

## Required shape

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

Required sections:

* `Summary`
* `Why It Matters`
* `Evidence And Sources`
* `Signals To Watch`
* `Update Log`

## Working rules

* Keep the note short and scannable.
* Make the time boundary explicit in the title, filename, or content.
* Cite concrete sources instead of vague market impressions.
* Do not turn a radar note into an evergreen tutorial page.

## Completion standard

A radar note is ready for review when it:

* is clearly time-scoped
* has enough evidence to justify the signal
* avoids oversized background explanation
* links to a related evergreen page when relevant
