> 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/building-3d-paws/getting-started/3d-paws-build-and-deployment-roadmap.md).

# 3D-PAWS Build and Deployment Roadmap

End-to-end roadmap for preparing, building, deploying, and maintaining a 3D-PAWS station.

### Overview

The 3D-PAWS Build and Deployment Roadmap shows the major stages involved in taking a station from initial preparation through field deployment and long-term operation.

Use the roadmap to understand the overall workflow and identify the manual sections and resources needed at each stage.

{% hint style="info" %}
The roadmap provides an overview of the process. Detailed instructions, checklists, and supporting resources are provided in the corresponding sections of this manual.
{% endhint %}

***

#### Build and Deployment Roadmap

<figure><img src="https://3872952369-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOPo6sjPamohjSzU18zL8%2Fuploads%2FWCpR4wbvtGNib6bgGpiY%2FScreenshot%202026-08-12%20at%2011.12.12%E2%80%AFAM.png?alt=media&amp;token=ce0b1033-9626-4f8e-9429-2d194ce7e558" alt=""><figcaption></figcaption></figure>

***

#### Using the Roadmap

Follow the roadmap from preparation through ongoing station operation. Depending on the station configuration and deployment, some steps may vary or may not apply.

Use the left-hand navigation menu to access detailed instructions for each stage.


---

# 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/building-3d-paws/getting-started/3d-paws-build-and-deployment-roadmap.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.
