# About Community Submissions

## Community Support through Submissions:

{% hint style="info" %}
We welcome and encourage community submissions! If you are interested in contributing to our support community by submitting your own documentation, configurations, best practices, or settings, please submit your contribution through GitHub by first creating a GitHub account [here](https://github.com/). &#x20;
{% endhint %}

## Using GitHub to submit your contribution:

Once you have made a GitHub account, navigate to the [PrintM3D ](https://github.com/PrintM3D)GitHub home page and select the repository that fits your contribution.&#x20;

{% hint style="info" %}
If you are not familiar with GitHub reading through this short [tutorial ](https://guides.github.com/activities/hello-world/#branch)is helpful. &#x20;
{% endhint %}

When you have reached the **correct repository** for your contribution, you will need to **create a branch** in order to make your edits, add your contribution, or make any other changes that will help support the PrintM3D Community.&#x20;

Once you are happy with your changes, you are free to save them by clicking the **commit change**s button.&#x20;

After your changes have been made, and saved within the new branch you will need to create a **Pull Request**. The Pull Request will alert our team that there are new submissions up for review within the PrintM3D repositories. If you would like your submissions to be reviewed by a specific M3D team member, or contributing member of the PrintM3D community you should use the [@mention system](https://help.github.com/articles/about-writing-and-formatting-on-github/#text-formatting-toolbar) when filling out your Pull Request. &#x20;


---

# 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://crane.printm3d.com/community-submissions-attributions/community-submissions.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.
