# Silent Meetings

A typical meeting is someone speaking and everyone listening. Silent meetings are their inversion.

Silent Meetings are:

1. Asynchronous&#x20;
2. Written
3. Focussed on getting things done

## Process

1. **Initiation**\
   A meeting doc is created with:

   1. Agenda
   2. Ask
   3. All information needed for individuals to deliver on the ask.&#x20;

   Once the doc is shared, the meeting is convened.
2. **Execution** Individuals respond to the doc, and review other's thoughts using comments. Repeat this process until all threads get closed or need escalation to facetime.
3. **Closure** Facetime to close all open threads. Conclusion is documented and the meeting closes.&#x20;

[**USE TEMPLATE**](https://docs.google.com/document/d/1xQ7HPistlclpxSmEyAzej15a7DeXbHjYUZEjg_EtSDc/edit?via_commande=true)


---

# 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://playbook.thevantageproject.com/operating/silent-meetings.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.
