# Welcome to ZeroG

## Welcome

The Zero G documentation will give you a start building your project, learning all about 3D printing and more!

## Getting Started

On this website you’ll find all sorts of information, [ABS Printing Tips](https://tempdocs.zerog.one/guides/printing/printing-tips), [Print Settings](https://tempdocs.zerog.one/guides/printing/print-settings), [Design Guidelines](https://tempdocs.zerog.one/guides/design), [Mainsail Theme](https://tempdocs.zerog.one/faq/mainsail/mainsail-theme-setup), [Manuals](https://app.gitbook.com/o/3NLq4uuZBWfCNDv3xY44/s/XgzDoYdwl0Vuu3qB4KOp/) and more!

Currently we’re working on instructions for two of our projects. Our projects are **Mercury One.1** and **Hydra**.

*The documentation is still a work in progress so keep in mind it’s not complete.*

{% content-ref url="<https://app.gitbook.com/s/XgzDoYdwl0Vuu3qB4KOp/mercury-one.1>" %}
[Mercury One.1](https://app.gitbook.com/s/XgzDoYdwl0Vuu3qB4KOp/mercury-one.1)
{% endcontent-ref %}

{% content-ref url="<https://app.gitbook.com/s/XgzDoYdwl0Vuu3qB4KOp/hydra>" %}
[Hydra](https://app.gitbook.com/s/XgzDoYdwl0Vuu3qB4KOp/hydra)
{% endcontent-ref %}

## Discord

We’re a big [Discord](https://discord.gg/zerog) advocate! We love using it and building a community. Missing something in the documentation, need assistance, share your adventure, or enjoy a nice community? Join our [Discord](https://discord.gg/zerog) today!

## Step Files!

The step files for Hydra and Mercury One.1 are now available.

Find them in the menu: Manual → [Mercury One.1](https://tempdocs.zerog.one/broken-reference) **OR** [Hydra](https://tempdocs.zerog.one/broken-reference) → Files. There is a section called “Step files”.

## License

We’re not using a GPL3 license like most other open source projects. Our work is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/)

**What does this mean and why did you choose for this instead of GPL3?**

1. What does this mean?
   1. Read more about the license here [**here**](http://creativecommons.org/licenses/by-nc-sa/4.0/).
2. Why did you choose this license?
   1. I want to protect our project from others taking advantage of our files and community members.
   2. The license still allows you to do the following:
      1. **Share** — copy and redistribute the material in any medium or format
      2. **Adapt** — remix, transform, and build upon the material
   3. Yes, **Share and Adapt** come with **terms** and you can read those [**here**](http://creativecommons.org/licenses/by-nc-sa/4.0/).


---

# Agent Instructions: 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:

```
GET https://tempdocs.zerog.one/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
