# Sheet - Footer

Module: The area at the bottom of the sheet that is docked to bottom. This collection acts to keep us organized.

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

* Parent: [Sheet](/core/components/sheet.md)
* Child: [Button Panel](/core/components/button-panel.md), [Textfield](https://github.com/able-app/docs/blob/529130de4fc3a1139a83c319393a9ed338cb3a7e/controls/components/form/textfield.md)

## Properties

### Type

* **Add:** The ability to add new text-based content to a collection. The entire area acts as a hotspot to engage the keyboard.
* **Add+Kybrd:** When the keyboard is up it is shown with a keyboard extension to contain the textfield and submit button.
* **Button:** The primary call to action for the sheet, to confirm the action the use would make a selection from the button panel options.

## Use

The footer is docked to the bottom of the screen and content that is positioned above it can scroll behind the footer area (IE Lists).


---

# 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/sheet/sheet-footer.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.
