> For the complete documentation index, see [llms.txt](https://help.parta.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.parta.io/no-code-editor/edit-elements/manage-and-customize-an-element.md).

# Manage and Customize an Element

Elements control options similar to the units [management](broken://pages/kzgnyyD0l2TAzakpz9Lf) and [customization](/no-code-editor/edit-units/customise-a-unit.md) options.

An element in Pro Mode has advanced settings divided into the following tabs:

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

{% stepper %}
{% step %}
Grid tab

The Grid tab allows you to [configure](/no-code-editor/edit-units.md) advanced element settings, such as the element's position and size.
{% endstep %}

{% step %}
Animation tab

The Animation tab allows you to [animate](/no-code-editor/edit-units/animate-a-unit.md) elements in single or multiple steps.
{% endstep %}

{% step %}
Element tab

The Element tab allows you to customize the specific element [branding settings](https://help.parta.io/~/changes/541/branding/introduction).
{% endstep %}

{% step %}
Data tab

The Data tab allows you to manage the element [data settings](https://help.parta.io/~/changes/541/editor/edit-elements).<br>
{% endstep %}
{% endstepper %}


---

# 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://help.parta.io/no-code-editor/edit-elements/manage-and-customize-an-element.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.
