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

# Find and search

> Search, filters, sorting, and the command palette — for when the project list gets long.

Vibely workspaces grow. By the time you have 30+ projects, the search bar, filter tabs, and the command palette are how you keep things findable.

## Search

The search bar at the top of the Projects view matches by **project name**. Type a few characters and the grid filters live.

For something that works from anywhere — including inside an open project — use the **command palette** instead.

## Filter tabs

Use the tabs at the top of the Projects view to scope the list before you search:

* **Browse all** — every project you have access to in this workspace.
* **Favourites** — projects you've starred.
* **My projects** — projects you created.
* **Shared** — projects others added you to.

## Filter by type and visibility

On top of the tab, narrow further:

* **Type** — **Web**, **Mobile**, or **Design**.
* **Visibility** — **Workspace** (visible to your workspace), **Restricted** (owner-only, Business), or projects with public remixing on. See [Project settings → Visibility](/docs/workspace/project-settings#visibility-editor--preview-access) for definitions.

Filters combine. *Favourites + Mobile + Restricted* shows only your starred owner-only mobile builds. Search runs on top of whatever filters are active.

## Sort

Sort the grid by:

* **Last edited** *(default)* — most recently touched first.
* **Name A–Z** — alphabetical.
* **Name Z–A** — reverse alphabetical.
* **Newest first** — by creation date.

Sort preference is remembered per user.

## Command palette

`⌘K` (Mac) / `Ctrl+K` (Windows / Linux) opens the command palette from anywhere — dashboard, inside a project, settings.

What you can do:

* **Search projects by name.**
* **Run quick commands** — open the dashboard, create a Web / Mobile / Design project, open docs, jump to workspace or account settings.
* **Navigate with the keyboard** — `↑` and `↓` to move, `Enter` to run, `Esc` to close.

The palette is the fastest way to switch projects once you have more than a handful — no scrolling required.

## Next

<CardGroup cols={2}>
  <Card title="Dashboard overview" icon="table-columns" href="/docs/dashboard/overview">
    What the home view shows by default.
  </Card>

  <Card title="Project settings" icon="gear" href="/docs/workspace/project-settings">
    Per-project name, visibility, and access controls.
  </Card>
</CardGroup>
