# How to contribute

You can contribute to the project in different ways...

### Create and publish new templates

If you have created templates that can be used by other developers, please post them on GitHub and let us know. They could possibly be added to the Telosys example templates.

### Submit new ideas&#x20;

If you have ideas for improving Telosys, please let us know. You may have use cases that we haven't thought of, particular target languages, etc. The best ideas are those that come from different projects.

### Write articles or tutorials

You can also share your experience by writing articles or tutorials on your own blog or on sites like LinkedIN (<https://www.linkedin.com/>), DEV (<https://dev.to/>), HackerNoon (<https://hackernoon.com/>), Medium ( <https://medium.com/>), etc

### Create new extensions for some IDE or editors

You can create an extension for your favorite IDE or editor in order to get syntax highlighting for Telosys models or templates.

### Contact

Whatever your creation around Telosys let us know.\
Send a mail at : <telosysteam@gmail.com>&#x20;

###


---

# 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://doc.telosys.org/how-to-contribute.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.
