# Project List View

## Overview

The Project List view of Labii [electronic lab notebook (ELN)](https://www.labii.com/electronic-lab-notebook-eln) and [laboratory information management system (LIMS)](https://www.labii.com/laboratory-information-management-system-lims) displays a list of records for a project.

If you can see a project, means you already have permission to view all content of the project.

The list view is independent for each project and has the following tabs:

* **Content -** Display a list of records for the project as well as the sub-projects.
* [**Properties**](/admin-guide/projects.md) **-** Project settings. Changes can only be made by administrators. Available to Administrator only.
* [**Permissions**](/admin-guide/projects/members.md) **-** Display a list of permissions for the project. Available to Administrator only.

## Open project list view

Project list view can be opened by clicking the **Projects/Folders** from the side menu and then click the project name.

![](/files/DZYLgrdGMf96SPi3YJYV)

**Tabs**:

* **Content** - Project content displays records from all tables and sub-projects.
* **Properties** - Displays all configuration and properties about the project. [Learn more](/admin-guide/projects.md)
* **Permissions** - Displays a list members who can access the project. [Learn more](/admin-guide/projects/members.md)

## [Add record or project](/user-guide/add-record.md)

Click **+ Add** to add a record or a sub-project. It will open the same interface as the Add button on the side menu.

## Search records

Learn more about [Search at list view.](/user-guide/navbar/search/search-at-list-view.md)

## Filter records

Filters can be applied to the project list view to specify a subset of the results. When a filter is selected, the button name changes to the filter name and the text color changes to teal.

<img src="/files/FBfHR6ZkR1YYGGUUf81w" alt="" data-size="original">

* **All records**. Filter to display all records in the project.
* **Active records**. Filter to display the active records that is in the project.
* **Archived records**. Filter to display the archived records in the project.
* **My records**. Filter to display the records created by you.
* **My unsigned records**. Filter to display the records that need to be signed by you.
* **Templates**. Filter to display list of records as templates.

### Filter by tables

The records can be filtered by tables. Click **All tables** and select a table from the dropdown.

## Save as default

If you would like a different view to be loaded when clicking on the project, you can use the Save as default feature.

* Save as my default
* Save as project default

Personnel default data will be loaded if both personnel and project levels are saved.

## [Batch operations](/user-guide/list-view/bulk-operations.md)

A batch operation is a function or a method that processes multiple experiments in a single operation. Labii supports the batch operations for Editing, Printing, and Downloading. Select one or more experiments to get started.

![](/files/eW7oZaDi5XaKEw14jDM7)

## Upload

You can use this method to upload files and create a record at the same time. The uploaded files will be inserted directly into the record's sections/notes.

## [Export](/user-guide/list-view/export.md)

Labii allows exporting data in the list view to a \*.tsv file. Two exporting options are supported:

* **Export current page.** Export data that is same as the current list view.
* **Export with customization.** Customize the number of records, the columns to be exported

<img src="/files/5kHdK8YXbnFFpRzEakZg" alt="" data-size="original">


---

# 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://docs.labii.com/user-guide/list-view/project-list-view.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.
