# Removing "Powered by Shopify"

By default, our themes add a "Powered by Shopify" link in the footer. While you cannot remove it from the theme settings, it is relatively easy to remove it from the code. The instructions depend on the theme you are using. Please select your theme below.

1. In the theme list, click on "Actions" and choose "Edit languages":

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

2\. Enter *Powered by Shopify* into the search bar to filter translation, and locate the line outlined in red below:

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

3\. Insert a single space so that at looks like this, and save the new languages:

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

{% hint style="info" %}
You can remove the "Powered by Shopify" link from your footer by editing your theme code, finding the **Sections** folder, opening **footer.liquid** and deleting this line, around line 73.
{% endhint %}

```
<p class="footer__small-text">{{ powered_by_link }}</p>
```


---

# 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://joomlart.gitbook.io/peaks-documentation/extras/removing-powered-by-shopify.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.
