> 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/adding-an-admin.md).

# Adding an Administrator

[Publisher](https://github.com/DNAstack/dnastack-product-docs/blob/main/docs/publisher/settings/broken-reference/README.md) enables you to grant administrative access to new users and reinstate previous administrators. This guide covers both processes.

## Inviting New Administrators

To add new administrators to Publisher:

1. Navigate to Settings through the left sidebar
2. Click "Invite Admins" in the top right corner
3. Enter administrator details:
   * Provide the required email address
   * Optionally add their name for easier identification
4. For multiple invitations:
   * Click "Add another" to create additional entry fields
   * Enter each administrator's information
   * Remove entries if needed using the delete (trash) icon
5. Click "Send Invitation" to distribute access invitations

New administrators appear with "Invited" status until their first login, after which they automatically transition to "Enabled" status.

## Reinstating Previous Administrators

To restore access for a previously disabled administrator:

1. Access the Settings page
2. Use the search bar to locate the administrator by name or email
3. Click the Actions menu next to their entry
4. Select "Enable Access" from the dropdown
5. Confirm the reinstatement in the verification dialog

{% hint style="warning" %}
Once reinstated, administrators regain full access to Publisher's administrative functions. Consider reviewing current permissions and notifying other administrators when making access changes.
{% 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/settings/adding-an-admin.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.
