> For the complete documentation index, see [llms.txt](https://resources.viewrail.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resources.viewrail.com/code-compliance/railing-code/guard-and-handrail-requirements.md).

# Guard and Handrail Requirements

### Quick Definitions: Guard vs. Handrail

**Guard (a.k.a. guardrail)**\
A safety barrier such as a railing along open edges like decks, balconies, landings, and stair sides, that prevents falls.

**Handrail**\
The graspable rail you hold while going up and down stairs. It has its own height and usability rules.

**One piece can do both**\
The top of a guard can also serve as the handrail on stairs if it meets certain handrail rules (see Handrail Size Requirements).

### Guard Requirements

**Where guards are required**\
If there’s an open edge and the drop is over 30 inches anywhere within 36 inches (3 feet) of that edge, then you need a guard.

**Residential guard height**\
Your guard must be at least 36 inches tall on level surfaces. On stairs, a guard is typically required when there are 4 or more risers, though some areas may require 42 inches — check your local code.

**Top rail vs. handrail**\
The top of a guard may double as the handrail if it meets handrail rules.

**Note:** Local jurisdictions may require taller guards (e.g., 42 inches). When in doubt, design to 42 inches to satisfy the strictest common requirement, or verify with your inspector.

### Handrail Requirements

**Height**\
The height of the handrail needs to be between 34 and 38 inches measured vertically from the line connecting the stair nosings (imagine a line that grazes the front edge of each tread — that’s the nosing line).

**Continuity**\
Handrails must be continuous for the full flight, without gaps.

**Returns**\
The ends of the handrail need to return to a post, guard, wall, or safety terminal to prevent snags.

**When required**\
On stairways with 4 or more risers


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://resources.viewrail.com/code-compliance/railing-code/guard-and-handrail-requirements.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
