# Contributing guide

Welcome to the community-based MLOps Knowledge Base. All contributions are highly appreciated. However, we want this knowledge base to be as neutral and well-organised as possible, thus there are several hints for contributors.

1. If you want to add or update a page, please make a PR. In this PR, add a short description of your change or reference a corresponding issue (see [GitHub project](https://github.com/orgs/mlopscommunity/projects/5) for a list of open issues).
2. Please note that this knowledge base is hosted by GitBook at [this url](https://mariyadavydova.gitbook.io/mlops/). Thus, every page should follow some requirements:
   1. Each page should be in Markdown (GitHub flavour).
   2. If you add a new page, please don’t forget to add it in [SUMMARY.md](https://github.com/mlopscommunity/knowledge-base/blob/master/SUMMARY.md).
   3. If you add some graphics, please put them in `.gitbook/assets` folder.
3. We are international community with a lot of people for whom English is not a mother tongue. Please keep your language clean and understandable by people with intermediate level of language.


---

# 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://mariyadavydova.gitbook.io/mlops/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.
