> 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/3d-printed-automatic-weather-station-3d-paws/terms-of-use.md).

# Terms of Use

Licensing terms for 3D-PAWS software, hardware, print files, and documentation.

### Overview

3D-PAWS is committed to open science, open-source development, and transparent sharing.

Different components of the 3D-PAWS project are distributed under different open licenses. This page provides an overview of those licenses and how to properly attribute 3D-PAWS materials.

{% hint style="info" %}
This page summarizes the licensing approach used by 3D-PAWS. For complete legal terms and requirements, refer to the applicable license and the LICENSE files included with individual 3D-PAWS repositories.
{% endhint %}

***

#### Software

**Licenses: Apache License 2.0 and MIT License**

3D-PAWS software components are released under the [**Apache License 2.0**](https://3dpaws.comet.ucar.edu/3d-printed-automatic-weather-station-3d-paws/terms-of-use#:~:text=Licenses%3A-,Apache%20License%202.0,-and%20MIT%20License) and the [**MIT License**](https://opensource.org/license/mit).

You may use, modify, and distribute the software, including for commercial purposes, provided that you comply with the terms of the applicable license.

Refer to the **LICENSE** file in each software repository for the license that applies to that project and for complete legal terms and attribution requirements.

***

#### 3D-Print Files and Hardware

**License: CERN Open Hardware License Version 2 (CERN OHL v2)**

3D-printable files, hardware designs, and kit documentation are licensed under the [**CERN Open Hardware License Version 2**](https://gitlab.com/ohwr/project/cernohl/-/wikis/uploads/3eff4154d05e7a0459f3ddbf0674cae4/cern_ohl_p_v2.txt).

This license allows the designs to be used, modified, and distributed while maintaining open access to modifications and derivative hardware designs.

If you distribute modified versions, you must also share those changes in accordance with the applicable license terms.

Refer to the LICENSE file included with the hardware repository for complete requirements.

***

#### Documentation

**License: Creative Commons Attribution 4.0 International (CC BY 4.0)**

3D-PAWS website content, written guides, and documentation are licensed under the [**Creative Commons Attribution 4.0 International License (CC BY 4.0)**](https://creativecommons.org/licenses/by/4.0/).

You may copy, redistribute, adapt, and build upon the documentation for any purpose, including commercial use, as long as appropriate credit is provided.

***

#### How to Attribute 3D-PAWS

When reusing or adapting 3D-PAWS materials, include:

* the project name: **3D-PAWS**
* the applicable license
* a link to the original 3D-PAWS website or repository
* an indication of whether changes were made

**Example attribution for documentation:**

> Content adapted from 3D-PAWS (<https://3dpaws.comet.ucar.edu/>), licensed under CC BY 4.0.

{% hint style="info" %}
Software and hardware repositories may have specific attribution or notice requirements. Always check the LICENSE and related files in the repository you are using.
{% endhint %}

***

#### Questions and Contributions

Questions about licensing, reuse, or attribution can be directed to the 3D-PAWS team.

**Email:** <icdp_staff@comet.ucar.edu>

You can also submit questions, issues, or contributions through the appropriate 3D-PAWS GitHub repository.

By contributing to 3D-PAWS, you agree that your contributions will be licensed under the terms applicable to the corresponding project component.


---

# 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/3d-printed-automatic-weather-station-3d-paws/terms-of-use.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.
