> For the complete documentation index, see [llms.txt](https://docs.coveragelabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coveragelabs.io/methodology/communication.md).

# Communication

## Asynchronous Communication

Asynchronous communication is conducted via text, typically through Telegram or other preferred platforms, facilitating continuous dialogue beyond scheduled meetings.

## Synchronous Communication

Synchronous communication is conducted through scheduled meetings to facilitate real-time discussion and immediate feedback.

### Kickoff Meeting

The Kickoff meeting marks the official start of the engagement. During this meeting, we’ll review the [Scope of Work](/methodology/scope-of-work.md) and align on key objectives, expectations, and any other relevant items for the engagement.&#x20;

### Recurring Meeting

Weekly recurring meetings are held throughout the engagement to provide status updates, and address questions from either side. These meetings help ensure that communication remains open and that progress is tracked.

### Close-out Meeting

The close-out meeting summarizes the entire engagement, reviews what was accomplished, and ensures that expectations and deliverables initially outlined in the kickoff meeting are met.

{% hint style="info" %}
**Note:** After the close-out meeting the engagement will transition into the Fix Period following this meeting.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.coveragelabs.io/methodology/communication.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.
