# Overview

In addition to Shopify objects, you can implement settings that allow your Shopify content editor to modify both the content and appearance directly within Shopify. To achieve this, use the `li-settings` tag. Using a modifier, you can access all of Shopify's provided [Settings Inputs](https://shopify.dev/docs/themes/architecture/settings/input-settings).

In Webflow, you define the name of the Shopify setting inside the value of the attribute (e.g. Headline). The content inside the element is used as the default placeholder value in the Shopify editor.

{% code title="Webflow" fullWidth="false" %}

```
li-settings:text = Headline
```

{% endcode %}

This will be converted into:

<figure><img src="/files/71uhe9fMRfiRUroRwW6T" alt="" width="563"><figcaption></figcaption></figure>

## Section Settings

{% columns %}
{% column %}
{% content-ref url="/pages/KTvcyJ1ebf94BtFzkpfK" %}
[Settings](/section-settings/settings.md)
{% endcontent-ref %}

{% content-ref url="/pages/PpF8FKYZsydxaRL0enbg" %}
[Blocks](/section-settings/blocks.md)
{% endcontent-ref %}

{% content-ref url="/pages/B7nat6srmcpxltG60vuc" %}
[Custom Settings](/section-settings/custom-settings.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
{% content-ref url="/pages/bvA35n0MOU1TkC7aTJe2" %}
[Sections](/section-settings/sections.md)
{% endcontent-ref %}

{% content-ref url="/pages/JTae77Rgz0h8tkryhrtF" %}
[Theme Blocks](/section-settings/theme-blocks.md)
{% endcontent-ref %}
{% endcolumn %}
{% endcolumns %}


---

# 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.liquiflow.app/section-settings/overview.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.
