# Settings - Auto Login (Beta)

## What is Auto Login?

An experimental beta feature using advanced encryption to automatically save login credentials. When configured, it stores your login info for any website, letting you extract data requiring authentication without manual login steps.

***

## How to Use&#x20;

{% stepper %}
{% step %}

#### Click the **settings icon** in Databoard

In Databoard, click the gear icon for the task you want to configure auto-login for and head to the settings page.

<figure><img src="/files/4a99578fd1ee62bd3e61bb5ea1783d7440909532" alt=""><figcaption></figcaption></figure>

The auto login input fields are located in the middle of the settings page.

<figure><img src="/files/cf877ebe7a58041502b74d2e01b90b8e5915642e" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### **Enter** your auto login information

Click the dropdown menu, then select **+ Add a login account**.

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

Here's what to enter in the popup:

<figure><img src="/files/1b623b086548ca2c3616490df423818a4efba677" alt=""><figcaption></figcaption></figure>

① URL of the login page\
② Your site ID\
③ Selector value for the ID input field\
④ Your site password\
⑤ Selector value for the password input field\
⑥ Selector value for the login (submit) button

{% hint style="success" %}
Reference: [CSS Selector](/getting-started/extension-features/css-selector.md)
{% endhint %}
{% endstep %}

{% step %}

#### Copy and paste the login page URL

First, copy the URL from the website's login screen.

<figure><img src="/files/2073463cd5cc32a7b22662821928208505d5b456" alt=""><figcaption></figcaption></figure>

Paste the copied URL in the first field, then enter your login credentials in the ID and Password fields.

<figure><img src="/files/618f68d761d9f913c51126e02685d3bbe24c03df" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### How to copy and paste CSS selectors

Right-click on the ID input field and select **Inspect**.

<figure><img src="/files/4745eadef85d528c7387c923451f1d91ae47f6ef" alt=""><figcaption></figcaption></figure>

**A window full of code will appear on the right or bottom of the screen—don't worry! :)** The code for the field you just selected is highlighted in gray, and hovering over it will highlight the corresponding location on the page.

<figure><img src="/files/9cb5cca6ee6806b4a3d07bdb59a08b717733b8a5" alt=""><figcaption></figcaption></figure>

Right-click on the gray-highlighted code and select Copy -> Copy selector to automatically copy that selector's value.

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

Return to the login info input window, place your cursor in the appropriate field, and press Ctrl + V to paste.

<figure><img src="/files/fb696b58782e20547e90a94f4588d2c5bf046a5f" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Fill in the remaining info (repeat step 3's selector paste process)

Once all information is entered, click the **Add** button, then click the **Save** button at the bottom of the settings page to save your login configuration.

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

{% hint style="success" %}
**TIP** Some websites only activate the login button after you enter credentials. When copying the selector value for the **\[Login button]**, make sure the button is **activated** (as shown below) before right-clicking → Inspect to get a more stable selector value.
{% endhint %}

<figure><img src="/files/2709a0d499aaca6be1773b947a4f3d5f8a4b109f" alt=""><figcaption></figcaption></figure>

Return to Databoard and click the **Refresh (re-extract)** icon to verify that the task with login info works correctly.

<figure><img src="/files/83421470ac2be58e13957afc01d64a4c6ed5e600" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
**Important notes when using auto login**

Auto login is a beta service. **Configuration and application may not be possible depending on each site's security policies and login screen structure.** In these situations, use the **'Folder Download'** feature to extract your desired data or contact [the Listly team](https://www.listly.io/contact):

1. *Websites with strong security (e.g., device authentication only, 2FA required, blocking overseas access—most email services included)*
2. *Sites where ID, password fields, and login button aren't all on one page*
3. *Websites with modal popup login pages (URL verification impossible)*
4. *Login pages with random strings (mixed letters+numbers+special characters) in the URL*
   {% 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://help.listly.io/getting-started/databoard-features/settings-auto-login.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.
