> For the complete documentation index, see [llms.txt](https://docs.zigpoll.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zigpoll.com/accounts/google-sign-in.md).

# Google Sign-In

Sign up or log in to Zigpoll with your Google account

You can create a Zigpoll account and log in with your Google account instead of an email address and password. Google sign-in is available on every plan.

### Signing up or logging in

1. Go to [app.zigpoll.com](https://app.zigpoll.com/log-in).
2. Click the **Google** button below the login form.
3. Choose the Google account you want to use.

That's it. The same button works for both signing up and logging in: if you don't have a Zigpoll account yet, one is created for you using your Google email and name, and if you already have one, you are logged straight in.

{% hint style="info" %}
Google sign-in uses a pop-up. If nothing happens when you click the button, check that a content blocker or strict browser privacy setting isn't blocking it, or try another browser.
{% endhint %}

### Team invites

If a teammate has [invited you](/accounts/join-existing-account.md) to their Zigpoll account, sign in with the Google account that uses the invited email address. Because Google has already verified that address, the invite is connected automatically and you will land in the shared account.

### "You already have an account with this email"

This message means an email-and-password account already exists for the address on your Google account. Log in with your email and password instead. If you have forgotten the password, use the **Forgot password** link on the login page to reset it.

### Shopify stores

If you installed Zigpoll from the Shopify App Store, log in through your Shopify admin rather than with Google. See [Shopify App → Log In](/shopify-app/log-in.md).

### Security

Zigpoll never sees or stores your Google password. Google sign-in only shares your name, email address, and a Google account ID with Zigpoll so we can recognise you next time. You can revoke Zigpoll's access at any time from your [Google account permissions](https://myaccount.google.com/permissions).


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.zigpoll.com/accounts/google-sign-in.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
