> For the complete documentation index, see [llms.txt](https://docs.buildertek.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.buildertek.com/request-for-quotes-rfqs/send-rfq-email.md).

# Send RFQ Email

Once vendors have been added to the RFQ, the next step is to distribute the bid request.

BuilderTek includes pre-designed RFQ email templates, so there is no need to create emails manually.

Any images, files, drawings, or documentation attached to the RFQ or Walkthrough lines can also be included when sending the RFQ, providing vendors with complete project visibility before submitting pricing.

#### <mark style="color:$tint;">Step 1: Navigate to the vendor list within the RFQ Dashboard.</mark>

Select the vendors you want to send the RFQ to by checking the box next to each vendor's name.

As soon as one or more vendors are selected, the "Send RFQ" button becomes active.

<img src="/files/oSyxMyagESi33RBPxKoK" alt="" height="243" width="602">

This indicates that the selected vendors are ready to receive the RFQ.

#### <mark style="color:$tint;">Step 2: Click "Send RFQ".</mark>

A new window will open containing the pre-configured RFQ email template.

At this stage, additional actions such as "Delete Vendor" may also become active.

If a vendor was selected by mistake, simply select the vendor and click "Delete Vendor" to remove them before sending the RFQ.

#### <mark style="color:$tint;">Step 3: Review the email before sending.</mark>

<img src="/files/Ix9Dbv3ONNoY1Ph0fwNd" alt="" height="267" width="602">

Verify that:

* All selected vendors are listed correctly
* Contact information is accurate
* CC recipients are included if required
* Attached files and documents are available
* Walkthrough images and supporting documentation are included where applicable

BuilderTek provides a preview of the outgoing communication so you can verify everything before distribution.

#### <mark style="color:$tint;">Step 4: Once the review is complete, click "Send".</mark>

BuilderTek will distribute the RFQ to all selected vendors using the predefined email template.

<img src="/files/2Py5OelOBw5SJ8BCLEl9" alt="" height="277" width="602">

Once they clik on the “Bidding ", it will take them to a new browser tab where they can find all the details related to the RFQ, such as:

* RFQ details
* Walkthrough scope items
* Supporting documents
* Attached images
* Instructions for submitting pricing

<img src="/files/ymjE2rSzp39Y9c6J99PR" alt="" height="269" width="602">

Vendor can fill in the details, quote the prices they want, and submit the bid form through this window without any BT account or login credentials.

#### <mark style="color:$tint;">Step 5: After the RFQ is sent, return to the RFQ Dashboard.</mark>

You will notice new activity updates appearing within the RFQ record.

The vendor list will now display updated statuses, such as:

* Email Sent
* Send Reminder Email

<img src="/files/D70nmvTBICs8fLZPg6bF" alt="" height="201" width="602">

These status indicators help track vendor participation and manage the bidding process as responses begin to arrive.

<br>


---

# 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://docs.buildertek.com/request-for-quotes-rfqs/send-rfq-email.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.
