# Contributing

- [Design](https://docs.opencollective.com/help/contributing/design.md)
- [Design Workflow](https://docs.opencollective.com/help/contributing/design/understanding-the-design-workflow.md): General knowledge intended to understand the workflow of OpenCollective Design
- [Design Contribution Guidelines](https://docs.opencollective.com/help/contributing/design/contribution-guidelines.md): Describe the series of guidelines and requirements to be able to contribute with design-related efforts to Open Collective
- [Development](https://docs.opencollective.com/help/contributing/development.md)
- [Contribution Guide](https://docs.opencollective.com/help/contributing/development/dev-contribution-guide.md)
- [Best Practice Guidelines](https://docs.opencollective.com/help/contributing/development/best-practice-guidelines.md): Describes what we expect from new code. Also includes special tips to help you getting started!
- [Bounties](https://docs.opencollective.com/help/contributing/development/bounties.md)
- [Architecture](https://docs.opencollective.com/help/contributing/development/architecture.md)
- [API](https://docs.opencollective.com/help/contributing/development/api.md)
- [Members](https://docs.opencollective.com/help/contributing/development/api/members.md)
- [Collectives](https://docs.opencollective.com/help/contributing/development/api/collectives.md)
- [Events](https://docs.opencollective.com/help/contributing/development/api/events.md)
- [README Integration](https://docs.opencollective.com/help/contributing/development/readme-integration.md)
- [PayPal](https://docs.opencollective.com/help/contributing/development/paypal.md): Technical details about how we implement PayPal and how to get started developing with it.
- [TransferWise](https://docs.opencollective.com/help/contributing/development/transferwise.md): Technical details about how we implement TransferWise and how to get started developing with it.
- [Post-Donation Redirect](https://docs.opencollective.com/help/contributing/development/post-donation-redirect.md)
- [Manual Reporting](https://docs.opencollective.com/help/contributing/development/manual-reporting.md)
- [GitHub Permissions](https://docs.opencollective.com/help/contributing/development/github-permissions.md)
- [Internationalization (i18n) system](https://docs.opencollective.com/help/contributing/development/translations.md): Documenting how we handle translations in the code
- [Testing with Cypress](https://docs.opencollective.com/help/contributing/development/testing-with-cypress.md): We use Cypress for our end-to-end tests. This page references our custom commands and the best practices that we try to follow.
- [Testing features](https://docs.opencollective.com/help/contributing/development/testing-features.md): A document for QA testing and developers to know how to test features in a non-production environment
- [Conversations](https://docs.opencollective.com/help/contributing/development/testing-features/conversations.md): A document for QA testing and developers about testing conversations a non-production environment
- [Collective's locations](https://docs.opencollective.com/help/contributing/development/collectives-locations.md): How we deal with collective's addresses and countries
- [Virtual Cards](https://docs.opencollective.com/help/contributing/development/virtual-cards.md): How to setup Virtual Cards in local development
- [Documentation](https://docs.opencollective.com/help/contributing/documentation.md)
- [Resources for documentarians](https://docs.opencollective.com/help/contributing/documentation/resources-for-documentarians.md): Helping you craft a nice contribution to our docs!
- [Style guide](https://docs.opencollective.com/help/contributing/documentation/style-guide.md): A reference for writing style and formatting
- [Suggesting changes](https://docs.opencollective.com/help/contributing/documentation/suggesting-changes.md): Learn how to edit and add new media, pages and sections
- [Translation](https://docs.opencollective.com/help/contributing/translation.md): Procedure and documentation about how to contribute to the Open Collective translations


---

# 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.opencollective.com/help/contributing.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.
