> 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/introduction.md).

# Introduction

## What is Publisher?

[Publisher](https://dnastack.com/publisher/) is a tool within the [Omics AI](https://dnastack.com/) platform for connecting, protecting, and sharing your omics and health data—medical records, genome sequences, images, and more—using open standards, all in one place.\
\
Publisher maintains an up-to-date index (not a copy) of your data across popular object stores and relational databases.

## How it Works

Publisher is a data integration and sharing studio designed for researchers and organizations working with genomic and other omics data. It helps maximize the impact of your research data while maintaining security and compliance.

Publisher enables you to:

* Connect and integrate datasets from any source without moving the original data
* Maintain full administrative control and transparency
* Share data securely across federated networks using [Explorer](https://github.com/DNAstack/dnastack-product-docs/blob/main/docs/publisher/broken-reference/README.md)
* Ensure compliance with [Global Alliance for Genomics & Health](https://www.ga4gh.org/) standards

## Key Features

Publisher allows you to:

* Connect to multiple data sources and index their contents
* Organize indexed data into collections
* Attach metadata to improve discoverability
* Configure granular access policies
* Share collections using open standards
* Register collections in networks for easy discovery

## [Getting Started](/products/publisher/getting-started.md) with Publisher

### Initial Setup

We'll create a dedicated Publisher instance in your environment, positioned close to your data

### Access Options

* Use the web interface for visual management
* Use the [downloadable command-line interface (CLI)](/products/command-line-interface/installation.md) for programmatic control

{% hint style="success" %}
If you are interested in obtaining Publisher, please [contact our support team](mailto:support@dnastack.com).
{% endhint %}


---

# 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.omics.ai/products/publisher/introduction.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.
