> For the complete documentation index, see [llms.txt](https://minimog-wp.gitbook.io/minimog-ecommerce-wordpress-theme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minimog-wp.gitbook.io/minimog-ecommerce-wordpress-theme/pages/onepage-setup.md).

# Onepage setup

**One-page site** allows users to how all of your site’s information into one page which is split into multiple sections.

**Step 1**: Create a new page or edit an existing one.

**Step 2**: Click **Edit with Elementor**

![](/files/q3bwL56f3KVETKsuezKz)

**Step 3**: Click on **Add New Section** button then choose the structure you want.

**Step 4**: Customize the Layout and Style as you want then click on **Advanced** tab to fill in the CSS I&#x44;**,** then hit Publish to save your changes.

![](/files/zerVc0QsNKvJ9UgGyyZd)

**Step 5**: Come to Appearance > Menus > Create a new menu then find **Custom Links** in the left column.

![](/files/FJEgpcmjYPKaEQJXpuD4)

**Step 6**: Fill URL section by delete http\:// and replace with #your-section-ID in step 4 and click Save Menu.

**Step 7**: Back to the page you've just created and roll down to **Page Option** >> **Header**.

**Step 8**: Change Primary Menu to the menu you create in step 5 and Enable One Page Menu.

![](/files/3QcVW0XzbeipkXdtb8si)

**Step 9**: Click **Update** to finish.


---

# 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://minimog-wp.gitbook.io/minimog-ecommerce-wordpress-theme/pages/onepage-setup.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.
