# Contributing

To help contribute and improve the Kryptokrona project, you can:

* submit pull requests, or create issues over at our [GitHub Repo](https://github.com/kryptokrona/kryptokrona).
* help improve this wiki by submitting a pull request/making an issue over at its [GitHub Repo](https://github.com/kryptokrona/kryptokrona-docs).
* You can run a [Public Node](/node/run-a-public-node.md) or [Mining Pool](/mining/run-a-mining-pool.md)
* help make various tools which need to be refined/be worked on (wallets, daemons etc.).\
  Check the [GitHub Repo](https://github.com/kryptokrona/kryptokrona) for more information.

  The #bounties channel in the Discord has a list of bounties (pinned) offered to users who can help improve functionality in existing tools/make a tool which can be used.


---

# 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.kryptokrona.org/about/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.
