> For the complete documentation index, see [llms.txt](https://support.airspacelink.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.airspacelink.com/user-guides/filtering-and-sorting.md).

# Filtering and Sorting

AirHub® Portal provides robust sorting and filtering capabilities to give you more control and a streamlined experience across your drone operations, users, flight logs, and aircraft data.

Table-Level Sorting

Intuitive table-level sorting **i**s available in key sections of AirHub® Portal:

* Work Orders
* Flight Logs
* Users
* Aircraft

To arrange data in ascending or descending order, simply click the sort icon next to applicable table headers.

<div data-full-width="true"><figure><img src="https://1012157306-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F00gpSr827Gq5Cwipy8W9%2Fuploads%2F32E2QFUpsbBVGrZ3OnUI%2FTable%20Sorting.gif?alt=media&amp;token=31dff0d5-62ef-4453-a1a4-1953adf202d9" alt=""><figcaption><p>Table-Level Sorting</p></figcaption></figure></div>

### Powerful Filters for Deeper Insights

Filtering capabilities are extensive, allowing you to dive deeper into your data. Many of these filters support multi-selection for highly targeted results.

#### **My Operations** and **Organization Operations** filtering:

* **Keyword Search:** Dynamically filter operations by specific keywords to quickly locate relevant operation.

<div data-full-width="true"><figure><img src="https://1012157306-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F00gpSr827Gq5Cwipy8W9%2Fuploads%2F0kAOZLcLt9OArlVbr6hd%2FKeyword%20Search.gif?alt=media&amp;token=cb3f425f-25c8-4549-af48-cd18e821b13a" alt=""><figcaption><p>Keyword Search</p></figcaption></figure></div>

* **Tags: Filter by Tags** (Note: Tags selected within a group will expand the result, whereas tags selected across groups will narrow the result)
* **Pilot in Command:** Filter by one or more assigned RPICs.
* **Aircraft:** Filter by one or more specific aircraft.
* **Date & Time Range:** Filter by a time and date range.

#### **Flight Logs Filtering:**

* **Date & Time Range:** Filter by a time and date range.
* **Remote Pilot in Command (RPIC):** Filter by specific pilot(s).
* **Crew:** Filter by individual crew member(s).
* **Aircraft:** Filter by aircraft(s).
* **Incident Occurred:** Filter by flights with a recorded incident.

<figure><img src="https://1012157306-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F00gpSr827Gq5Cwipy8W9%2Fuploads%2F7hmH3rWgB8NfOIoddn28%2FFlight%20Log%20Mulit-select%20filter.gif?alt=media&amp;token=cdcb7afd-9d16-44bd-a7fe-2f7da2611123" alt=""><figcaption><p>Flight Log Filters</p></figcaption></figure>

#### **Users Filtering:**

* **Certificate Renewal Date:** Filter by certification status
* **User Type:** Filter users by role

<div data-full-width="true"><figure><img src="https://1012157306-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F00gpSr827Gq5Cwipy8W9%2Fuploads%2FUWE3Zcwmn2Ma10heUwSu%2FUsers%20Filters.gif?alt=media&amp;token=fb405024-40ae-4297-a614-93946feb1dec" alt=""><figcaption><p>User Filters</p></figcaption></figure></div>

#### **Aircraft Filtering:**

* **Remote ID Registered:** Filter by registration status
* **Status:** Filter by current operational status
* **Owner:** Filter by aircraft owner(s).

<div data-full-width="true"><figure><img src="https://1012157306-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F00gpSr827Gq5Cwipy8W9%2Fuploads%2FMonZHQbjiuIOwxHdXbnA%2FAircraft%20Filters.gif?alt=media&amp;token=2f2c1d42-e99e-409e-bfb8-44efc51e9566" alt=""><figcaption><p>Aircraft Filters</p></figcaption></figure></div>


---

# 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://support.airspacelink.com/user-guides/filtering-and-sorting.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.
