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

# Meeting Filters

> Control which imported calls Objectionly processes.

<Callout icon="user-shield">
  **Who can manage filters:** Admins
</Callout>

<a href="https://app.objectionly.com/dashboard/settings/meeting-filters" className="inline-flex items-center rounded-lg bg-blue-600 px-3 py-2 text-sm font-medium text-white no-underline hover:bg-blue-700" style={{ color: "#FFFFFF" }}>Open Meeting Filters page</a>

Meeting Filters let you decide which calls Objectionly actually processes, transcribes, and scores. They help you avoid wasting credits on internal standups, personal meetings, or short test calls, and keep your reporting focused on real sales conversations.

There are three filters you can configure:

* **Title Filters** - process only calls with certain words in the title
* **Rep Filters** - only process calls hosted by your existing reps
* **Duration Filter** - skip calls that are too short

Calls that do not pass your filters go to [Filtered Out Calls](/meeting-filters/filtered-out-calls), where you can review them and allow any that should have been processed.

## Filter types

<CardGroup cols={3}>
  <Card title="Title Filters" icon="text" href="/meeting-filters/title-filters">
    Process only calls with certain words or phrases in the title.
  </Card>

  <Card title="Rep Filters" icon="users" href="/meeting-filters/rep-filters">
    Choose whether unknown meeting hosts should be processed or filtered out.
  </Card>

  <Card title="Duration Filter" icon="clock" href="/meeting-filters/duration-filter">
    Skip calls that are too short to be useful.
  </Card>
</CardGroup>

## Common tasks

<CardGroup cols={2}>
  <Card title="Add a title filter" icon="text" href="/meeting-filters/title-filters">
    Match meeting titles to the words and phrases that matter.
  </Card>

  <Card title="Turn on rep filtering" icon="user-check" href="/meeting-filters/rep-filters">
    Only process calls hosted by reps already in your workspace.
  </Card>

  <Card title="Change the duration minimum" icon="timer" href="/meeting-filters/duration-filter">
    Set the shortest call length Objectionly should process.
  </Card>

  <Card title="Allow a filtered out call" icon="circle-check" href="/meeting-filters/filtered-out-calls">
    Send a blocked call back to processing.
  </Card>
</CardGroup>
