# API Documentation

- [Overview of White Swan's API](https://docs.whiteswan.io/partner-knowledge-base/api-documentation/overview-of-white-swans-api.md)
- [Authentication](https://docs.whiteswan.io/partner-knowledge-base/api-documentation/authentication.md)
- [Data & API Standards](https://docs.whiteswan.io/partner-knowledge-base/api-documentation/data-and-api-standards.md)
- [Webhooks](https://docs.whiteswan.io/partner-knowledge-base/api-documentation/webhooks.md)
- [Creating/Managing Webhooks](https://docs.whiteswan.io/partner-knowledge-base/api-documentation/webhooks/creating-managing-webhooks.md)
- [New Plan Request Started](https://docs.whiteswan.io/partner-knowledge-base/api-documentation/webhooks/new-plan-request-started.md)
- [Plan Request Finished](https://docs.whiteswan.io/partner-knowledge-base/api-documentation/webhooks/plan-request-finished.md)
- [New Personal Plan](https://docs.whiteswan.io/partner-knowledge-base/api-documentation/webhooks/new-personal-plan.md)
- [New Change Request](https://docs.whiteswan.io/partner-knowledge-base/api-documentation/webhooks/new-change-request.md)
- [New Application Started](https://docs.whiteswan.io/partner-knowledge-base/api-documentation/webhooks/new-application-started.md)
- [Application Finished](https://docs.whiteswan.io/partner-knowledge-base/api-documentation/webhooks/application-finished.md)
- [New Plan Offered](https://docs.whiteswan.io/partner-knowledge-base/api-documentation/webhooks/new-plan-offered.md)
- [New Plan Delivered](https://docs.whiteswan.io/partner-knowledge-base/api-documentation/webhooks/new-plan-delivered.md)
- [Downline Events](https://docs.whiteswan.io/partner-knowledge-base/api-documentation/webhooks/downline-events.md): Receive webhook events when downline agencies take key actions in White Swan.
- [Commission Line Item Events](https://docs.whiteswan.io/partner-knowledge-base/api-documentation/webhooks/commission-line-item-events.md): Receive webhook events when individual commission line items are recorded in White Swan.
- [Payout Events](https://docs.whiteswan.io/partner-knowledge-base/api-documentation/webhooks/payout-events.md): Receive webhook events when inbound or outbound payouts are recorded in White Swan.
- [Action Calls](https://docs.whiteswan.io/partner-knowledge-base/api-documentation/action-calls.md)
- [Start Personal Plan Request](https://docs.whiteswan.io/partner-knowledge-base/api-documentation/action-calls/start-personal-plan-request.md)
- [Submit Complete Plan Request](https://docs.whiteswan.io/partner-knowledge-base/api-documentation/action-calls/submit-complete-plan-request.md)
- [Create Pre-Fill Information](https://docs.whiteswan.io/partner-knowledge-base/api-documentation/action-calls/create-pre-fill-information.md)
- [Start Application](https://docs.whiteswan.io/partner-knowledge-base/api-documentation/action-calls/start-application.md)
- [Add Case Party](https://docs.whiteswan.io/partner-knowledge-base/api-documentation/action-calls/add-case-party.md)
- [Onboard Agency](https://docs.whiteswan.io/partner-knowledge-base/api-documentation/action-calls/onboard-agency.md): Register and onboard a new agency as a downline partner on White Swan.
- [Information Calls](https://docs.whiteswan.io/partner-knowledge-base/api-documentation/information-calls.md)
- [Plan Request(s)](https://docs.whiteswan.io/partner-knowledge-base/api-documentation/information-calls/plan-request-s.md)
- [Personal Plan(s)](https://docs.whiteswan.io/partner-knowledge-base/api-documentation/information-calls/personal-plan-s.md)
- [Referred Client(s)](https://docs.whiteswan.io/partner-knowledge-base/api-documentation/information-calls/referred-client-s.md)
- [Account User(s)](https://docs.whiteswan.io/partner-knowledge-base/api-documentation/information-calls/account-user-s.md)
- [Commission Line Item(s)](https://docs.whiteswan.io/partner-knowledge-base/api-documentation/information-calls/commission-line-item-s.md)
- [Payout(s)](https://docs.whiteswan.io/partner-knowledge-base/api-documentation/information-calls/payout-s.md)
- [Downline(s)](https://docs.whiteswan.io/partner-knowledge-base/api-documentation/information-calls/downline-s.md)
- [Policy Search](https://docs.whiteswan.io/partner-knowledge-base/api-documentation/information-calls/policy-search.md)
- [Illustration](https://docs.whiteswan.io/partner-knowledge-base/api-documentation/information-calls/illustration.md)


---

# 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/api-documentation.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.
