> For the complete documentation index, see [llms.txt](https://documentation.opencollective.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.opencollective.com/fiscal-hosts/managing-your-collectives/vendors.md).

# Vendors

A vendor represents an external entity which Fiscal Hosts can attribute contributions or expenses to. Vendors have no public profile and are only able to be created and edited by Fiscal Host Admins.

Navigate to your Fiscal Host Dashboard and select Vendors.

## Review Existing Vendors

Utilize our potential Vendor tool to transform any past organizations into Vendors and contribute to a cleaner platform.

These are organizations that any admin of your Fiscal Host is also an admin of. These organizations have been used to submit an expense to either your Fiscal Host or any of your Collectives.

## Create a Vendor

You can create a Vendor by clicking on “Create Vendor”

<figure><img src="/files/eCKDYJlYbcDrTfzEQRHQ" alt="Screenshot of Vendor settings featuring the &#x22;Create Vendor +&#x22; button."><figcaption></figcaption></figure>

You will then be prompted to provide the following Vendor information:

* Image (optional)
* Vendor's Name
* Vendor's Legal Name (optional)
* Tax Form (optional)
  * Tax Form URL (optional)
* Tax Identification
  * Identification System (optional)
  * ID Number (optional)
* Mailing Address (optional)
* Contact Name (optional)
* Contact's email (optional)
* Payout method (optional)
* Notes (optional)

<details>

<summary>Screenshot of Create Vendor modal</summary>

<figure><img src="/files/qTJT9ygBCfkhQcxo8wy7" alt="Screenshot of the &#x22;Create Vendor&#x22; modal."><figcaption></figcaption></figure>

</details>

{% hint style="warning" %}
Automatic tax form collection is not active by default for Vendors. When creating a Vendor this information needs to be manually provided.
{% endhint %}

## Edit and Update a Vendor

Click on an existing Vendor to open a side-drawer that will display the current Vendor information.

<figure><img src="/files/BRflFsJhuABlSqeQ9mkj" alt="Screenshot of &#x22;Update Vendor&#x22; side bar view."><figcaption></figcaption></figure>

To edit the Vendor details click on Edit Vendor

When you are done editing, click “Update Vendor.”

If your fiscal host requires [two-factor authentication for admins](/advanced/security-for-accounts/two-factor-authentication.md#enforce-2fa-for-all-admins), you will be prompted for a 2FA code when adding or updating a vendor payout method.

### Archive/Unarchive a Vendor

Click on the three dots to the right of Vendor and then select the Archive button.

<figure><img src="/files/Eh8EiJ16FOU7RADDtvOE" alt="Screenshot of Vendor view with Archive option shown."><figcaption></figcaption></figure>

You can view all archived Vendors in the archived tab. Within this view, you can unarchive Vendors.

<figure><img src="/files/LOxtV8GzlDFy4gvmhAQs" alt="Screenshot of Archived Vendor settings with Unarchive option showing."><figcaption></figcaption></figure>

## Assign Contributions to Vendors

When creating contributions (through either added funds or pending contributions) you can attribute the contribution to a Vendor by typing in the Vendor's name.

<figure><img src="/files/EkNRzAgjQuIH88JLJnfs" alt="Screenshot of Create Expected Funds modal showing the option to type to search for or create new Vendor."><figcaption></figcaption></figure>

You can also create a new Vendor by simply entering a Vendor name and clicking Create Vendor.

You can add additional Vendor information via the Vendor settings in your Fiscal Host dashboard.

## Vendor availability

By default, expense submitters can only select vendors that are available for the Collective they are expensing. Fiscal Host admins can always select any vendor on their host, regardless of which Collective the expense is for.

This helps host admins manage cross-Collective vendor relationships and process expenses that involve vendors shared across multiple hosted accounts.

## Submit an Expense on Behalf of a Vendor

In order to use vendors for expense submission a payment method must be included in the vendor profile.

Once submitting an expense you can attribute it to a selected Vendor by searching for the Vendor's name.

<figure><img src="/files/L5TSI8ZccJRKTzm5Cswt" alt="Screenshot showing the ability to submit an expense on behalf of a Vendor."><figcaption></figcaption></figure>

You will not be prompted for a payment method. The payment method that is listed for the Vendor in the Vendor settings will be used to process the payment.

## Enable Other Expense Submitters to Submit Expenses on Behalf of Vendors

By default, only Fiscal Host admins are able to submit expenses to Vendors. However, you can enable expense submitters to also submit expenses to your Vendors.

To enable this, go to the Fiscal Host Dashboard > Settings > Policies. There you will find an option to enable all users to submit expenses to Vendors.

### Creating vendors inline

Fiscal host admins can create vendors without leaving the expense or expected funds flow:

* **Expense submission:** On the **Who is getting paid** step, select **A vendor** and type a new name in the picker. Choose **Create vendor: {name}** to create and select a vendor scoped to that collective.
* **Add Funds / Expected Funds:** In the contributor or source picker, type a new vendor name and choose **Create vendor: {name}**.

Non-host submitters (when the vendor policy is enabled) can search and select existing vendors but cannot create new ones inline. Use **Dashboard > Vendors** to manage the vendor directory.

<figure><img src="/files/QewTh4AMBrvkQjXxev1G" alt="Screenshot of Fiscal Host Policy settings, showing the ability to allow all users to submit expenses on behalf of Vendors."><figcaption></figcaption></figure>

{% hint style="info" %}
Vendors may not always have a payment method attached. To payout an expense, this payment information will need to be added by a Fiscal Host admin.
{% 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://documentation.opencollective.com/fiscal-hosts/managing-your-collectives/vendors.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.
