# Odunculuk

## Rehber

<figure><img src="/files/bAgMoPeqY10ESpp8mzdU" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/xZq8QUgkWF3MwTUU00DB" alt=""><figcaption></figcaption></figure>

***

## Config

{% code title="lumberjack" %}

```lua
Config = Config or {}
Config.Job = true                                                  -- False = Job is not required / True = Job is required
Config.JobName = 'lumberjack'
Config.UseBlips = true                                              -- True / false option for toggling farm blips
Config.Timeout = 20 * (60 * 1000)                                   -- 20 minutes


-- Blips
LumberDepo = {
    targetZone = vector3(1167.73, -1347.27, 33.92),                 -- qb-target vector
    targetHeading = 273.47,                                         -- qb-target box zone
    coords = vector4(1167.73, -1347.27, 33.92, 273.47),             -- Move Location (Ped and blip)
    SetBlipSprite = 85,                                             -- Blip Icon (https://docs.fivem.net/docs/game-references/blips/)
    SetBlipDisplay = 6,                                             -- Blip Behavior (https://docs.fivem.net/natives/?_0x9029B2F3DA924928)
    SetBlipScale = 0.85,                                            -- Blip Size
    SetBlipColour = 5,                                              -- Blip Color
    BlipLabel = "Kereste Garajı",                                      -- Blip Label
    minZ = 31.92,                                                   -- Max Z
    maxZ = 35.92,                                                   -- Max Z
    Vehicle = 'tiptruck',                                           -- Job Vehicle
    VehicleCoords = vector4(1162.27, -1318.55, 34.74, 173.91),      -- Job Vehcile Coords
}
LumberProcessor = {
    targetZone = vector3(-552.34, 5348.47, 74.74),
    targetHeading = 69.18,
    coords = vector4(-552.34, 5348.47, 73.80, 69.18),
    SetBlipSprite = 365,
    SetBlipDisplay = 6,
    SetBlipScale = 1.15,
    SetBlipColour = 64,
    BlipLabel = "Kereste İşleyici",
    minZ = 73.26,
    maxZ = 75.26,
}
```

{% endcode %}


---

# 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.blackzone.live/bb-v2-paket/dokumantasyon/meslekler/legal-meslekler/odunculuk.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.
