# Searching Within Tables

Use table search and filters to find records faster in SureCloud.

### Search across the table

Use the **Search** bar above the table to find matching records quickly.

* Search checks all fields in the table.
* Results update as you type.
* Use it when you are not sure which column contains the value.

### Filter a specific column

Use column filters when you want more precise results.

{% stepper %}
{% step %}

### Open the column options

Hover over the column header you want to filter.
{% endstep %}

{% step %}

### Apply the filter

Open the column options and enter or select the value you want to filter by.
{% endstep %}

{% step %}

### Review the results

SureCloud updates the table to show only matching records.
{% endstep %}
{% endstepper %}

### Things to know

* Use **Search** for a broad search across the whole table.
* Use column filters for exact values or specific columns.
* You can use search and filters together to narrow results further.


---

# 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://surecloud.gitbook.io/surecloud-docs/documentation/using-the-platform/tables/searching-within-tables.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.
