# Referred Client(s)

This action retrieves information about end-user(s) you've referred to the White Swan.

{% hint style="info" %}
The IDs returned by this action can be used in other Search Actions to retrieve further information about [Plan Request(s)](https://docs.whiteswan.io/partner-knowledge-base/zapier-integration/search-actions/plan-request-s) or [Personal Plan(s)](https://docs.whiteswan.io/partner-knowledge-base/zapier-integration/search-actions/personal-plan-s) associated with a given client.
{% endhint %}

***

**Input (Search) Fields:**

<table data-full-width="true"><thead><tr><th>Field Name</th><th>Field Type</th><th>Example Value</th><th>Description</th></tr></thead><tbody><tr><td>Client Email</td><td>Text</td><td>john@doe.com</td><td>This input can optionally be used to get information about a specific client.</td></tr></tbody></table>

***

**Output Fields:**

<table data-full-width="true"><thead><tr><th>Field Name</th><th>Example Value</th><th>Description</th></tr></thead><tbody><tr><td>Referred Client Name</td><td>Alice Johnson</td><td>The name of the referred client.</td></tr><tr><td>Referred Client Email</td><td>alice.johnson@example.com</td><td>The email address of the referred client.</td></tr><tr><td>Account User Referring Client</td><td>Alex Johnson</td><td>The name of the user on your White Swan account who referred the client.</td></tr><tr><td>Referred Client Associated Plan Request IDs</td><td>1234567890x0987654321</td><td>The ID of the plan request(s) associated with the referred client.</td></tr><tr><td>Referred Client Associated Personal Plan IDs</td><td>1234567890x1122334455</td><td>The ID of the personal plan(s) associated with the referred client.</td></tr></tbody></table>


---

# 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/referred-client-s.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.
