# Manage Vendors

## Manage and View Vendors

This is the primary page for creating, editing, and viewing Vendors

{% hint style="success" %}
Home / Vendors / Manage Vendors / Manage Vendors\
<https://farm.unosof.com/index.cfm?event=Vendors.List>
{% endhint %}

<figure><img src="/files/sTj7fHJmRxUDqW96Q5ct" alt=""><figcaption><p>Manage Vendor Page</p></figcaption></figure>

From this page, you are able to search existing Vendors using various filters such as Name, Status, Country, etc. Clicking the search button will search based on the criteria provided.

## Create a New Vendor

To create a new vendor click the New Provider button on the top left corner of the page.&#x20;

![Click on New Provider](/files/-M-tpuKELHIhVM0_GdjJ)

Clicking on the New Provider button will open up the provider form:

<figure><img src="/files/wMJ2e2EN3cqysrhJIL3d" alt=""><figcaption><p>Provider Form</p></figcaption></figure>

{% hint style="success" %}
Fill the fields with your provider's information. Make sure all the obligated fields on all tabs are completed.
{% endhint %}

Click on the Save Button to Save the vendor.

## Deleting a Vendor

Because Vendor information could be tied to past purchases and information, we do not allow the deletion of Vendor.

You can change the Status of a Vendor from Active to In-Active which removes it from select options in different parts of the site:

Select the **Provider Information tab,** in the **Status** field please choose the **In-Active** option and click Save to deactivate the Vendor

<figure><img src="/files/vzV9Ru6x1qc7PfYH4sSC" alt=""><figcaption><p>Inactivate a Vendor</p></figcaption></figure>

When searching on the Manage Vendor page, the in-activated vendors will be highlighted in grey.

<figure><img src="/files/VqtucUBQ2fUw1p9byhP3" alt=""><figcaption><p>Inactive vendors will be highlighted in grey</p></figcaption></figure>

## Synch Vendors

{% hint style="info" %}
This section applies only to Master and Farm structures.
{% endhint %}

To synch a provider, please go to:

{% hint style="success" %}
Home / System Admin / Synch Data

<https://farm.unosof.com/index.cfm?event=Synch.List>
{% endhint %}

Find "Vendors" on the list and click on it. This will run a script to synch your vendors to all the related applications.

<figure><img src="/files/HtTCM1FO6oqNwenhAkur" alt=""><figcaption><p>Synch Vendors</p></figcaption></figure>


---

# 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://manual.unosofbooks.com/vendors/vendors-1.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.
