> For the complete documentation index, see [llms.txt](https://supercartapp.gitbook.io/supercart-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://supercartapp.gitbook.io/supercart-docs/basics/cart-editor/general-cart-settings.md).

# General Cart Settings

<figure><img src="/files/2zJvI50FEKXw21EIrEMg" alt=""><figcaption><p>General Cart Settings</p></figcaption></figure>

### Open cart

Add the CSS class in the field to open the cart from your cart header icon. We've added `[href="/cart"]` as the default value, which will target all links that are going to **/cart** page. This will open the Supercart slide-out cart.

### Add To Cart Forms

Attach your add to cart forms to Supercart. Once the product is added to the cart, the Supercart slide-out cart will open.

### Open Cart Position

You can open the cart from left, top, bottom, and right.

### Max Width

Adjust the width of the Supercart wrapper.

### Floating Cart Bubble

The flying cart icon can be disabled here, or change the styling.

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

### Cart Corner Radius

If you want a flat or rounded cart, mark the checkbox to adjust the cart radius.

<figure><img src="/files/8GQ7xcUInPUhz8tZBTtL" alt=""><figcaption></figcaption></figure>


---

# 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://supercartapp.gitbook.io/supercart-docs/basics/cart-editor/general-cart-settings.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.
