> 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/overview/graphic/overlay/ol-button.md).

# Φ OL - Button

Primitive: A collection used in the overlay of graphic (element). Buttons are used as a "Call to Action", aka CTA for the contents of the Graphic/Illustration.

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

* Parent: [Overlay](/core/overview/graphic/overlay.md) > [Graphic](/core/overview/graphic.md)
* Sisters: Overlay -  [Icon](/core/overview/graphic/overlay/ol-icon.md), [Banner](/core/overview/graphic/overlay/ol-banner.md), [Sash](/core/overview/graphic/overlay/ol-sash.md), [AdaptIcon](/core/overview/graphic/overlay/ol-adapticon.md), [Headline](/core/overview/graphic/overlay/ol-headline.md), [Button](/core/overview/graphic/overlay/ol-button.md)

## Properties

### Location

The horizontal location of the objects that go within the Overlay placeholder that lays on top of the Graphic/Illustration element. This container is for all overlays (Top, Center, Bottom).

* Top Left
* Top Right
* Top Full Width (has padding left and right)
* Center Left (with vertical alignment, and left padding)
* Center Center (with vertical alignment)
* Center Right (with vertical alignment, and right padding)
* Bottom Left
* Bottom Right
* Bottom Full Width (has padding left and right)


---

# 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/overview/graphic/overlay/ol-button.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.
