# Ω AvatarShape

Base: The shape and size of the Avatar (element) is set at this level. In the design system we've established set sizes and in the case of avatars shapes, for many aspects of the interface to ensure a consistency across the design.

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

* Parent: [Avatar](/core/overview/avatar.md)

## Properties

### Shape

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

* Circle
* Squircle
* Rounded Box
* Square

### Size

The design system has set sizes for certain objects, avatar is one of those with the following standardized sizes following the 8 point grid system.

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

* Extra Small (24dp)
* Small (32dp)
* Medium (48dp)
* Large (64dp)
* Extra Large (80dp)


---

# 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/overview/avatar/avatar-shape.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.
