> For the complete documentation index, see [llms.txt](https://3dpaws.comet.ucar.edu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://3dpaws.comet.ucar.edu/deploying-3d-paws.md).

# Deploying 3D-PAWS

### Overview

Deploying a 3D-PAWS station involves selecting an appropriate site, installing the station in the field, verifying system operation, and documenting installation conditions.

Careful installation ensures that observations are accurate, reliable, and representative of local conditions.

***

### Deployment Workflow

The deployment process follows these key steps:

* **Site Selection** – Choose a location with appropriate exposure and environmental conditions
* **Field Installation** – Install and secure the station, sensors, and supporting equipment
* **System Verification** – Confirm that the station is operating properly and transmitting data
* **Metadata and Documentation** – Record site conditions, configuration, and installation details

Each step is described in more detail in the sections below.

***

### Key Deployment Resources

Use the following pages to guide your deployment:

* [**Site Selection**](/deploying-3d-paws/site-selection.md) – Guidance on selecting an appropriate location
* [**Field Installation and Deployment**](/deploying-3d-paws/field-installation-and-deployment.md) – Installing the station and verifying operation
* [**Wind Vane Alignment**](/deploying-3d-paws/wind-vane-alignment.md) – Aligning wind direction measurements to true north
* [**Station Metadata**](/deploying-3d-paws/station-metadata.md) – Documenting site and installation details
* [**Installation Checklist**](https://docs.google.com/document/d/1--PBiW-t_eiH6AI-fDY2usEfYwW2dc-Q79F7PT1GA9w/edit?usp=sharing) – A field checklist for deployment

For guidance on meteorological observing practices, see the [*World Meteorological Organization (WMO) Guide to Instruments and Methods of Observation (WMO-No. 8)*.](https://community.wmo.int/site/knowledge-hub/programmes-and-initiatives/instruments-and-methods-of-observation-programme-imop/guide-instruments-and-methods-of-observation-wmo-no-8)


---

# 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://3dpaws.comet.ucar.edu/deploying-3d-paws.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.
