# Onboarding for managers

Portfolio Managers ("PMs") can launch and run their own funds on Brila, using [Brila credit infrastructure](/brila-protocol/credit-vaults.md).

### How to onboard (as a Portfolio Manager)

To deploy a portfolio, managers must be approved by TrueFi governance via the following steps:

1. PM posts forum request at <https://forum.truefi.io/>.
   * This forum request should outline the PM's background and plans, along with the PM's Ethereum (Arbitrum or Plume) address.
   * For previous examples, please see [here](https://forum.truefi.io/c/manager-requests/9).&#x20;
2. After governance approval, TrueFi governance adds the PM's address to an allowlist.&#x20;
   * This enables the PM to deploy vaults from a factory contract.
3. PM deploys vault
   * Vaults are supported on Ethereum, Arbitrum, Plume, and HyperEVM.
   * For more details on how vaults work, visit [Credit Vaults](/brila-protocol/credit-vaults.md) and [Asset Vaults](/brila-protocol/asset-vaults.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.brila.finance/user-guide/manage/onboarding-for-managers.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.
