# 📖 Contribution

### Contribution Guidelines

There are many ways to contribute to the OSIF project. This overview summarizes the most important steps to get you started as a contributor.

* Report bugs to the OSIF issue tracker.
* Make suggestions for changes, updates, or new features to the OSIF issue tracker.
* Contribute bug fixes, example code, documentation, or tutorials to OSIF.
* Contribute new features to OSIF.

### Contribute new modules

* *Fork it!*&#x20;
* *Create your feature/module branch: **git checkout -b my-new-module***&#x20;
* *Commit your changes: **git commit -am 'Add some module'***&#x20;
* *Push to the branch: **git push origin my-new-module***&#x20;
* *Submit a pull request*

### Module

Modules python code must be place inside **modules -> sub-folder**

<figure><img src="/files/yXmuz8msialRvEaByJ49" alt=""><figcaption><p>module structure</p></figcaption></figure>

This example shows an example of a  module for OSIF aimed to find the DNS Records

<figure><img src="/files/2EFL4dji1EBKqyYYo45Q" alt=""><figcaption></figcaption></figure>


---

# 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://osif.laet4x.com/contribution.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.
