> 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/install/forms/custom-gate-measurement-form.md).

# Custom Gate Measurement Form

Thank you again for choosing Viewrail. To help us create your new custom gate, please provide accurate details as requested on this form. Once completed, snap a photo or scan this form, and email it to your Viewrail Team Member.

***

### 1. Measurement Options (Please Choose One)

{% columns %}
{% column %} <i class="fa-circle">:circle:</i> **Option 1 - Desired Gate Width**

We build to your exact requested width; you'll set posts as needed

<figure><img src="/files/inmx99PTuhLQnGYV7dud" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %} <i class="fa-circle">:circle:</i> **Option 2 - Post-to-Post Opening**

We'll size the gate to fit between your existing posts or supports.

<figure><img src="/files/RxLOtCSCr08XKxst9pR4" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %} <i class="fa-circle">:circle:</i> **Option 3 - Top of Stairs (Against Structure)**

For gates at the top of stairs placed against a wall or structure

<figure><img src="/files/SAIupfY9jIJlyrDKaQ1r" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %} <i class="fa-circle">:circle:</i> **Option 4 - Top of Stairs (Between Railings)**

For gates at the top of stairs fitting between two railings or posts.

<figure><img src="/files/R2GQSsRHfZlNxOILqKsY" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

***

### 2. Handrail Height and Style Selection

{% columns %}
{% column %}
**Handrail Height (Check One)**

<i class="fa-circle">:circle:</i> **36"** <i class="fa-circle">:circle:</i> **39"** <i class="fa-circle">:circle:</i> **42"**

<figure><img src="/files/IGrfdbZCu3I46dA3nOOA" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}
**Gate Top (Check One)**

<i class="fa-circle">:circle:</i> **Dome** <i class="fa-circle">:circle:</i> **Domeless**

<figure><img src="/files/YhG3ksi1TQKnqyNIFqDB" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### Additional Notes or Comments

Use this space for any other details you want to include.

***

***

***

***

***

***

***

***

***


---

# 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/install/forms/custom-gate-measurement-form.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.
