# Resource Manager

## Resource Manager

The Resource Manager contains several useful tabs for viewing active and queued jobs, job history, notifications and data management.

### Current Jobs

The Current Jobs tab allows you to quickly view which jobs are active (running or waiting for user input), or queued (waiting for other jobs to complete or for resources to become available). You can kill jobs from the Current Jobs tab.

![](/files/-MNpG-YbFYCEvMZ7kJjY)

## Job History

The Job History tab provides a table of all jobs that were run recently. Click on any row to navigate to that job. Scroll down to view additional job history.

![](/files/-MNpG9MeTwX__aOkc3WZ)

## Instance Information

The Instance Information tab contains information about all the available compute lanes within your cryoSPARC instance, including the worker bin path, host name, cache path, cache quotas (if applicable), etc.

For more information on how to add lanes, please see: [Connect a worker node](https://guide.cryosparc.com/setup-configuration-and-management/how-to-download-install-and-configure/downloading-and-installing-cryosparc#connecting-a-worker-node-or-cluster-workload-manager)

## Notification Manager

The Notification Manager tab provides a list of all active and inactive notifications. Active notifications can be dismissed by clicking `x` when they appear in the interface, and can be ultimately cleared from this tab.

![](/files/-MNpGOs6cKT1jNIntr84)

## Data Management

The Data Management tab displays details of all Projects and Workspaces available to the logged in user. At-a-glance information includes: project creation and ownership info, project directory location, last accessed/viewed, project size and other details.

![](/files/-MNpGc4__CTglbi1ypNl)


---

# 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://guide.cryosparc.com/guides-for-v3/user-interface-and-usage-guide/resource-manager.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.
