# Base Layouts

openBuild template comes with 2 page layout starter : base - left & base -  top

#### Base - Left

This page layout consists of a content area with sections surrounded by a left Ribbon menu. The left menu become invisible on tablet (screen width < 1024 px) and it's replaced by a header with a hamburger menu. This layout is recommended as a starting point for SPA.

#### Base - Top

This pages layout consists of a content area with sections along with a header menu. The navigations items are replaced by a hamburger menu on tablet (screen width < 1024 px) . This layout is recommended either for SPA or website.


---

# 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.openbuild.io/core-concepts/pages/base-layouts.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.
