> For the complete documentation index, see [llms.txt](https://help.getmobly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.getmobly.com/help-center/host/connecting-to-host.md).

# Connecting to Host

**Host** is Mobly's event registration and pre-event communication layer. Once enabled for your organization, Host appears in your Mobly sidebar — each user connects their Host account once, then jumps into Host from Mobly in one click, no separate login.

## Connecting your account

1. In Mobly, click **Host** in the left sidebar.
2. On the Host page, click **Connect your accounts**.
3. Host opens in a new browser tab, already signed in via single sign-on.
4. Return to the Mobly Host page — you'll now see yourself listed under **Connected Users**, and the button will change to **Visit Host**.

## Revisiting Host

Once you're connected, the Host page shows **Welcome Back** and a **Visit Host** button. Click it any time to open Host in a new tab — sign-on is handled behind the scenes.

## What to do inside Host

For how to build, send, and manage your work inside Host, see the Host articles:

* [Using the AI prompt builder](/help-center/host/using-the-ai-prompt-builder.md)
* [Preparing the event page](/help-center/host/preparing-the-event-page.md)
* [Creating email templates](/help-center/host/creating-email-templates.md)
* [Sending emails](/help-center/host/sending-emails.md)
* [Selling tickets](/help-center/host/selling-tickets.md)


---

# 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://help.getmobly.com/help-center/host/connecting-to-host.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.
