> For the complete documentation index, see [llms.txt](https://docs.b2translate.b2broker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2translate.b2broker.com/user-guide/filter-keys.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.b2translate.b2broker.com/user-guide/filter-keys.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
