# Attributes

### <mark style="color:purple;">What is an attribute?</mark>

Attributes are custom identifiers used to help select elements through custom code. It's non-disruptive and easy to manage.

In general, Penni Cart attributes corresponds to the native shopping features on your Webflow site, all attribute names will start as <mark style="color:purple;">`pc`</mark>.

### <mark style="color:purple;">Sync your bag</mark>

Any changes made to the bag requires an **additional** step aside from publishing your changes on Webflow; to sync your bag on the Penni Cart app via the publish button found on either the **Templates** or **Components** of the app.&#x20;

{% content-ref url="/pages/qs6HRx4TSgeOC5ULaI7J" %}
[Product Page](/attributes/product-page.md)
{% endcontent-ref %}

{% content-ref url="/pages/npOPnmbK9Kn0CwDGH2bn" %}
[Cart](/attributes/cart.md)
{% endcontent-ref %}

{% content-ref url="/pages/UMX8iSUnHcd1d3x3Dfut" %}
[Checkout](/attributes/checkout.md)
{% endcontent-ref %}

{% content-ref url="/pages/wlDFK25y5Limd0OU7KdB" %}
[Bag](/attributes/bag.md)
{% endcontent-ref %}

### <mark style="color:purple;">Having trouble?</mark>

Feel free to reach out to us at any time, please reach out to <hello@pennicart.io> and our team will be more than happy to offer support and guidance no matter where you are in the Penni Cart journey.


---

# 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.pennicart.io/attributes.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.
