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

# How do I search inside a project feed?

> Use feed search to filter papers by title, author, abstract, and summary text.

export const AiAgents = ({path}) => <Tip>
    <b>AI agents</b>: This page is available as <a href={path + '.md'}>markdown</a>. See also the <a href="/llms.txt">docs index</a> and <a href="/llms-full.txt">full docs</a>.
  </Tip>;

<AiAgents path="/answers/search-project-feed" />

You have three main ways to search a project feed:

1. In the app, open a project from the [Dashboard](https://paperzilla.ai/dashboard) and use the search box above the paper list.
2. In the CLI, run `pz feed search --project-id <project-id> --query "<terms>"`.
3. In MCP, use `feed_search`.

All three paths search by title, author name, abstract text, or summary terms.

You can combine search with the feedback filters to focus on:

* **No feedback**
* **Useful**
* **Very useful**
* **Not for me**

If you want to do the same thing through Paperzilla MCP, see [Can Paperzilla MCP search across an entire project feed?](/answers/can-paperzilla-mcp-search-across-an-entire-project-feed).

If you want the CLI-specific steps, see [How do I search a project feed from the CLI?](/answers/how-do-i-search-a-project-feed-from-the-cli).
