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

# \[TEMPLATE] Akron YYYY

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

We are planning our celebration! If you would like to volunteer or sponsor, please get in touch.

## Date and time

Saturday, March 8, 2025 - 8:30am to 4pm Time ZONE

## Location

VENUE NAME\
VENUE ADDRESS

Map directions | Venue details

STATIC MAP IMAGE

***

## This year's theme

Local interpretation of this year's theme

***

## Speakers

<table data-view="cards"><thead><tr><th>Name</th><th>Company</th></tr></thead><tbody><tr><td></td><td></td></tr><tr><td></td><td></td></tr><tr><td></td><td></td></tr></tbody></table>

***

## Program schedule

### `HH:MM am/pm`  - Talk title - Speaker(s)

Session description

Presented by SPEAKER NAME with link to bio

***

## Our team

<table data-column-title-hidden data-view="cards"><thead><tr><th>Name</th><th data-hidden data-type="image">Profile picture</th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Carrianne Tuckley</strong></td><td></td><td data-object-fit="contain"><a href="/files/2TiQLlnVDj2XjuCOClgF">/files/2TiQLlnVDj2XjuCOClgF</a></td><td><a href="/pages/44CTmzCkpL8URyKVuuCs">/pages/44CTmzCkpL8URyKVuuCs</a></td></tr></tbody></table>

***

## Our supporters

<table data-view="cards"><thead><tr><th></th></tr></thead><tbody><tr><td></td></tr></tbody></table>

*Interested in sponsoring? View our sponsorship opportunities →*

***

## Questions?

Contact <akron@worldiaday.org>


---

# 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://akron.worldiaday.org/events/template-akron-yyyy.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.
