# Θ MC - Primary

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

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

* Parent: [SelectList](https://github.com/able-app/docs/blob/bb79ff6c26dc282e881328464ade1774d34f24e3/controls/components/form/selectlist.md), [App Bar](https://github.com/able-app/docs/blob/bb79ff6c26dc282e881328464ade1774d34f24e3/controls/components/appbar/app-bar.md), More Icons
* Sisters: [MC - Leading](/core/components/menu/mc-leading.md), [MC - Trailing](/core/components/menu/mc-trailing.md)
* Child: [Label](/core/overview/label.md), [Rating - Ctrl](/core/overview/rating.md)

## Properties

* **Title** - The default, single row of text.
* **Title + Subtext** - The primary title text with additional helper text below to provide an additional level of clarity or context to the menu option.
* **Title + 2Subtext** - Two lines below the primary title text for additional context.
* **Title + Rating** - For menu options where we'd like to display a rating structure along with the option. For example, product/service ratings.


---

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