# Customer Social Login

Social login is a form of single sign-on offered to your customers. Instead of creating a new account specifically to your store, the customers can use their existing social networking service account, such as Facebook, Google, or other, to log in to your online store. Frequently, this is a more convenient option for your customers. Therefore, by facilitating users access, the social login feature enhances the overall user experience.

See how it is used on an example storefront page.

1. Open the login page on the storefront.

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

2. Choose **Social login** to log in with some other service credentials.
3. Choose the service to log in with, for example Google. You get redirected to the service to log you in with your existing account.

<figure><img src="/files/eguoMf5MkcFUDDKjy7Wx" alt="" width="300"><figcaption></figcaption></figure>

4. After authorization, you are logged in to the storefront.

<figure><img src="/files/Gyq7ouPyoGhU71dNfcAX" 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://developer.emporix.io/ce/customer-use-cases/scenarios-introduction/social-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.
