# OpenCart

{% hint style="info" %}
You will need your site's FTP credentials to connect. If you are not sure how to find them, please refer to your hosting provider.
{% endhint %}

* Connect to the server that hosts your site files using an **FTP client** of your choice (like FileZilla)
* Navigate to your **admin folder** and create a new file with the name **".htaccess"** (If such a file exists already, open it for editing)
* Paste the below parameters to this .htaccess file and replace "*1.2.3.4"* with your GoodAccess Gateway IP (You can allow more IP addresses by adding multiple "*Allow from"* lines)

```
Order deny,allow
Deny from all
Allow from 1.2.3.4
```

**Save and upload the file.**


---

# 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://support.goodaccess.com/configuration-guides/ip-whitelisting/opencart.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.
