# Initial Setup

{% hint style="info" %}
VCam must be installed in the "Applications" folder.
{% endhint %}

1. Open the app.
2. If prompted for microphone or network permissions, grant them. These functions are essential for avatar control and the operation of the virtual camera.
3. If alerted to install a plugin, proceed with the installation of the plugin.
4. Open an app that uses a virtual camera, like Zoom or OBS, and check if the avatar is displayed.

If it doesn't display the avatar, please refer to the [FAQ](/en/other/faq.md) for troubleshooting.


---

# 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://docs.vcamapp.com/en/get-started/setup.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.
