# Shape

## 1. What is a shape?

A shape is a form of an object or its external boundary, outline, or external surface instead of other properties such as color, texture, or material composition. Lumise support shapes with SVG format.

## 2. All Shapes

From the Dashboard, click on **Shapes** > **All Shapes.**

![](/files/-MMyimmUhO95HFKDzgO9)

This is where you manage all of your existed shapes. In this area, you can see the shape thumbnail, name, and status.

* **Add New Shape:** Instantly add a new shape.
* **Bulk Actions**: Multiple actions apply to your selected shapes.
* **Filter**: Sort your shape with the chosen alphabet order.&#x20;
* **Search**: Quick search with keywords.
* **Status**: Active/ Deactive shapes similar to hide/unhide them on the design editor.

## 3. Add New Shape

From the Dashboard, click on **Shapes** > **Add New Shape.**

![](/files/-MMyk8UunWdXPORR3YQ8)

* **Name**: The name of shape for displaying
* **Content**: The SVG content you got from your SVG file. Paste for preview
* **Order:** The ordering of shape in the list.
* **Active**: Enable/Disable shape on front-end.

After filling in your content. Press the **SAVE SHAPE** button to store data.


---

# 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://docs.lumise.com/backend/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.
