> For the complete documentation index, see [llms.txt](https://docs.whiteswan.io/partner-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.whiteswan.io/partner-knowledge-base/wealthbox-integration/capabilities/search-wealthbox-contacts-in-white-swan.md).

# Search Wealthbox Contacts in White Swan

{% hint style="info" %}
If you prefer to send a contact from your Wealthbox account, please review the [Import Contact from Wealthbox](/partner-knowledge-base/wealthbox-integration/capabilities/import-contact-from-wealthbox.md) article.
{% endhint %}

1. [Log in](https://app.whiteswan.io/partner_log_in) to your White Swan for Partners account.
2. Navigate to the [partner integrations page](https://app.whiteswan.io/partner_integrations) within your White Swan, which can be accessed via the header menu.&#x20;
3. From the Wealthbox widget, select **Search Wealthbox Contacts**.&#x20;
4. Enter your client’s first name, last name, or nickname and select **Search**.

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

5. Locate your desired client from the search results and select **Import**.&#x20;

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

6. After your contact is imported, you have the option to [**Start a Plan Request**](/partner-knowledge-base/wealthbox-integration/capabilities/start-a-plan-request.md) and/or view any past plan requests associated with your contact.&#x20;

<figure><img src="/files/nL14ifmyca2kvqZ1eYMp" 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.whiteswan.io/partner-knowledge-base/wealthbox-integration/capabilities/search-wealthbox-contacts-in-white-swan.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.
