# Event Program Layout

{% hint style="info" %}
Live Demo: <https://campaign.codenation.com/event_program_layout>
{% endhint %}

<figure><img src="/files/HX9KoNx7yKpaHGYrSbIU" alt=""><figcaption><p>Event Program Layout Preview</p></figcaption></figure>

## How to add an event program layout to any page?

1. Create a new basic page.
2. Create a new basic subpage to the page created in step 1 to store information about each day in the event.
   * To update the name that appears in the tab (e.g. "Day 1" or "Day 2") you can update the headline of the subpage.
   * To update the content/activities that shows inside of each tab you can add content to the content field for the subpage. E.g.

<figure><img src="/files/kRrD46VJOFEOStnb1Xs3" alt="" width="563"><figcaption></figcaption></figure>

3. Navigate to the page you would like to display the program.
4. On that page add the tag "`Admin Program:[page_slug]`".
   * &#x20;Where "\[page\_slug]" is the slug of the page created in step 1.


---

# Agent Instructions: 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:

```
GET https://docs.codenation.com/admin-tag-customisations/event-program-layout.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
