# Autofill Set-Up (Chrome Extension)

## Why use a Chrome Autofill Extension?

Storing your payment methods locally is one of the best ways to input your personal information as fast as possible.

{% hint style="info" %}
First, install your chosen Chrome Autofill Extension. For this example, I will be using SSS Autofill (Link provided below.)
{% endhint %}

{% hint style="success" %}
SSS Autofill Chrome Extension Link: <https://chrome.google.com/webstore/detail/sss-autofill/gdhmefadngapdfphedlcimcdplachcip?hl=en-GB>
{% endhint %}

Once installed, you should see the icon of SSS Autofill at the top-right of your Chrome browser. Click on the icon.

{% hint style="info" %}
**Second**, click on the **+** button to create a new profile.
{% endhint %}

![](/files/-Lx9LSAFSOBPZZUmC7fR)

{% hint style="info" %}
**Third**, fill out your personal information in the correct fields. (Don't forget to scroll down completely and fill out your Card Info as well.)
{% endhint %}

![](/files/-Lx9MHLXT1xXdR_DXxkm)

{% hint style="info" %}
**Fourth**, click on the gear button on the bottom-right corner of the Extension pop-up menu.
{% endhint %}

At a minimum, for SSS Autofill to universally work on sites, you must enable it with the "**Enabled**" button.&#x20;

![](/files/-Lx9MqrJoaAEwu8AoySz)

{% hint style="warning" %}
Enabling "**Simulate typing**" just uses a script that mimics typing in your personal information manually but very fast.
{% endhint %}

{% hint style="danger" %}
Enabling "**Process Payment**" and "**Complete Checkout**" basically complete the entire check-out process while pressing the Purchase button. **This should only be used if confident you want that specific item or items in your cart.**
{% endhint %}

{% hint style="warning" %}
Enabling "**Process Checkout Steps**" goes through all the steps of the Shopify store, clicking through each of the Payment Pages but does not click Purchase at the end of the Payment Pages.
{% endhint %}


---

# 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://docs.resell.monster/autofill-set-up.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.
