# Contributing

Dartez is open source and we love to receive contributions from whosoever passionate with the technology.

There are many ways to contribute, from writing tutorials or blog posts, improving the documentation, bug reports and feature requests or writing code. We certainly welcome pull requests as well.

### Feature Requests And Bugs

Please file feature requests and bugs at the [issue tracker](https://github.com/Tezsure/Dartez/issues/new). If you want to contribute to this library, please submit a Pull Request.\
You can get in touch with us for any open discussion and support via [Telegram](https://t.me/naanwallet).


---

# 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.dartez.io/contributing.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.
