# qb-busjob

{% hint style="danger" %}
THIS RESOURCE IS A WORK IN PROGRESS
{% endhint %}

## Introduction

* Allows your players to go to the bus depot and start driving around Los Santos collecting passengers from bus stops and dropping them off at others

## Configuration

```lua
Config = {}
Config.AllowedVehicles = {} -- Define the bus model to use
Config.Location = vector4() -- Set the blip and vehicle withdraw location
Config.NPCLocations = {} -- The bus stop locations
Config.NpcSkins = {} -- List of ped models randomly chosen to spawn
```


---

# 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://docs.qbcore.org/qbcore-documentation/qbcore-resources/qb-busjob.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.
