# Permit management
The permit management page (Permits -> Manage) provides another location for viewing all of the permits in the project, this time in a summarized tabular format. Unlike the permit overview page, however, which shows all permit information, only several key fields are displayed on the management page's table.
The key feature of the management page is the ability to apply bulk operations to permits. Multiple permits may be selected using the checkbox on the left-hand side of each row (or the checkbox in the table header to select all permits), after which you can apply the desired operation to the selected permits.
The following operations are supported:
# Bulk archiving and unarchiving
Clicking the Archive button will mark all selected permits as archived; see permit overview for a description of such a permit.
Likewise, clicking the Unarchive button will remove all selected permits from being archived (i.e. returning them to normal) if they were previously in that state.
# Bulk cancelling
Clicking the Cancel button will place all selected permits into the cancelled state.
Note that, in order to be cancellable, a permit must have never become active and must not already be cancelled.
If any of the selected permits are not cancellable then the Cancel button will be disabled.
# Bulk force-relinquishing
Clicking the Force-relinquish button will remove the holders from all currently selected permits and return them to the approved state.
Note that a permit must currently have a holder in order to be relinquishable.
If any of the selected permits are not relinquishable then the Force-relinquish button will be disabled.