# Initial page

The `initial` attribute defines what the plugins shows on page load. The available views are:

* `initial="sponsor-grid"` shows your sponsor logos in a 2-d layout&#x20;
* `initial="exhibitor-grid"` shows your exhibitor logos in a 2-d layout
* `initial="lecture-list"` is a vertical list of the talks in your event. This is the default.&#x20;
* `initial="speaker-grid"` displays all speaker photos with their name in a 2-d grid.&#x20;
* `initial="speaker-list"` shows the speakers in a vertial list.
* `initial="ticket-shop"` shows the available tickets that can be purchased

You can also start with an single speaker/lecture/sponsor/exhibitor when referencing the entity by id. To specify the id, you add it like a query parameter. The complete `initial` attribute is very similar to the end of the query string url discussed in the next section. Explicitly, these are

* `initial="lecture-list?lectureId=xyz123lecture"` shows the lecture with the ID *xyz123lecture*
* `initial="speaker-grid?speakerId=xyz123speaker"` displays the speaker with the ID *xyz123speaker*.
* `initial="sponsor-grid?vendorId=xyz123vendor"` shows the partner with the ID *xyz123vendor*
* `initial="exhibitior-grid?vendorId=xyz123vendor"` shows the partner with the ID *xyz123vendor*


---

# 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://talque.gitbook.io/public/view-plugin/installation/initial-page.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.
