> For the complete documentation index, see [llms.txt](https://pcadafguide.foundationsource.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pcadafguide.foundationsource.com/set-up-your-pca-account.md).

# Set up your PCA account

<figure><img src="/files/6Z8YW5AUu641XPdMQbRU" alt=""><figcaption></figcaption></figure>

Your advisor account is your home for your firm's custom giving program. From your [PCA Dashboard](#pca-dashboard-tour), you can [open donor-advised fund accounts](/pca-instructions/create-an-account.md), help your client with[ contributions](/pca-instructions/contribution-options.md), [edit investment allocations](/pca-instructions/enable-investing.md) on behalf of your clients, and more.

When you're ready to join the Foundation Source DAF platform, here are the first steps to set yourself and your clients up for success:&#x20;

* [ ] [Create your PCA admin account](#create-your-pca-admin-account)
* [ ] [Update your profile picture](#update-your-profile-picture)
* [ ] [Invite a client](#invite-a-client)
* [ ] [View investing options](#view-investing-options)
* [ ] [Help a client make their first contribution](#help-a-client-make-their-first-contribution)

## PCA Dashboard tour

{% embed url="<https://vimeo.com/925510206/a4854aaefd?share=copy>" %}

Your private client advisor account is where you can access the Foundation Source donor-advised fund platform to serve your clients in DAF giving.

This video is a brief walkthrough of your experience as an PCA.

{% hint style="warning" %}
**Need to know what the experience looks like for a client?**

Learn more about the client experience of their giving account [here](/client-experience/client-dashboard.md).
{% endhint %}

## Create your PCA admin account

{% embed url="<https://vimeo.com/925508141/cb1642b391?share=copy>" %}

If you're reading this, you may already have access to your PCA login. If so, you can skip ahead to the next step.

Otherwise, in order to get started with your PCA admin account:

* [ ] **Reach out to** [**support@charityvest.org**](mailto:support@charityvest.org)**.** The support team will be able to invite you to the platform. We recommend providing them with your work email for this account.
* [ ] **You will receive an email invitation** from Charityvest (be sure to check your Junk folder for an email from: <mark style="color:blue;">**<info@notifications.charityvest.org>**</mark>).&#x20;
* [ ] **Claim your PCA account** by following the instructions in the email.

{% hint style="success" %}
**Need to share your account access with a team member?**

Once you create your advisor login credentials, you can share them with your team to help you perform account actions.

For security purposes, only share your login information with your trusted associates.
{% endhint %}

## Update your profile picture

Connect with your clients and build trust through the Foundation Source DAF giving platform by putting a face to your name. To add a profile picture to your advisor account, once logged in to your account:

* [ ] **Click your name** in the top right-hand corner of the Dashboard.
* [ ] **Click Profile** from the dropdown menu bar. You will be redirected to your advisor account profile.
* [ ] Under **Personal Profile**, click to add or change your photo. Your image will be cropped to a square size, and must be less than 250 KB.&#x20;

{% hint style="success" %}
**Uploading your profile picture?**

If you need to decrease the size of your headshot to fit the size parameters of your Profile, we recommend leveraging an online image resizing tool.
{% endhint %}

## Invite a client

You may have a private foundation client with an existing donor-advised fund that is eager to consolidate their philanthropic experience via the Foundation Source DAF giving platform, or you may identify a client without a donor-advised fund that would benefit from a Foundation Source DAF account.&#x20;

Either way, you can [follow these written and video instructions](/pca-instructions/create-an-account.md) to open client DAFs.

{% hint style="warning" %}
**Questions about fees associated with opening and maintaining client DAF accounts?**&#x20;

Learn more about how applicable client fees work with the Foundation Source DAF program [here](/how-client-fees-work.md).
{% endhint %}

## View investing options

Your client's DAF balance can remain in a Cash account, or in a selection of pre-populated Charityvest portfolios.&#x20;

If your client wishes to invest their balance, you can follow these [written and video instructions](/pca-instructions/enable-investing.md) to edit investment allocations on client DAFs.

{% hint style="info" %}
**Coming soon: option for clients to choose or modify their investment portfolios directly.** At this time, your client cannot invest their DAF balance independently, though they can request to leverage [impact investing](https://pcadafguide.foundationsource.com/client-experience/client-investing#impact-investing).
{% endhint %}

## Help a client make their first contribution

Once your client has accepted their invitation to their giving account, it is possible for them to add to their DAF account balance with a contribution.

There are several accepted DAF contribution methods. As a PCA, you can assist your client, in collaboration with their financial advisor, to complete contributions of [stock and/or mutual funds](/pca-instructions/contribution-options/fund-your-account.md), [DAF transfers](/pca-instructions/contribution-options/daf-transfers.md), [wire transfers](/pca-instructions/contribution-options/wire-transfers.md), and [complex assets](/pca-instructions/contribution-options/complex-assets.md). Clients can also make [independent contributions](/client-experience/contributions-to-fund.md) of cash and cryptocurrency from their DAF account.

Follow our [written and video instructions](/pca-instructions/contribution-options.md) to facilitate client contributions, or learn more about [independent client contributions](/client-experience/contributions-to-fund.md).

{% hint style="info" %}
**Curious to learn more about the Foundation Source DAF program?** Contact <support@charityvest.org> for any program or product-related matters.
{% endhint %}


---

# 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://pcadafguide.foundationsource.com/set-up-your-pca-account.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.
