# Search Results

When a search is successfully executed via DataFetch, the resulting Search Results are returned to you as an interactive message which only you can see. Each result represents an object found in a Data Source.

Each Object found in a Data Source will display the following data:

* Name
* Object Type

### Editing A Search

You can quickly filter your results to a specific Data Source by using the drop down menu within the results.

If you'd like more granular filtering of your results, you click click the `Edit Search` button to filter by Source Type, Object Type, Created Date, Updated Date, and more.

### Exporting Search Results

You can export the entire result set for your search by clicking  `...` > `Export List`. The results set can be downloaded in CSV or XLSX format.

&#x20;


---

# 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://docs.datafetch.io/features/search-results.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.
