# Filtering Segments

Filtering helps you focus on the segments you need right now.

### Common uses

* Show only segments that contain a specific term
* Focus on segments that need review
* Quickly find repeated strings and fix consistency

### Tip: filter on selection

A fast workflow is to select a word/phrase in the grid and use **Filter on selection**.

#### Shortcut

* **Ctrl+Shift+F** toggles filtering:
  * If a filter is not active, it filters on the current selection.
  * If a filter is active, it clears the filter.

:::note Filtering is designed to be fast even in large projects. :::


---

# 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://supervertaler.gitbook.io/help/editor-and-translation/filtering.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.
