> For the complete documentation index, see [llms.txt](https://opencampus.gitbook.io/opencampus-machine-learning-program/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://opencampus.gitbook.io/opencampus-machine-learning-program/tools/zoom.md).

# Zoom

Because of the current pandemic situation, it is unfortunately important that we stay at home.

Therefore we have to offer our courses only with online presence. It is not a choice that we make for fun, but we do not have other chances at the moment. As soon as the situation will improve, we will try to adapt accordingly.

For the online classes, we use the Zoom platform, which proved to be effective and stable last semester.

{% embed url="<https://zoom.us>" %}

You do not need to have a Zoom account to participate, it can be done via browser. The link for each course will be available in the corresponding channel of our [Chat](https://chat.opencampus.sh/).

The only thing we ask you is **to keep your camera open**. We are aware that it may be unconfortable and sometimes is much more appealing to close the camera and enjoy the freedom to move, but please try to bear with us and keep your camera open so that we can see you. It makes a big difference from our side. Thanks a lot.

{% hint style="info" %}
Tip: try to update Zoom to the last version to have all the functionalities available. For example, if your room is a mess, you can set up a virtual background and look very professional :)
{% endhint %}

{% embed url="<https://zoom.us/docs/en-us/virtual-backgrounds.html>" %}

If you have problem with Zoom, here there are many tutorials

{% embed url="<https://support.zoom.us/hc/en-us/articles/206618765-Zoom-Video-Tutorials>" %}


---

# 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, and the optional `goal` query parameter:

```
GET https://opencampus.gitbook.io/opencampus-machine-learning-program/tools/zoom.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
