# Theme Settings

Theme settings are global configurations that apply across your entire DRIFT Starter store. They are accessed from the theme editor sidebar.

## How to access

In the Shopify admin, go to **Online Store → Themes → Customize**. In the customizer, click the **gear icon** (Theme settings) in the bottom-left corner.

## Available groups

DRIFT Starter includes the following theme settings groups:

* [DRIFT — General](/drift/drift-starter/theme-settings/general.md) — Default color mode and Shopify color schemes.
* [Logo](/drift/drift-starter/theme-settings/logo.md) — Favicon. (The header logo is configured on the Header section.)
* [Social media](/drift/drift-starter/theme-settings/social-media.md) — Social profile URLs used in the password page and other locations.
* [Search behavior](/drift/drift-starter/theme-settings/search-behavior.md) — Predictive search options.
* [Currency format](/drift/drift-starter/theme-settings/currency-format.md) — Whether to show currency code with prices.
* [DRIFT — Cart](/drift/drift-starter/theme-settings/cart.md) — Cart drawer behavior.

{% hint style="info" %}
Section-level settings (Header, Footer, etc.) are configured separately on each section. See [Sections & Features](/drift/drift-starter/sections-and-features.md).
{% endhint %}


---

# 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.webexp.dev/drift/drift-starter/theme-settings.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.
