# How to Contribute

If you'd like to contribute, please follow these guidelines:

* If you'd like to fix some content (e.g. broken link, typo), please submit a [pull request](https://github.com/EqualExperts/you-build-it-you-run-it-playbook/pulls)
* If you'd like to suggest a change in content (e.g. new section,changing the meaning of existing text), please raise an [issue](https://github.com/EqualExperts/you-build-it-you-run-it-playbook/issues) where we can discuss your proposal. Don't submit a pull request upfront for this.

Thank you!


---

# 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://playbooks.equalexperts.com/you-build-it-you-run-it/contributions/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.
