> For the complete documentation index, see [llms.txt](https://docs.ubiquity.co.nz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ubiquity.co.nz/documentation/data-capture/events/deploying-your-event.md).

# Deploying Your Event

### Event Link

Every event has a live URL accessible from the Event Dashboard. You can share this link in a regular email, add it to your website, or embed the event registration form as an inline frame using the **Get Deployment Code** option.

<figure><img src="/files/9qFU9AzM9juF8nu3C5MH" alt="A screenshot showing the Deploy Code screen showing the three embedding options — standard link, popup window, and inline frame — with the generated code displayed below."><figcaption><p>The Deploy Code screen showing the three embedding options — standard link, popup window, and inline frame — with the generated code displayed below.</p></figcaption></figure>

Registrations collected via a plain link are recorded as anonymous. You will not know who registered unless they provide their details in the form.

***

### UbiQuity Email

Sending your event via UbiQuity emails connect each registration to a database contact. This gives you the ability to:

* Send reminder emails only to contacts who have not yet registered
* Filter your database based on registrations
* Merge database fields into the event form, confirmation pages, and triggered emails

To deploy via a UbiQuity email, ensure your event is active, then create a mailout and use the Insert UbiQuity Link button to insert the event link into your email content.

<figure><img src="/files/NFmSD0F8LhlCrR4Dbade" alt="A screenshot of the button used to insert UbiQuity links in the standard content editor."><figcaption><p>Use the highlighted button to insert UbiQuity links.</p></figcaption></figure>

You can also add your event link to a form triggered email, a survey Thank You page, or anywhere else in UbiQuity where the Insert UbiQuity Link function is available.


---

# 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://docs.ubiquity.co.nz/documentation/data-capture/events/deploying-your-event.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.
