> 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.md).

# Getting Started

Overview of the preparation steps, resources, and core guidance needed before building and deploying a 3D-PAWS station.

### Overview

Before beginning assembly, review the [**3D-PAWS Build and Deployment Roadmap**](/building-3d-paws/getting-started/3d-paws-build-and-deployment-roadmap.md) to understand the overall process from component preparation through field deployment and long-term maintenance.

Then use the pages in this section to prepare for your build.

***

#### 3D Printing Components

Review guidance for printing and preparing the structural components used to build a 3D-PAWS station, including:

* recommended filament and printing practices
* filament storage and humidity control
* support removal and part finishing
* thread preparation and dry fitting

Proper preparation of printed parts improves assembly and long-term durability in the field.

→ See [**3D Printing Components**](/building-3d-paws/getting-started/3d-printing-components.md)

***

#### Materials and Tools

Review the parts, hardware, sensors, and tools required before beginning assembly.

This includes:

* station parts and hardware
* recommended assembly tools
* sensor-specific components
* parts for optional instruments

Confirm that the required materials are available before starting your build.

→ See [**Materials and Tools**](#materials-and-tools)

***

#### Cables and Connectors

Review the cabling and connector guidance before wiring sensors to the data logger.

This includes:

* connector selection
* I²C cable configuration
* strain relief and cable protection
* corrosion protection for outdoor deployments

Proper cable preparation and routing are important for reliable long-term operation.

→ See [**Cables and Connectors**](/building-3d-paws/getting-started/cables-and-connector-systems.md)

***

#### Ready to Build?

Once the printed components, materials, tools, and cables are prepared, continue to the instrument assembly pages to begin building the station components.


---

# 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.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.
