# Jitsi Meet Server

Just as with stable you can also use our Ubuntu/Debian repository for nightlies:

* First install the Jitsi repository key onto your system:

  ```
  wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | sudo apt-key add -
  ```
* Create a sources.list.d file with the repository:

  ```
  sudo sh -c "echo 'deb https://download.jitsi.org unstable/' > /etc/apt/sources.list.d/jitsi-unstable.list"
  ```
* Update your package list:

  ```
  sudo apt-get -y update
  ```
* Install the **full suite:**

  ```
  sudo apt-get -y install jitsi-meet
  ```

![](/files/-M4C_axoqrIG2dYZN1xS)


---

# 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://kawsing.gitbook.io/opensystem/xian-shang-gong-ju/jitsi-meet-server.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.
