> 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/quotes/import-rfq-lines-to-the-quote.md).

# Import RFQ Lines To The Quote

Once the Quote has been created, you will notice that it contains only the basic Quote information. No line items, pricing, or totals have been added yet, so the Quote value will display $0.00.

The next step is to populate the Quote with the approved project scope and pricing.

Although BuilderTek allows you to import lines from a Walkthrough or Master Quote, the recommended workflow is to import the awarded RFQ. This ensures that the Quote reflects the actual vendor pricing used during the bidding process, providing the most accurate estimate before it is shared with the customer.

#### Step 1: Import RFQs

<img src="/files/xeRMN15vtuoVwIczFAm4" alt="" height="237" width="602">

From the Quote Dashboard, click the "Import RFQs" button.

A new pop-up window will open.

#### Step 2: Select the Import Type

<img src="/files/xnopiwuWTxhTRA6foz1d" alt="" height="253" width="602">

The filter will automatically be set to RFQs.

Click "Next" to continue.

#### Step 3: Select the Awarded RFQ

The next screen displays all approved RFQs available within BuilderTek.

Locate the RFQ associated with your Walkthrough.

<img src="/files/UR2POKdIyRAtpatXmTcO" alt="" height="248" width="602">

You can use the search bar to quickly find the correct RFQ by entering its name or reference number.

If your Walkthrough was divided into multiple RFQs—for example, separate RFQs for electrical, plumbing, or flooring—you can select multiple RFQs and import them into the same Quote.

#### Step 4: Apply Markup (Optional)

During the import process, BuilderTek gives you the option to apply a markup percentage.

<img src="/files/bIxMRKPIvWInWiDel5en" alt="" height="161" width="602">

Adding the markup at this stage automatically updates the customer-facing pricing as the Quote is created, eliminating the need to adjust pricing later.

If you choose not to add the markup during import, you can still apply it afterward using the Mass Update feature on the Quote screen.

#### Step 5: Import the RFQ

After selecting the required RFQ(s) and entering the markup percentage (if applicable), click "Save."

<img src="/files/TlDBCfBbYKHFpQLt40gE" alt="" height="279" width="602">

BuilderTek will automatically import all selected RFQ line items into the Quote, including the awarded pricing.

The Quote is now populated with the project scope and pricing, making it ready for final review, markup adjustments (if required), and customer approval.

<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/quotes/import-rfq-lines-to-the-quote.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.
