# Search Actions

Search actions are used to fetch information from White Swan, which you can use in automations with other apps. These actions can be employed in conjunction with other triggers or on a recurring schedule. They can also be integrated into multi-step zaps to retrieve information and utilize it in another app.

{% hint style="info" %}
[Plan Requests](/partner-knowledge-base/zapier-integration/triggers/new-plan-request-started.md), [Personal Plans](/partner-knowledge-base/zapier-integration/triggers/new-personal-plan.md), and [Earnings Events](/partner-knowledge-base/zapier-integration/triggers/new-earnings-event.md) can also be accessed as triggers. These triggers can initiate Zaps that run as soon as a new object becomes available.
{% endhint %}

**Available Search Actions:**

* [**Plan Request(s)**](/partner-knowledge-base/zapier-integration/search-actions/plan-request-s.md)**:** This action provides information about [Plan Requests](/partner-knowledge-base/platform-overview/client-experience/personal-plan-requests.md) and allows you to search based on ID, Client Email, and Associated Account User Email.
* [**Personal Plan(s)**](/partner-knowledge-base/zapier-integration/search-actions/personal-plan-s.md)**:** This action provides information about [Personal Plans](/partner-knowledge-base/platform-overview/client-experience/personal-plans.md) and allows you to search based on ID, Client Email, and Associated Account User Email.
* [**Referred Client(s)**](/partner-knowledge-base/zapier-integration/search-actions/referred-client-s.md)**:** This action provides information about Referred Clients and allows you to search based on Client Email.
* [**Account User(s)**](/partner-knowledge-base/zapier-integration/search-actions/account-user-s.md)**:** This action provides information about Users on Your White Swan account and allows you to search based on User Email.
* [**Earnings Event(s)**](/partner-knowledge-base/zapier-integration/search-actions/earnings-event-s.md)**:** This action provides information about Earnings Events associated with your White Swan account and allows you to search based on associated client email, associated account user email, and look-back period.

{% hint style="info" %}
Using inputs to search for specific items is optional. Empty search inputs will return a list of items.
{% endhint %}

By harnessing the power of search actions, you can seamlessly integrate White Swan's capabilities into your workflow, enhancing efficiency and user experience.


---

# 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.whiteswan.io/partner-knowledge-base/zapier-integration/search-actions.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.
