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

# Settings

The Settings section in [Publisher](https://github.com/DNAstack/dnastack-product-docs/blob/main/docs/publisher/settings/broken-reference/README.md) provides administrators with tools to manage users, notifications, and system configurations. This centralized control panel helps you maintain and customize your Publisher instance.

## What You Can Manage in Settings

### [Administrator Access](/products/publisher/settings/adding-an-admin.md)

Control who can manage your Publisher instance by [adding](/products/publisher/settings/adding-an-admin.md) or [removing](/products/publisher/settings/removing-an-admin.md) administrators. [Track administrator activity](/products/publisher/settings/viewing-current-and-past-admins.md) and manage access levels to maintain security and oversight of your system.

### [Email Notifications](/products/publisher/settings/changing-notification-preferences.md)

Customize your [notification preferences](/products/publisher/settings/changing-notification-preferences.md) to stay informed about important changes. Choose to receive alerts about [access requests](/products/publisher/access-policies.md), [collection](/products/publisher/collections.md) modifications, and [data source](/products/publisher/data-sources.md) updates based on your oversight needs.

## Accessing Settings

* Navigate to Settings through the gear icon in the left sidebar.
* The Settings page opens to the Admins tab by default, where you can manage administrator access.
* Use the tab navigation to switch between different settings areas.

Through these settings, you can ensure your [Publisher](https://github.com/DNAstack/dnastack-product-docs/blob/main/docs/publisher/settings/broken-reference/README.md) instance operates according to your organization's needs while maintaining appropriate security and communication channels.

In the following sections, we'll cover each settings area in detail, explaining how to effectively use these administrative tools.


---

# 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/settings.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.
