> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lovable.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Find and search projects

> Use the command palette, filters, and sorting to quickly find any project in your workspace.

Lovable gives you several ways to find projects: the command palette for quick search, and filtering and sorting options on project list pages.

## Command palette

Press `Cmd+K` (Mac) or `Ctrl+K` (Windows/Linux) to open the command palette, or click **Search** in the sidebar. The command palette is the fastest way to find and open projects or [folders](/introduction/project-folders).

### Searching

Before you type anything, the command palette shows:

* **Recent projects**: Projects you've recently opened
* **Recent folders**: Folders you've recently accessed

Start typing to search across all your projects and folders. Results are grouped into **Projects** and **Folders** sections as you type.

When you hover over a project or folder in the search results, a preview panel appears showing project details and folder contents.

Click any item to open it immediately.

### Quick navigation

The command palette also lets you navigate to:

* Dashboard page
* Workspace settings
* Connectors and integrations
* Theme switching (Light / Dark / System)
* Switch between workspaces

<Note>
  The command palette is not available on mobile. Use the sidebar and navigation menus instead.
</Note>

## Project list

Project list uses infinite scroll, and more projects load automatically as you scroll down.

On the **All projects** page and other list views you can, as applicable:

* **Search**: Type in the search field to filter projects by name. Results update as you type.
* **Filter**: Filter by project visibility, publish status, and creator to narrow down what you see in the project list.
* **Sort**: Sort the project list based on different criteria:
  * **Last edited**: Sort by last edited date, newest first or oldest first
  * **Last viewed**: Sort by last viewed date, newest first or oldest first
  * **Created**: Sort by created date, newest first or oldest first
  * **Name**: Sort by project name based on alphabetical order, ascending (A-Z) or descending (Z-A)
  * **Popularity**: Sort by visitors in last 24h, 7 days, or 30 days based on most popular or least popular published app
  * **Relevance**: Sort by most relevant or least relevant search results. Only available when a search query is active
* **Switch display mode:** Toggle between grid and list view. Your preference is saved in your browser and persists across sessions.
  * **Grid view** (default): Shows project cards as a grid with thumbnails
  * **List view**: Shows projects as a compact list

### Filtering projects

* **Filter by creator**: Select a specific workspace member from the creator dropdown to see only their projects, or choose **All creators** (default) to see everyone's work.
* **Filter by visibility**: Filter projects based on [project access and visibility](/features/project-visibility)
  * **Any visibility** (default): All projects regardless of visibility
  * **Workspace:** Projects accessible to workspace members
  * **Restricted:** Projects accessible only to the owner
* **Filter by publish status:** Filter projects based on publish status
  * **Any status** (default): All projects regardless of publish status
  * **All published:** All published projects (internal and external)
  * **Internally published**: Projects published to workspace only
  * **Externally published:** Projects published publicly to the web
  * **Not published:** Draft projects that haven't been published

Dashboard filter, sort, and search preferences are preserved in the URL. You can navigate into a project and back, refresh the page, or share focused dashboard views with teammates without losing your place.
