# Contributing

The Academy is designed in a way that makes it easy for new Asset Chain developers to contribute educational resources.

If you'd like to create your own tutorial on building with Asset Chain, or would like to suggest an existing tutorial, please submit it at the link below. We are open to all forms of educational content; blog posts, courses, videos, GitHub repositories, even infographics!

{% embed url="<https://github.com/xendfinance/assetchain-academy-home?tab=readme-ov-file#want-to-contribute>" %}
contribution and submission link
{% endembed %}

In addition, please report any issues or bugs as issues specific to each Asset Chain Academy Dapp repo. Including steps on what went wrong, also helps the bug-fixing process.

The [Asset Chain Academy Repo](https://github.com/xendfinance/assetchain-academy-home) is open-sourced and actively maintained.


---

# 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://academy.assetchain.org/module-1-getting-started/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.
