# General Working Practices

Understanding Meta Work

What is Meta Work? Good question. Meta work is work that does not directly contribute to the actual product. It could be anything from meetings, reporting, all the way to taking notes. Email is a killer. Meta work may or may not be a bad thing depending on the situation. Meta work exists to support the actual delivery of the product. Some level of meta work is required for the success of product delivery.

We try to eliminate as many meetings as we can if it does not add to productivity. Or any other related work that does not contribute directly, for that matter.

<br>


---

# 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://process.mad.co/project-work/working-practices.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.
