> For the complete documentation index, see [llms.txt](https://docs.abtasty.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.abtasty.com/server-side/sdks/quickstart.md).

# Quickstart

This Quickstart will guide you to implement the use case `Log-in with Google` on your website. [See Github repo](https://github.com/flagship-io/code-samples/tree/master/sdk/quickstart/js).

In this scenario, we need to have 3 renderings of login page according to visitor geographical area.

* All users in Europe/America will have the basic login process and login with Google,
* Users in Asia zone will get the basic login process and login with WeChat
* All the others will get only basic login process.\
  We will change the login button color according to the geographical area too.

<figure><img src="/files/FNDUege7jIXJ3R2BkGe4" alt=""><figcaption><p>Login page for users in Europe/America zone</p></figcaption></figure>

<figure><img src="/files/TfwGWBHAh9WL86VscVPN" alt=""><figcaption><p>Login page for users in Asia zone</p></figcaption></figure>

<figure><img src="/files/5tWii2CbEyjSPoHxPUvF" alt=""><figcaption><p>Login page for all the others</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.abtasty.com/server-side/sdks/quickstart.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.
