# Custom Cases

White Swan's custom cases works much like your reusable pages, but are unique for each case, and offers a tailored approach to referring clients. Here's a closer look at how custom cases function and the flexibility they bring:

* **Initiation**: Custom cases can be started in multiple ways. Whether you prefer to start them manually via the dashboard or automate the process through our [Zapier C](/partner-knowledge-base/zapier-integration/overview-of-zapier-integration.md)[reate Actions](/partner-knowledge-base/zapier-integration/create-actions.md) or [Public API Action Calls](/partner-knowledge-base/api-documentation/action-calls.md), the choice is yours (both of the actions 'Starting a new request' and 'Submitting a complete request' will create a new custom case).
* **Customization**: Just like our standard pages, custom cases come with a wide array of [customization options](/partner-knowledge-base/platform-overview/using-the-platform/customizing-pages.md) to ensure the experience aligns with your brand and client's expectations. Custom cases initiated through the 'Start a New Request' with Zapier or our API allows for further customization by allowing you to pre-answer questions in the plan request which will be skipped by users in those custom cases.
* **Filling Out**: The flexibility of custom cases extends to who fills them out. Whether it's a member of your team or the client themselves, the process remains seamless. Sharing a link to the custom case with your client is straightforward, ensuring they can access and complete it with ease.


---

# 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/platform-overview/using-the-platform/custom-cases.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.
