> For the complete documentation index, see [llms.txt](https://london.worldiaday.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://london.worldiaday.org/events/london-2024.md).

# London 2024

{% hint style="warning" %}
Event ended
{% endhint %}

Intro?&#x20;

## Event recap

Talk recording and slides from WIAD London can be found on Notist.&#x20;

## Date and time

Saturday, Mmm d, YYYY - h:mm am to h:mm pm timezone

## Location

VENUE NAME\
VENUE ADDRESS

Map directions | Venue details

STATIC MAP IMAGE

<details>

<summary>Additional venue information can be placed in accordions</summary>

</details>

***

## This year's theme

Local interpretation of this year's theme

***

## Speakers

{% hint style="info" %}
**Tip:** You can turn a table into a grid using the block options to hide field names, setting cover image and target link.&#x20;
{% endhint %}

<table><thead><tr><th>Name</th><th data-type="files">Photo</th><th data-type="content-ref">Link</th></tr></thead><tbody><tr><td></td><td></td><td></td></tr><tr><td></td><td></td><td></td></tr><tr><td></td><td></td><td></td></tr></tbody></table>

***

## Agenda

| <p>8:30 am - 9:25 am<br>Registration & Networking</p> |
| ----------------------------------------------------- |
| <p>9:30 am - 9:55 am<br>Opening Remarks</p>           |
| <p>10:00 am - 12:00 pm<br>Morning Presentations</p>   |
| <p>12:00 pm - 1:00 pm<br>Lunch</p>                    |
| <p>1:00 pm - 3:25 pm<br>Afternoon Presentations</p>   |
| <p>3:30 pm<br>Closing Remarks</p>                     |

***

## Program schedule

### Talk title - Speaker(s)

`HH:MM am/pm`&#x20;

Session description

Presented by SPEAKER

***

## Speakers

This year, we have 6 speakers sharing their experiences and expertise.&#x20;

{% hint style="info" %}
You can turn the table into a card grid layout.&#x20;
{% endhint %}

<table><thead><tr><th>Name</th><th data-type="files">Profile Pic</th><th data-type="content-ref">Link</th></tr></thead><tbody><tr><td></td><td></td><td></td></tr><tr><td></td><td></td><td></td></tr><tr><td></td><td></td><td></td></tr></tbody></table>

***

## Sponsors supporting London YYYY

{% hint style="info" %}
You can turn the table into a card grid layout. Remove the labels and hide the fields that don't need to be exposed.
{% endhint %}

<table><thead><tr><th>NAME</th><th data-type="files">LOGO</th><th data-type="content-ref">LINK</th></tr></thead><tbody><tr><td></td><td></td><td></td></tr><tr><td></td><td></td><td></td></tr><tr><td></td><td></td><td></td></tr></tbody></table>

***

## Our team

<table><thead><tr><th>Name</th><th data-type="files">Profile picture</th><th data-type="content-ref">Link</th><th>Role</th></tr></thead><tbody><tr><td></td><td></td><td></td><td></td></tr><tr><td></td><td></td><td></td><td></td></tr><tr><td></td><td></td><td></td><td></td></tr></tbody></table>


---

# 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://london.worldiaday.org/events/london-2024.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.
