> For the complete documentation index, see [llms.txt](https://docs.moderncollections.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.moderncollections.io/integration-guides/multi-tenant-1p-onboarding.md).

# First-party SaaS onboarding

First-party mode is not offered today. The platform runs in third-party (3P) mode — Modern Collections collects on the creditor's behalf, holds the licensing, and carries the compliance risk.

If you want to run the platform yourself (1P) — bringing your own collections licenses, DBA, voice-agent identity, and white-labeled debtor portal — those configuration surfaces don't exist yet. The REST API documented on this site is the only integration surface; the agent identity is fixed and Modern Collections holds the compliance posture.

Watch the [changelog](https://github.com/knollmeyersam-dot/MC-Docs/blob/main/change-log/README.md) for updates.


---

# 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.moderncollections.io/integration-guides/multi-tenant-1p-onboarding.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.
