> 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/service-request/add-lines-to-service-request.md).

# Add Lines to Service Request

Once the Service Request has been created, you can add one or more service lines to define the specific work, labor, or services required.

{% stepper %}
{% step %}

## Open the Service Request

Open the Service Request you want to update and navigate to the Related tab.

![](/files/9e70d234d4fa17a2986361762ed0a8fc5efc841c)

* Under the Related tab, locate Service Requests (0). The number indicates how many service lines are currently associated with the record.
* Click New to add a new service line. A new window will open where you can enter the details of the service.
  {% endstep %}

{% step %}

## Enter Service Line Details

Enter the information required to define the service, including:

* Description
* Cost Code
* Number of Hours
* Estimated Hours
* Billable Hours
* Non-Billable Hours
* Vendor Information, etc.

![](/files/871c7e68430f39b5b01bc60fbebc68526d4f8396)

* These details help you clearly document what service is being requested, how much work is expected, which vendor is involved, and the associated cost.
* Once all the required information has been entered, click Save.
  {% endstep %}

{% step %}

## Review the Service Line

The new service line will now appear under Service Requests on the Related tab. You can add additional service lines in the same way if the Service Request includes multiple services or cost items.

![](/files/205b724f5b22f10b335cc618ec16987b920cccfc)
{% endstep %}
{% endstepper %}

Once the service lines are added, the Service Request can be used for the next steps in your workflow. Depending on your process, you can:

* Utilize Funding against the service request using an available Funding Transaction.
* Create a Sales Invoice based on the service details.
* Add the Service Request to a Budget for project cost tracking.
* Share the Service Request with the Vendor for review and approval.

This allows the Service Request to move from documenting the required service to budgeting, funding, invoicing, and vendor coordination within the same connected workflow.


---

# 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/service-request/add-lines-to-service-request.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.
