# 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.”

### 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.&#x20;

<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.

## Submit an Expense on Behalf of a Vendor

In order to use vendors for expense submission a payment method much be included in the vendor profile.&#x20;

Once submitting an expense you can attribute it to a selecting Vendor and searching for the Vendor's name.&#x20;

<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.&#x20;

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

<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: 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://documentation.opencollective.com/fiscal-hosts/managing-your-collectives/vendors.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.
