> For the complete documentation index, see [llms.txt](https://knowledgebase.flaik.com/flaik-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.flaik.com/flaik-knowledge-base/welcome/flaikfest/flaikfest25/agenda.md).

# Agenda

{% hint style="info" %}
The detailed agenda, including session topics and times will be released closer to the event date.  Watch your email and this page for more details as they become available.&#x20;
{% endhint %}

## Agenda Summary

{% hint style="info" %}
*\*Times are approximate and subject to change prior to the event.*
{% endhint %}

### Monday, Sept. 29

**Audience**: AM: new resorts & directors (two separate tracks). PM: all attendees

* Registration \[8am-9am]
* New Resort Summit and Directors Summit (two separate tracks including breakfast) \[8am-noon]
* Directors/New Resort Summit Lunch \[noon-1pm]
* State of flaik – opening session for all attendees \[4:30pm-5:30pm]
* Welcome Social (dinner and drinks provided) \[5:30pm-7:45pm]

***

### Tuesday, Sept. 30

**Audience**: all attendees

* Breakfast and optional on-mountain time \[8am-noon]
* Lunch provided \[noon-1pm]
* Afternoon conference sessions \[1pm-4:45pm]
* Evening Mixer (dinner and drinks provided) \[5:30pm-7:45pm]

***

### Wednesday, Oct. 1

**Audience**: all attendees

* Breakfast provided \[8am-8:30am]
* Full day of conference sessions \[8:30am-4:45pm]
* Lunch provided \[noon-1pm]

***


---

# 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://knowledgebase.flaik.com/flaik-knowledge-base/welcome/flaikfest/flaikfest25/agenda.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.
