# Filter keys

To filter keys, while on the **Translations** page, click the **Filters** button in the upper-right page corner.

<figure><img src="/files/9iS1f2vliWz3p0fKoQkk" alt="Filters"><figcaption><p>Filters</p></figcaption></figure>

You can filter keys by the following parameters:

**Filter by**

Select one of the following:

* **Empty keys**: To filter keys for which empty translations are saved. For such keys, an empty string is displayed in the WebUI.
* **No translation**: To filter keys with no custom translations. For such keys, a default translation is displayed in the WebUI.
* **New keys in the last 2 weeks**: To filter keys that have been added within the previous 2 weeks.
* **New keys in the last 4 weeks**: To filter keys that have been added within the previous 4 weeks.

***

**Created between**

Pick up a date range to filter keys added during it.

***

**Updated between**

Pick up a date range to filter keys modified during it.

***

**Category**

Select a category to filter keys included in it.

***

**Key**

Enter a key identifier or a keyword to filter keys with matching identifiers.

***

**Source**

Enter a translation or a keyword to filter keys with the matching default English translations.

***

**Custom translation**

Enter a translation or a keyword to filter keys with matching custom translations.

***

Click **Apply** to filter keys.

To reset filters, click **Clear all**.

<figure><img src="/files/8wYFis4lk7h3NBxvX104" alt="Apply filters"><figcaption><p>Apply filters</p></figcaption></figure>


---

# 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://docs.b2translate.b2broker.com/user-guide/filter-keys.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.
