Core Concept

Human Design 64 Gates — Complete Guide

Technical guide to the 64 Gates in Human Design for developers working with chart data.

प्रकाशित 20 मार्च 2026

What are Gates in Human Design?

Gates are the 64 fundamental energetic themes in Human Design, directly mapped from the 64 hexagrams of the I Ching. Each Gate resides in one of the 9 Centers and represents a specific quality, talent, or life theme. When a planet occupies the degree range assigned to a Gate at the time of birth, that Gate is said to be “activated” in the chart.

Gate structure

Each Gate has:

  • A number (1-64) — Its identifier, corresponding to the I Ching hexagram
  • A Center — The Center where it resides (e.g., Gate 34 is in the Sacral Center)
  • 6 Lines — Sub-positions within the Gate that add behavioral nuance
  • Color and Tone — Deeper sub-line information available in the full /v1/bodygraph response
  • A Channel partner — The Gate at the other end of its Channel (e.g., Gate 34 connects to Gate 20 to form Channel 34-20)

How Gates appear in the API

The /v1/simple-bodygraph endpoint returns a flat list of activated Gates:

{
  "gates": [34, 20, 57, 10, 44, 1, 8]
}

The /v1/bodygraph endpoint returns Gates with full detail:

{
  "gates": [
    {"gate": 34, "line": 3, "color": 2, "tone": 4, "planet": "Sun", "type": "personality"},
    {"gate": 20, "line": 4, "color": 1, "tone": 6, "planet": "Earth", "type": "personality"}
  ]
}

The type field indicates whether the Gate is activated by the Personality (conscious, birth moment) or Design (unconscious, 88 degrees before birth) calculation.

Gates and Channels

When two Gates that form a Channel pair are both activated, the Channel between them becomes defined. This connects the two Centers and creates a consistent energy flow. The API automatically calculates which Channels are defined and returns them in the channels array.

Relationship to I Ching

Each of the 64 Gates directly corresponds to one I Ching hexagram. Gate 1 is Hexagram 1 (The Creative), Gate 64 is Hexagram 64 (Before Completion). This provides a rich symbolic layer that Human Design practitioners use for interpretation.

संबंधित लिंक