# Community

The PASS Community Documentation provides guidelines and resources for contributing to the Eclipse PASS project,\
covering key areas such as [developer guidelines](/community/developer-guidelines.md), the [project roadmap](/community/pass-roadmap.md), and\
ways to get involved. It outlines best practices for reporting bugs, contributing code, and testing to ensure a\
high-quality and collaborative development process. The documentation also includes the PASS roadmap, which details\
planned initiatives around user engagement, community building, system administration, and application enhancements.

## Getting Involved

PASS is an open-source community project, and there are many ways to contribute—whether by providing feedback, reporting\
bugs, or writing code. Community members are encouraged to:

* Review the existing code base and documentation.
* Test the [PASS Docker](/developer-documentation/pass-docker.md) local test instance to understand workflows and features.
* Join discussions on [Slack](https://eclipse-pass.slack.com/archives/C035MNLRD44) to ask questions or offer suggestions.
* Follow the [pull request workflow](/community/developer-guidelines.md#pull-request-workflow) to submit code contributions.

If you’re new to the project, a great starting point is to try the [PASS Docker](/developer-documentation/pass-docker.md)\
local test instance to explore the application and understand its core functionality.

For more detailed developer information, visit the [PASS Developer Documentation](/developer-documentation.md) and read\
over the [developer guidelines](/community/developer-guidelines.md). To review the PASS roadmap and stay updated on future\
developments, see our [PASS Roadmap](/community/pass-roadmap.md).


---

# 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.eclipse-pass.org/community.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.
