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

# Contributor

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

Best for people who want to shape Prompthon Agentic Labs by adding, revising,
curating, building, or maintaining handbook material.

Start with [Start Here](/contributor-kit/start-here) for the contributor path,
then use [Contributing](https://github.com/Prompthon-IO/agent-systems-handbook/blob/main/CONTRIBUTING.md) for the public workflow,
[Contributor Kit](/contributor-kit) for the working assets, and
[Prompthon Agentic Labs Structure](/contributor-kit/lab-structure) for the
repo
map and reference boundary.

## Shared starting points

* [Environment Setup](/reading-paths/environment-setup): the shared local setup guide for
  validating the repo-owned starter code.
* [Sample Projects](/reading-paths/sample-projects): the public map of current starter
  projects and their intended scope.

## Supported contribution types

* lab articles
* radar notes
* source projects
* practitioner skill packages
* curated reference notes

## Suggested sequence

1. [Start Here](/contributor-kit/start-here)
2. [Contributing](https://github.com/Prompthon-IO/agent-systems-handbook/blob/main/CONTRIBUTING.md)
3. [Basic GitHub Flow For Contributors](/contributor-kit/contribution-workflow)
4. [GitHub Issue Guide](/contributor-kit/github-issue-guide)
5. [Contributor Kit](/contributor-kit)
6. [Article Guidelines](/contributor-kit/article-guidelines)
7. [Radar Note Guidelines](/contributor-kit/radar-note-guidelines)
8. [Source Project Guidelines](/contributor-kit/source-project-guidelines)
9. [Reference Note Guidelines](/contributor-kit/reference-note-guidelines)
10. [Review Checklist](/contributor-kit/review-checklist)
11. [Prompthon Agentic Labs Structure](/contributor-kit/lab-structure)

## What this path optimizes for

* Editorial consistency
* Small, manageable contribution units
* Clear templates and review expectations
* Safe use of reference material
