> For the complete documentation index, see [llms.txt](https://docs.nitroapps.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nitroapps.co/lumise/settings/settings.md).

# Settings

**In General Tab** You can change the logo,URL, site title, Favicon, theme color

<figure><img src="https://cdn.shopify.com/s/files/1/0021/5613/4482/files/Screenshot_10_978ffbbc-6199-472a-8add-3a5e9dadef2a.png?4411" alt=""><figcaption></figcaption></figure>

*Result:*

<figure><img src="https://cdn.shopify.com/s/files/1/0021/5613/4482/files/Screenshot_11_f301dd67-32d8-49b7-b2f9-160846fdcee1.png?4411" alt=""><figcaption></figcaption></figure>

**In Editor tab** You can change some settings on **Customer end**

<figure><img src="https://cdn.shopify.com/s/files/1/0021/5613/4482/files/Screenshot_12_4b001f44-c943-42fa-b01e-987ee0a0c46f.png?4411" alt=""><figcaption></figcaption></figure>

<figure><img src="https://cdn.shopify.com/s/files/1/0021/5613/4482/files/Screenshot_13_b271781c-e8df-4c91-88d2-b20aa6264730.png?4411" alt=""><figcaption></figcaption></figure>

**In Shop tab**\
You can do setting to comply with the currency rule in your country

<figure><img src="https://cdn.shopify.com/s/files/1/0021/5613/4482/files/Screenshot_14_bd97a848-83cb-4853-b249-daab3448a602.png?4411" alt=""><figcaption></figcaption></figure>

\
**In Google font tab**\
You can set a number of font to show on Customer end

<figure><img src="https://cdn.shopify.com/s/files/1/0021/5613/4482/files/font.png?4412" alt=""><figcaption></figcaption></figure>

**In Shopify tab**

<figure><img src="https://cdn.shopify.com/s/files/1/0021/5613/4482/files/Screenshot_24_ecca60b1-4d32-48bf-9f1b-61ec17c14051.png?4447" alt=""><figcaption></figcaption></figure>

### **Language**

To set up Language for both **Customer end** and **Store Owner end**, firstly, please click on **Language** on the **left sidebar**

<figure><img src="https://cdn.shopify.com/s/files/1/0021/5613/4482/files/Screenshot_18_fa519412-f174-4f40-8600-aaf6d9a21d51.png?4442" alt=""><figcaption></figcaption></figure>

Click on **Add new language**

<figure><img src="https://cdn.shopify.com/s/files/1/0021/5613/4482/files/Screenshot_16_d22a1fb5-3148-4186-902d-2621e1d89c7b.png?4442" alt=""><figcaption></figcaption></figure>

Select a **flag icon according to your language**

<figure><img src="https://cdn.shopify.com/s/files/1/0021/5613/4482/files/Screenshot_22_7a33da7a-f849-4beb-8d80-a33aa1edcd0e.png?4443" alt=""><figcaption></figcaption></figure>

Create **translations**

<figure><img src="https://cdn.shopify.com/s/files/1/0021/5613/4482/files/Screenshot_19_ed954bcc-12e5-4921-b6b6-c505495452e5.png?4442" alt=""><figcaption></figcaption></figure>

**Search** text function

<figure><img src="https://cdn.shopify.com/s/files/1/0021/5613/4482/files/Screenshot_23_d57a1b5d-4935-4d21-a72c-00c32d52ba59.png?4444" alt=""><figcaption></figcaption></figure>

Go back to **Settings-> Language**

<figure><img src="https://cdn.shopify.com/s/files/1/0021/5613/4482/files/Screenshot_21_15d1a6ec-1206-4811-a408-c1ba75501cde.png?4442" alt=""><figcaption></figcaption></figure>

After saving you will see a **option** for new languages appear here

<figure><img src="https://cdn.shopify.com/s/files/1/0021/5613/4482/files/Screenshot_20_17d4e607-6bfb-4a86-a722-613ec74f440c.png?4445" 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://docs.nitroapps.co/lumise/settings/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.
