# How to remove the Shopify credit

### Accessing the Theme Code.

Click on the ellipses (three dots) icon at the top of the Theme Editor to view the theme actions and choose Edit code:

<figure><img src="https://content.gitbook.com/content/euPOcbLh1oxKLt05WyGH/blobs/KUnQGYqlRyafKNnSVq3g/edit-code.png" alt=""><figcaption></figcaption></figure>

### Hiding the copyright information.

1. Open the `'footer-copyright.liquid'` file from the Snippets folder.
2. Place an opening (`{% comment %}`) comment tag before the `powered_by_link` span.
3. Place a closing (`{% endcomment %}`) comment tag after the `powered_by_link` span.
4. Save the changes.

<figure><img src="https://content.gitbook.com/content/euPOcbLh1oxKLt05WyGH/blobs/DlzlKnJF3nRmJ1PFwqTk/end-comment.gif" 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://palo-alto.presidiocreative.com/palo-alto-4.5/footer/footer-copyright.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.
