> For the complete documentation index, see [llms.txt](https://docs.foretellreality.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.foretellreality.com/foretell-social/troubleshooting/faqs.md).

# FAQs

### Q: What is the list of supported devices?&#x20;

A: Foretell supports cross platform meeting capability on the following hardware platforms:

* Meta Quest 2, 3, 3s and Meta Quest Pro
* Pico Devices
* Desktop PC

### Q: How do I download Foretell Reality?

A: Please refer to the [Download ](/foretell-social/overview/downloading-foretell.md)page.

### Q: Where can I create a username for Foretell Reality?

A: Contact a Foretell Reality representative [here](https://foretellreality.com/contact/).

### Q: My Wi-Fi is not working / is weak. What should I do?

A: Please check to make sure other devices on the network are able to connect to the internet.  If you can, move as close to the router as possible and ensure other devices are not using unnecessary bandwidth. If you are connected to a hotspot, ensure that your cellular data connection is strong.

### Q: My headset has low battery. Can I use the Meta Quest while it is charging?

A: Yes, but keep in mind that your range of motion will be reduced since there is a cable attached to the device.

### Q: Why can’t I log into the app?

A: Please ensure that you are using the login information provided by your organization admin. To use the keyboard, point the cursor at the key you want to select and pull back the index finger trigger.

### Q: After changing my avatar, I can’t go back to Foretell app?

A: Press the Oculus button to return to the Foretell app.  Upon clicking the Oculus button, your Meta Quest avatar configuration will load in to the Foretell app.

### Q: Why can’t I hear anyone?

A: Your volume may be low.  Please use the volume buttons under the bottom right part of the headset to increase the volume. If that doesn’t work, please leave the app and rejoin by pressing the Oculus button on your right controller and selecting “Quit”.

### Q: Why do I feel low to the ground?

A: The guardian system that orients the headset to your environment has been improperly set up. Use your personal menu to adjust your height.  Open your quick menu, select the chair icon and click Adjust Self.

### Q: Why am I experiencing lag? Why are there audio/video issues?

A: Your internet connection may be weak.  If you can, move as close to the router as possible and ensure other devices are not using unnecessary bandwidth. If you are connected to a hotspot, ensure that your cellular data connection is strong.

### Q: How to upload new media to VR?

A: Learn more about uploading media on our [Uploading Media](/foretell-social/web-admin-panel/uploading-media.md) page

### Q: What are accepted file formats for media in VR?

Accepted File Types: PDFs, JPGs, PNGs, GLBs, MP4s, MP3s, WAVs.


---

# 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://docs.foretellreality.com/foretell-social/troubleshooting/faqs.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.
