# Inviting and managing co-hosts

<figure><img src="https://4258608207-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvzJLPp64DHOEMRuhWoqL%2Fuploads%2FUvt7mngEOeyTttzExo6v%2Fhostsgitbook.png?alt=media&#x26;token=09af5da7-ef1a-4776-a67f-4742deeb7da3" alt=""><figcaption></figcaption></figure>

## What is a "co-host"?

The Homerun Desktop app offers the ability to invite friends to host and manage any server from their own device.

## Inviting a co-host

{% stepper %}
{% step %}

### Visit the Server Overview page

From the **Dashboard** page, click the Settings (⚙️) button for the server you wish to manage. This will open the **Server Overview** page.
{% endstep %}

{% step %}

### Click the Hosts tab

Underneath the server details section, click the **"Hosts"** tab.
{% endstep %}

{% step %}

### Enter the co-host's email

At the bottom of the Host Management table, click into the field that begins with "Invite a new host." Enter the email address of the co-host you wish to invite.
{% endstep %}

{% step %}

### Submit the invitation

Send the invitation by clicking the Submit button (✅) or by pressing the Enter key. The user will be notified by email and in the Homerun Desktop app.
{% endstep %}
{% endstepper %}

## Removing a co-host

{% stepper %}
{% step %}

### Visit the Server Overview page

From the **Dashboard** page, click the Settings (⚙️) button for the server you wish to manage. This will open the **Server Overview** page.
{% endstep %}

{% step %}

### Click the Hosts tab

Underneath the server details section, click the **"Hosts"** tab.
{% endstep %}

{% step %}

### Open the three dot menu

Click the three dot icon ( ⋮ ) on the Host Management table entry for the co-host you wish to remove.
{% endstep %}

{% step %}

### Remove the co-host

With the menu open, click the "Remove Host" option.
{% endstep %}
{% endstepper %}


---

# 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.gethomerun.app/basics/inviting-and-managing-co-hosts.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.
