# Collaborators

Collaborators in Health Universe allow you to work together with others on your app within a **Workspace**.

Collaborators can:

* **Redeploy** the application
* **Delete** deployments
* **Modify** app metadata:
  * Name
  * Description
  * Evidence
  * Owner’s Insights
  * And more

> ⚠️ Only users with access to the app in a Workspace can be added as collaborators.

### How to Add Collaborators

Follow these steps to add collaborators to your application:

1. **Navigate to Your App's Page**\
   From your Health Universe workspace, select the app you want to collaborate on.
2. **Open the Collaborators Tab**\
   Click **Collaborators**, on the top navigation bar.

   <figure><img src="/files/lJJbrKtdAzDeAgF2Jaer" alt=""><figcaption></figcaption></figure>
3. **Click "Add Collaborators"**\
   On the Collaborators page, click the **purple "Add Collaborator"** button.

   <figure><img src="/files/DwUeKf0Y9HpZsg0OwO1o" alt=""><figcaption></figcaption></figure>
4. **Enter Email Addresses**\
   A pop-up will appear titled **"Add collaborator"**. Enter the collaborator's email.

   <figure><img src="/files/6F37rbtYmcjWuc0mVRVK" alt="" width="563"><figcaption></figcaption></figure>
5. **Submit**\
   After entering the emails, click **Add Collaborater**.
6. **View Updated Collaborator List**\
   You’ll be redirected to the updated Collaborators page, where you’ll see the list of newly added collaborators. Repeat process for other collaborators.

   <figure><img src="/files/IDb0Vrc95Galtza6Hrq6" alt=""><figcaption></figcaption></figure>

### Notes

* Collaborators must have a [Health Universe](https://www.healthuniverse.com/) account.
* Only app creators and collaborators can manage deployment-related tasks and metadata.
* Consider adding trusted team members with a clear understanding of your app’s purpose and data.

For more information on setting up apps, see [Creating a Workspace](https://docs.healthuniverse.com/overview/building-apps-in-health-universe/creating-a-workspace).


---

# 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.healthuniverse.com/overview/building-apps-in-health-universe/collaborators.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.
