# Contributing to Meter and Our Documentation

Meter welcomes contributions from the community. If you wish to contribute to any of our projects, including documentation, feel free to clone the relevant repositories listed below.

Please create a unique branch in your local copy. When you have made your modifications and are finished with your contribution, submit a merge request and one of the Meter team members will review and provide any feedback.

You may also reach out to our team at any time if you have questions, or wish to get advance feedback on work in progress.

## Meter Project Contributions

Meter has a number of projects you can contribute to. They are available here: <https://github.com/meterio>.

Some notable projects include:

* [meterify](https://github.com/meterio/meterify): An extended version of `web3` to interact with Meter's RESTful API.
* [Meter NOMP](https://github.com/meterio/meter-nomp): A cryptocurrency mining pool for Meter, written entirely in Node.js.<br>

## Documentation Contributions

The documentation for Meter is created with [Gitbook](https://gitbook.com).&#x20;

The [Documentation Guidelines](/developer-documentation/contributing-to-meter-and-our-documentation/documentation-guidelines.md) discusses how to format documentation according to the Meter standard and highlights approaches to writing Meter documentation.


---

# 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://docs.meter.io/developer-documentation/contributing-to-meter-and-our-documentation.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.
