# Record List View

## Overview

Labii’s List View is a versatile interface for managing and interacting with a list of records. It empowers users with a wide range of functionalities, including the ability to add new records, apply filters to refine the displayed data, sort records for easier navigation, and perform bulk edits for efficient updates. Additionally, the List View supports label printing, streamlining tasks like inventory management or sample tracking. With its intuitive layout and robust features, Labii’s List View is an essential tool for organizing and maintaining professional data.

## List View Types

Labii offers three types of List Views to cater to different data management needs: **Table List View**, **Project List View**, and **Row List View**.

* The [Table List View](/user-guide/list-view/table-list-view.md) displays a comprehensive list of records for a specific table, consolidating records from multiple projects for centralized access.
* The [Project List View](/user-guide/list-view/project-list-view.md) focuses on records within a single project, aggregating data from various tables to provide a project-centric overview.
* The [Row List View](/user-guide/list-view/row-list-view.md) is designed for specialized purposes, such as displaying search results from chemical substructure or similarity searches, offering tailored views for specific workflows.

These options ensure flexibility and efficiency in navigating and managing records in Labii.

## Permissions

Labii’s List View incorporates robust permissions to ensure data security and controlled access based on user roles. The number of records visible in the List View depends on the user’s permissions within the associated projects. Administrators have the highest level of access, allowing them to view all records across projects. Other users will see only the records they are authorized to access, based on their assigned permissions within each project. This system ensures that users can interact with relevant data while maintaining the privacy and integrity of sensitive information.


---

# 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.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.
