# The Administration Page

The Administration Page is a dashboard combining specialized sections where UNIWeb administrators can perform various administrative tasks.&#x20;

**You can access the Administration Page by clicking Administration in UNIWeb's top navigation bar.** The Administration Page will only be available to you if you have been assigned an administrator role.

![](/files/-LpUkBpM9Yi7JlAV5Im2)

The Administration Page has eight main sections, as listed below. You will only see the sections that correspond to the permissions that you have been granted through the [administrator roles](/uniweb-accounts/access-control/managing-administrator-roles-and-permissions.md) that were assigned to you. If you feel that you need access to one of the sections below to perform administrative tasks for your academic unit, please contact a system administrator.

* [Members](/navigating-uniweb/the-administration-page.md#members)
* [Web Articles](/navigating-uniweb/the-administration-page.md#web-articles)
* [Research Themes](/navigating-uniweb/the-administration-page.md#research-themes)
* [Academic Metrics](/navigating-uniweb/the-administration-page.md#academic-metrics)
* [Academic Units](/navigating-uniweb/the-administration-page.md#academic-units)
* [Access Control](/navigating-uniweb/the-administration-page.md#access-control)
* [API Access](/navigating-uniweb/the-administration-page.md#api-access)
* [Data and Report Templates](/navigating-uniweb/the-administration-page.md#data-and-report-templates)

## Members

The Members section of the Administration page provides a full list of your network’s users, along with **tools for account management and communication**.

From the Administration > Members section, you can:

* [Create new member accounts](/uniweb-accounts/account-management/account-creation.md#creating-uniweb-member-accounts-manually)
* [Edit membership information for other members](/uniweb-accounts/account-management/member-account-information.md#editing-the-account-information-of-other-uniweb-members)
* [Delete member accounts](/uniweb-accounts/account-management/account-deletion.md#deleting-a-uniweb-members-account)
* [Send password reset emails](/uniweb-accounts/account-management/account-login.md#sending-a-password-reset-email-to-a-uniweb-member)
* [Send account invitation and reminder emails](/uniweb-accounts/account-management/account-creation.md#sending-account-activation-emails)
* [Download other members’ CV and report files](/your-academic-information/downloading-cvs-and-reports.md#downloading-the-cv-and-report-files-of-other-uniweb-members)
* [Populate other members’ public profiles](/networking-on-uniweb/filling-out-your-public-profile.md#filling-out-another-uniweb-members-public-profile)

## Web Articles

The Web Articles section allows you to [create web articles](/networking-on-uniweb/web-articles-1.md) that are displayed on the [UNIWeb Network](/navigating-uniweb.md#the-network-page) page, in the newsfeed.

## Research Themes

The Research Themes section provides an overview of your UNIWeb instance’s [Research Themes](/networking-on-uniweb/research-themes.md) and the structure of their hierarchy.

From the Research Themes section, you can:

* [Approve proposed research themes](/networking-on-uniweb/research-themes/managing-research-themes.md#approving-research-themes)
* [Edit research themes](/networking-on-uniweb/research-themes/managing-research-themes.md#editing-research-themes)
* [Delete research themes](/networking-on-uniweb/research-themes/managing-research-themes.md#deleting-research-themes)

## Academic Metrics

The Academic Metrics section provides **tools to visualize statistical information about UNIWeb members and their work**. UNIWeb can create lists, graphs, and spreadsheets of this data for further analysis.

## Academic Units

The Academic Units section provides an **overview of your institution's academic units as they are organized in UNIWeb**.&#x20;

From the Academic Units section, you can:

* [Create, edit, and delete academic units](/uniweb-accounts/academic-units/managing-academic-units.md#create-an-academic-unit-manually)
* [Change how academic units are nested and organized](/uniweb-accounts/academic-units/managing-academic-units.md#edit-an-academic-unit)
* [Create different types of academic units](/uniweb-accounts/academic-units/managing-academic-units.md#add-a-unit-type)
* [Add and remove UNIWeb members from secondary academic units (cross-appointments)](/uniweb-accounts/academic-units/cross-appointments.md#adding-cross-appointees-to-academic-units)

## Access Control

The Access Control section allows you to **set administrator roles** to define who can perform administrative tasks within your UNIWeb instance, and allows you to **assign those roles to your peers** as necessary.

From the Access Control section, you can:

* [Create, edit, and delete administrator roles](/uniweb-accounts/access-control/managing-administrator-roles-and-permissions.md#creating-administrator-roles)
* [Assign administrator roles to UNIWeb members](/uniweb-accounts/access-control/managing-administrators.md#granting-administrator-access)
* [Remove administrator roles from UNIWeb members](/uniweb-accounts/access-control/managing-administrators.md#removing-administrator-access)

## API Access

The API Access section allows you to manage your UNIWeb instance's custom integrations with third-party services.

## Data and Report Templates

The Data Reports and Templates section allows you to **view the sets of mapping rules, called&#x20;*****schemas*****, that generate UNIWeb's data entry forms and tell UNIWeb how to generate CV and report documents**. Generally, if a UNIWeb user indicates that their CV or report document is missing a record, cross-referencing that report's schema will help you identify why that record was not included in the exported file.


---

# Agent Instructions: 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://guides.uniweb.io/navigating-uniweb/the-administration-page.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.
