# Event Program Layout

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

1. Create a basic page with a basic subpage for each days schedule
2. Navigate to the page you would like the program to appear on.
3. Add the tag "`Admin Program:[page_slug]`" where "\[page\_slug]" is the slug of the page set in step 1.

See the gif below, and the live demo at: <https://campaign.codenation.com/event_program_layout>

<figure><img src="/files/LOS1tBq4rSsvgsfmO7IX" alt=""><figcaption></figcaption></figure>


---

# 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/campana/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.
