> For the complete documentation index, see [llms.txt](https://apps.loomai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apps.loomai.com/loomielive.md).

# LoomieLive Camera

- [Introduction](https://apps.loomai.com/loomielive/introduction.md): LoomieLive allows you to have video calls as an avatar. It works in conjunction with most desktop video conferencing applications. This document covers installation and usage.
- [Installation and Setup](https://apps.loomai.com/loomielive/installation-and-setup.md): Important information to get started
- [Avatars, Backgrounds, Reactions](https://apps.loomai.com/loomielive/using-loomielive.md): Once you've completed the Installation and Setup, here is how to use LoomieLive.
- [VideoConferencing](https://apps.loomai.com/loomielive/using-loomielive-for-videoconferencing.md): Below are general instructions for how to use LoomieLive in your video conferencing app. It solves critical videoconferencing issues, such as privacy, fatigue, and gaze correction.
- [Google Hangouts / Meet](https://apps.loomai.com/loomielive/using-loomielive-for-videoconferencing/google-hangouts-meet.md): Google Hangouts are a great place to "meet" Loomies! They're always "hanging' around. (see what we did there?)
- [Zoom](https://apps.loomai.com/loomielive/using-loomielive-for-videoconferencing/zoom.md): LoomieLive loves Zoom! Here is how to make it work.
- [Skype](https://apps.loomai.com/loomielive/using-loomielive-for-videoconferencing/skype.md)
- [No Headset, No Problem](https://apps.loomai.com/loomielive/no-headset-no-problem.md): LoomieLive uses audio to drive lipsync of your avatar. Because of this, ideally you wear a headset. But if you don't have a headset, here's how to best to use the software.
- [Uninstalling](https://apps.loomai.com/loomielive/uninstalling.md): This page describes how to uninstall LoomieLive
- [FAQ / Troubleshooting](https://apps.loomai.com/loomielive/faq-troubleshooting.md)


---

# 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://apps.loomai.com/loomielive.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.
