> For the complete documentation index, see [llms.txt](https://able.bucca.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://able.bucca.com/core/components/menu/mc-leading.md).

# Θ MC - Leading

Collection: A Menu Container(MC) is a collection of the content that is possible on the left side of a menu. This allows us to keep those options that are possible on the left side of a memu organized with the ability to easily add new options.

[Styleguide Link](https://zpl.io/bLJwJL6)

* Parent: [Menu](/core/components/menu.md)
* Sisters: [MC - Primary](/core/components/menu/mc-primary.md), [MC - Trailing](/core/components/menu/mc-trailing.md)
* Child: [Label](/core/overview/label.md), [Icon](/core/overview/icon.md), [AdaptIcon](/core/overview/adapticon.md), [Avatar](/core/overview/avatar.md), [Graphic](/core/overview/graphic.md)

## Properties

### Type

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

* **None** (default)- Leaving off the leading content.
* **Icon** - Primarily used to provide a second level of context to the menu option. An example of this would be a list, with it's accessibility options to others (public, private).
* **Avatar** - Used when we want to display a list of users in a menu system.
* **Graphic** - Used when we'd like to display a "Thing" in a menu.
* **AdaptIcon** - For those situtations where we'd show categories of something or a place (ie. map location types).
* **Text** - An option to including leading text content. This could be valuable in situations where we have a Label and Value situation, where this leading text can act as a Label.


---

# 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://able.bucca.com/core/components/menu/mc-leading.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.
