> For the complete documentation index, see [llms.txt](https://compassly.gitbook.io/compassly-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://compassly.gitbook.io/compassly-docs/administration/system-settings/services/filter-and-search-services.md).

# Filter and Search Services

**Audience:** Super Admin, Admin\
**Page type:** Task guide\
**Status:** Draft\
**Owner:** Compassly Documentation Team\
**Last verified:** 2026-04-07

## Purpose

Use the search field and column filters to narrow the visible services on the page.

## Before you start

* You must be on **System settings** > **Services**.

## Steps

1. Enter a value in the search field to search the current service table.
2. Review the updated results.
3. Click a column filter icon, such as the filter on **Code**.
4. Use the filter window to sort the column from **A to Z** or **Z to A**.
5. Search within the filter window if needed.
6. Select one or more filter values.
7. Click **Clear all** inside the filter window if you want to remove that column filter.

## Important

* The search starts from the first entered character.
* Search is not case-sensitive in the specification.
* If no rows match the current search or filters, the table shows **No data**.
* Column filters can also sort values.
* The specification says the table should stay filtered when you open actions and return to the list.

## Role differences

* **Super Admin / Admin:** Can use the verified search and filter tools.
* **Other roles:** \[VERIFY: confirm whether any additional roles can use service search and filters.]

## What happens next

Keep refining the visible list, or download a report after the table shows the results you need.

## Related guides

* [Filter Services by Team Member](/compassly-docs/administration/system-settings/services/filter-services-by-team-member.md)
* [Download Services Report](/compassly-docs/administration/system-settings/services/download-services-report.md)


---

# 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://compassly.gitbook.io/compassly-docs/administration/system-settings/services/filter-and-search-services.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.
