# GET INVOLVED

- [Why open source?](https://wiki.simpler.grants.gov/get-involved/get-involved.md)
- [Open source and security](https://wiki.simpler.grants.gov/get-involved/open-source-and-security.md): Answer the most common questions we hear about how an open source software affects security, and explain why public code is an asset, not a liability, when it is paired with strong operational control
- [How to contribute code](https://wiki.simpler.grants.gov/get-involved/github-code.md)
- [How to file issues](https://wiki.simpler.grants.gov/get-involved/github-planning.md)
- [Report a bug](https://wiki.simpler.grants.gov/get-involved/github-planning/filling-out-a-bug-report.md)
- [Request a feature](https://wiki.simpler.grants.gov/get-involved/github-planning/filling-out-a-feature-request.md)
- [Report a security vulnerability](https://wiki.simpler.grants.gov/get-involved/github-planning/reporting-a-security-vulnerability.md)
- [Community guidelines](https://wiki.simpler.grants.gov/get-involved/policies-and-guidelines.md): Describes our policies and guidelines around collaborating as a community.
- [Code of Conduct](https://wiki.simpler.grants.gov/get-involved/policies-and-guidelines/code-of-conduct.md)
- [Content privacy](https://wiki.simpler.grants.gov/get-involved/policies-and-guidelines/content-privacy.md)
- [Reporting and removing content](https://wiki.simpler.grants.gov/get-involved/policies-and-guidelines/reporting-and-removing-content.md)
- [Incident response protocol](https://wiki.simpler.grants.gov/get-involved/policies-and-guidelines/incident-response-protocol.md)
- [Community events](https://wiki.simpler.grants.gov/get-involved/community-events.md)
- [Fall 2024 Coding Challenge](https://wiki.simpler.grants.gov/get-involved/community-events/fall-2024-coding-challenge.md)
- [Event Submissions & Winners](https://wiki.simpler.grants.gov/get-involved/community-events/fall-2024-coding-challenge/event-submissions-and-winners.md)
- [Spring 2025 Collaborative Coding Challenge](https://wiki.simpler.grants.gov/get-involved/community-events/spring-2025-collaborative-coding-challenge.md): Welcome to the Spring 2025 Collaborative Coding Challenge
- [Event Submissions & Winners](https://wiki.simpler.grants.gov/get-involved/community-events/spring-2025-collaborative-coding-challenge/event-submissions-and-winners.md)
- [Communication channels](https://wiki.simpler.grants.gov/get-involved/communication-channels.md)
- [Zoom - Public Meetings](https://wiki.simpler.grants.gov/get-involved/communication-channels/zoom-public-meetings.md): User guide for participating in our public meetings.


---

# 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://wiki.simpler.grants.gov/get-involved.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.
