> 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/best-practices/search-for-images-in-salesforce-using-sharinpix.md).

# Search for Images in Salesforce using SharinPix

Searching for images can be done in many different ways when using Salesforce with SharinPix.

1. [Views and Reports on SharinPix Image records](/best-practices/images-on-salesforce-report-and-views.md): SharinPix Image is a custom object which can easily be used to create reports or views to find/filter/display SharinPix Image records provided you have [setup SharinPix Image Sync](/documentation/image-sync/setup-sharinpix-image-sync.md)
2. [Salesforce Search on SharinPix Image records](/documentation/features/search-images/using-salesforce-search-on-sharinpix-image-objects.md): for the same reason, you can also search for those SharinPix records and get results as with any other Search in Salesforce
3. Using [SharinPix Image Search tab](/documentation/features/search-images/using-the-search-image-tab.md): this tab permits the usage of a report to search for SharinPix image records based on the records listed in that specific report.
4. Using your own filters and [SharinPix search component](/documentation/lightning-web-component/sharinpix-search.md): You can implement your own filters to query a Salesforce record list. Using this list you can get the images associated with the listed records and display the same in the SharinPix Search Component. For more details on how to implement your own SharinPix Search component, refer to this article : [Using your personalized Search](/documentation/features/search-images/using-your-personalized-search.md)

<figure><img src="/files/UoFdK1lxdg6WCJAK5dTJ" 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/best-practices/search-for-images-in-salesforce-using-sharinpix.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.
