> For the complete documentation index, see [llms.txt](https://docs.nickarce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nickarce.com/bricks-mega-menu/docs/bricks-mega-menu-template/getting-started.md).

# Getting Started

## Before you get started

1. All styling for this template exists within the SCSS sheet. There are variables and mixins available to you to get your styling the way you would like it.  The only exception to this is the dropdown templates are styled inside of bricks for easy importing. \
   \
   Think:
   1. Entire header template = SCSS Sheet
   2. Mega Dropdown Content = Bricks Builder
2. The SCSS sheet is commented throughout to allow you the ability to know what every mixin and variable are affecting. Along side those comments you will find links to images/gifs to visually see what is being styled.


---

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

```
GET https://docs.nickarce.com/bricks-mega-menu/docs/bricks-mega-menu-template/getting-started.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.
