> For the complete documentation index, see [llms.txt](https://docs.sharinpix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sharinpix.com/documentation/features/search-images/using-the-search-image-tab.md).

# Using the Search Image tab

The **SharinPix Image Search** tab (as shown in the screenshot below) can be accessed in:

* [App Launcher in Salesforce Lightning](#app-launcher-in-salesforce-lightning)
* [Custom tab in Salesforce Classic](#custom-tab-in-salesforce-classic)

<figure><img src="/files/ZoSQJzC33kwBFuzDYQ7F" alt=""><figcaption></figcaption></figure>

## Purpose of the Search Image Tab

By selecting a report (you can either select it by entering a Report ID or choosing the report in the available Report List), the **Search Image Tab** can be used to search for any images enclosed into records listed on that report.

The search results can be filtered through the use of tags as well.

## Components of the Search Image Tab

1. Report parameters where you can choose the report listing your objects
2. Tags selector where you can filter based on tags
3. Results where SharinPix permits you to navigate through the resulting images

<figure><img src="/files/4YLBeS9lsUYcmzOh66Gn" alt=""><figcaption></figcaption></figure>

## App Launcher in Salesforce Lightning

In **Salesforce Lightning Experience**, the SharinPix Image Search tab can be accessed under items from the App Launcher.

<figure><img src="/files/xeuxSKSnS1BWSvkFN60j" alt=""><figcaption></figcaption></figure>

## Custom tab in Salesforce Classic

In **Salesforce Classic Experience**, the **SharinPix Image Search** tab can be accessed as a **Custom Tab** from the **navigation bar** as shown below.

<figure><img src="/files/2h8ZqOjCtE0CBByeRSLu" alt=""><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://docs.sharinpix.com/documentation/features/search-images/using-the-search-image-tab.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.
