# MLOps.community Knowledge Base

This base is a central hub of the knowledge collected by [MLOps.community](https://mlops.community) - an open community, where everyone is welcome to ask, discuss, and share knowledge about MLOps.&#x20;

It is powered by GitBook and can be found [here](https://mariyadavydova.gitbook.io/mlops).

Here you can:

* understand what is MLOps;&#x20;
* learn about various aspects of MLOps;&#x20;
* find a way to solve your specific MLOps issue.

Our primary communication channel is Slack, so feel free to [sign up](https://go.mlops.community/slack) and join the discussion.

We meet weekly to discuss various MLOps-related themes, so please [register](https://go.mlops.community/register) to get weekly updates and schedules and join us in Zoom.

We also have a [YouTube channe](https://www.youtube.com/channel/UCG6qpjVnBTTT8wLGBygANOQ)l and a [GitHub organization](https://github.com/mlopscommunity).

Contributions to this knowledge base are highly appreciated.


---

# 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/master.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.
