# How to search for episodes

Rephonic's [episode search](https://rephonic.com/search/episodes/marketing) makes it easy to find podcast episodes for the topic or niche that you care about. This guide explains how to use the search engine and gives you some tips and best practices.

## Search for episodes

Go to the [Home](https://rephonic.com/home) screen and choose *Episodes* above the search box.

![](/files/rzCHSvK7k5QEh76uvxWv)

Enter a search query and hit enter to see the most relevant episodes for your search term. Our system will look through episode notes as well as transcripts.

![](/files/lmvYghinPu8PvXtimO8z)

## Advanced filters

Advanced search filters let you slice-and-dice millions of podcast episodes in all kinds of new ways to find the ones you're looking for.

For example: show me the most recent episodes about *"*&#x66;intec&#x68;*"* with more than 7,000 listeners primarily located in the UK.

![](/files/QnditX2RsqFxWKJmjE9G)

## Search operators

You can use the following search operators to narrow down your results:

<table data-header-hidden><thead><tr><th width="262.45619531338286">Description</th><th>Example</th></tr></thead><tbody><tr><td>Description</td><td>Example</td></tr><tr><td>Either terms can match</td><td><code>real OR estate</code></td></tr><tr><td>Both terms must match</td><td><code>real AND estate</code></td></tr><tr><td>Exact phrase</td><td><code>"real estate"</code></td></tr><tr><td>Don't match</td><td><code>-investing</code></td></tr><tr><td>Grouping</td><td><code>(real estate) OR (property investing)</code></td></tr></tbody></table>


---

# 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://help.rephonic.com/guides/how-to-search-for-episodes.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.
