> For the complete documentation index, see [llms.txt](https://playground-docs.gitbook.io/playground/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://playground-docs.gitbook.io/playground/rooms/join-rooms.md).

# Join rooms

You can join a room by following these steps:

1. Paste the invite link directly into a browser or copy the Room ID.
2. Go to [live.playground.avatech.ai](http://live.playground.avatech.ai) and enter the ID into the join room field.
3. If your host has password enabled, you will need to enter the password. Press join.
4. Room should automatically load.

{% hint style="warning" %}
When creating a room, anyone who is given the room link will see your models. As a precaution on our side, the model files are obfuscated with keys. Share with discretion and invite only people you trust. Do not join suspicious room links. Always ensure it is coming from a trusted source.
{% endhint %}

*We are currently in early development and are working to improve our product. If you have suggestions for us or notice any issues please contact us at* [*app@avatech.gg*](mailto:undefined) *or join our* [*Discord*](http://discord.gg/uTfAaDYQVM)*.*


---

# 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:

```
GET https://playground-docs.gitbook.io/playground/rooms/join-rooms.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.
