> For the complete documentation index, see [llms.txt](https://docs.omics.ai/products/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.omics.ai/products/publisher/getting-started/logging-in-to-publisher.md).

# Logging in to Publisher

## Authentication System

Publisher uses [Passport](https://github.com/DNAstack/dnastack-product-docs/blob/main/docs/publisher/getting-started/broken-reference/README.md), DNAstack's digital identity management system, to handle user authentication and permissions. Passport is specifically designed for federated data environments where data is distributed across multiple locations and organizations.

## Login Requirements

Publisher currently requires a Google account for authentication through Single Sign-On (SSO). Important notes about authentication:

* A Google account is mandatory for Publisher access
* This login is separate from your data source credentials
* Your Publisher login does not affect or interact with your cloud resource access configurations

{% hint style="info" %}
If you do not currently have a Google account, you can follow [this guide](/products/passport/register-account-with-google.md) to register your email address with a Google account.
{% endhint %}

## Login Process

1. Navigate to your Publisher instance
2. Click "Log in with Passport"
3. Select "Sign in with Google"
4. Choose your Google account

{% hint style="info" %}
When you sign in, DNAstack receives only basic profile information (name, email, and profile image). This process does not grant Google any permissions to resources connected through Publisher.
{% endhint %}

After successful authentication, you'll be directed to the Collections page, which displays your Publisher's available [Collections](/products/publisher/collections.md).


---

# 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.omics.ai/products/publisher/getting-started/logging-in-to-publisher.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.
