# Community

eSignet is a product of the combined efforts of multiple stakeholders. Community contributions form the project's backbone, driving its growth and stability.

#### **Ways the community contributes:**

* Direct code contributions.
* Design and architecture reviews.
* Bug identification and fixes.
* Technology evaluation support.
* UI/UX design improvements.
* Documentation.

#### How do I contribute?

For code contributions, refer [here](/contribution/code-contribution.md).

To engage with us on our community forum and connect with fellow contributors visit [here](https://community.mosip.io/c/e-signet/15).


---

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