> For the complete documentation index, see [llms.txt](https://docs.relevant-digital.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.relevant-digital.com/general-platform/user-management/publisher-users.md).

# Publisher Users

## An overview of the Publisher user role, outlining how to create external users, manage their access, and customise their reporting capabilities.

### Publisher User Role

The Publisher role is designed for creating external users. These users are associated with a particular "Publisher" and, by default, have access only to that "Publisher." However, one or more users can also be granted additional access beyond the "Publisher" for which they were created.

The primary purpose of the external user role is to provide access to a specific set of websites, allowing users to monitor website performance. **External users are limited to non-setup-related tasks, but they can create their own dashboards and pull reports.**

Please note that external publisher role users have access to fewer dimensions and metrics for reporting, in order to keep things as simple as possible. Admin users can regulate access to dimensions and metrics by editing the publisher users.

{% stepper %}
{% step %}

## Assigning Publisher Role

Once you have created a Publisher in the Publisher Accounts section, simply click the User Icon to begin creating and editing users for those publisher accounts.

![](/files/fed857678f2808c331d42edc270d8913d5ccb453)
{% endstep %}

{% step %}

## Send Publisher User Credentials

Users and passwords can be managed through the system, and new passwords can be generated if a user loses theirs.

![](/files/9ecbc0b7ff2f4a88caba84eb3327757ce2e4a0da)
{% endstep %}

{% step %}

## Limit Publisher User Dimensions and Metrics in Reports

You can decide what publisher users can report on by selecting the 'Override Default Values' option and choosing your preferred values.

![](/files/c13696333b7faadb5b7955cb994afc19c787b527)
{% endstep %}
{% endstepper %}


---

# 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.relevant-digital.com/general-platform/user-management/publisher-users.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.
