# Theme Settings

### 1. Set layout default

We offer 5 different layouts in Owen theme. This guide will help you set one of them to default.

<figure><img src="/files/1ODEVw836USVPWCiEObz" alt=""><figcaption></figcaption></figure>

Edit ***app/root.tsx*** file, from line 35, you can see all layout here:

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

In the screenshot above,  the layout default is “**LayoutDefault**”. Comment LayoutDefault then uncomment one of other layouts if you want to use it.

For example: If you want to use **LayoutAutumn**. The modify code like below:

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

You have enabled the Layout Autumn!

### 2. Header settings

You can change the logo, top links in ***Sanity Studio > Settings > Header***

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

### 3. Footer settings

You can change all footer links in ***Sanity Studio > Settings > Footer***

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

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

### 4. Countdown Timer config

Please update countdown timer config in ***Sanity Studio > Settings > Countdown Timer***:

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

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

### 5. Newsletter

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

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

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

### 6. Social Links

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

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

### 7. Other Config

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

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


---

# 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://truestorefront.gitbook.io/owen-hydrogen-shopify-theme/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.
