> 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/other-3d-paws-resources.md).

# Other 3D-PAWS Resources

Use this section to find manuals, training, community links, and field resources for 3D-PAWS.

### Manuals and Reference Materials

* [Current Full Manual (PDF version)](https://drive.google.com/file/d/1LFGEavYDBucSGU28-EkhmXPjH0kIDs9i/view?usp=drive_link)
* [Previous Manual Versions](/other-3d-paws-resources/previous-manual-versions.md)
* [Sensor Datasheets](/other-3d-paws-resources/sensor-datasheets.md)
* [Materials and Tools](/building-3d-paws/getting-started/materials-and-tools.md)
* [CHORDS Introduction](https://docs.google.com/document/d/1FbDuxSaUOrkOubAsJqw1zbSVJCGgxhQau08r9AlbykY/edit?tab=t.0)&#x20;

### Community and Media

* [3D-PAWS GitHub](https://github.com/3d-paws) for source code and hardware repositories
* [3D-PAWS Forum](https://3dpaws.discourse.group/) for questions and community discussion
* [3D-PAWS Youtube](https://www.youtube.com/channel/UCaxlD_Ylp3ooI8ej8ACmJDg) for build walkthroughs and related videos

### Training and Learning

* [COMET Instrumentation Course](https://www.meted.ucar.edu/education_training/course/58) through [MetED](https://www.meted.ucar.edu/)

### Field Forms and Station Resources

* [3D-PAWS wiring diagram](https://3872952369-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOPo6sjPamohjSzU18zL8%2Fuploads%2F9UdXhiwz0OWNnQlNZs4Z%2FParticle_FullStation-v20251105.png?alt=media\&token=ad088b44-4665-4035-823a-bef69c80bda2) for a Particle full station
* [3D-PAWS Metadata Form](https://docs.google.com/document/d/1q_UKSZHwp8ADDljWSyT0m7x3b6vQNsZgFbbu2g5cdOE/edit?tab=t.0)
* [3D-PAWS Installation Checklist](https://docs.google.com/document/d/1--PBiW-t_eiH6AI-fDY2usEfYwW2dc-Q79F7PT1GA9w/edit?usp=sharing)


---

# 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/other-3d-paws-resources.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.
