> For the complete documentation index, see [llms.txt](https://eaclouddoc.eauditor.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eaclouddoc.eauditor.eu/eacloud-docs-en/features/it-infrastructure/computers/filtering-and-searching.md).

# Filtering and searching

### Filtering <a href="#toc2097661257" id="toc2097661257"></a>

* **Column filtering**: The three dots above each column enable filtering data for the selected column by entering text or selecting available options.
* **Table filtering**: In the upper-right corner of the table, there is a field **Search**, which allows searching the entire table and dropdown fields.

<figure><img src="/files/86bc9e9df8a2545e9fa6506a05dd6aa043ace157" alt="" width="375"><figcaption></figcaption></figure>

### Page navigation <a href="#toc248798738" id="toc248798738"></a>

* At the bottom of the table, there is the number of pages and the navigation buttons **Previous** and **Next**, which enable switching between pages.

### Refreshing and column settings <a href="#toc1070343332" id="toc1070343332"></a>

* **Refreshing**: The circular arrows icon in the upper-right corner of the table allows the table data to be updated.
* **Column settings**: The icon next to Refresh allows you to customize the visibility and order of columns in the table.&#x20;

<figure><img src="/files/b2b577c4e5bf308cfe410a4986929b7f2c234f3b" alt="" width="252"><figcaption></figcaption></figure>

**Column view** allows:

Selection of columns visible in the view. Change the column order by dragging the selected item to another level.

<figure><img src="/files/108b79b0b6128615e3a9d338e9f9d5d14f380c2b" alt="" width="139"><figcaption></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://eaclouddoc.eauditor.eu/eacloud-docs-en/features/it-infrastructure/computers/filtering-and-searching.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.
