# Tools for Asynchronous Communications

## How can I better communicate with my teammates when time availability and scheduling gets difficult?

In this page, we share information about screen recording software that you can use to communicate with your team, to give instructions or explanations, and to collaborate asynchronously.

We use these technologies extensively in the Hult EdTech club to make our informational products scalable and accessible.

### What does asynchronous mean?

It is easier to understand what asynchronous means when you think about it from the synchronous perspective. Simply, it means "not in sync".

Synchronous communication means: getting on a call, meeting in-person, or getting into a video meeting where everyone must be on the call. Effectively, synchronous meetings has the problem of blocking out schedules and availability.

Asynchronous communication means: sending a text, leaving a voice mail, sending an email, or sending a WhatsApp message. Effectively, it is up to the person to read or listen to the message, without the need to be "in sync".

## Loom

*Has a freemium plan.*

* <https://www.loom.com/looms>
* [Loom step-by-step guide](https://support.loom.com/hc/en-us/articles/360015714197-Getting-Started-Video-Tutorials)

## Dropbox Capture

*Requires a paid plan.*

* <https://www.dropbox.com/capture>

## OBS

*Completely free, but requires technical knowledge and setup.*

*OBS enables you to record your screen, but you will need to upload your videos somewhere (e.g. YouTube, Vimeo, Google Drive, Microsoft 365).*

* [*https://obsproject.com/*](https://obsproject.com/)
* [YouTube step-by-step-guide for Mac OSX](https://www.youtube.com/watch?v=390qPwk-C8o)


---

# 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://www.hultedtech.club/resources/technologies/tools-for-asynchronous-communications.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.
