# Introduction

## Introduction

A more advanced binoculars resource then normal for you're FiveM server. It Contains multiple vision modes and configuration options.

### Features

* Multiple vision modes (Normal, Night Vision, Thermal Vision)
* Adjustable zoom
* Configurable key bindings
* Framework support (ESX, QBCore, QBX, Custom)
* Item-based usage support
* Command-based usage support
* Realistic camera positioning and movement
* On-screen controls display
* Customizable camera settings

### Getting Started

To get started with force-binoculars, follow these steps:

1. Download the latest release
2. Extract to your resources folder
3. Add `ensure force-binoculars` to your server.cfg
4. Configure the script in `config.lua` (optional)

### Configuration

```lua
Config = {
    Debug = false,                            -- Enable/disable debug mode
    Locale = "en",                           -- Language setting (ar, de, en, es, fr, nl, pl, pt, ru, se)
    Framework = "auto",                      -- Framework detection (auto, esx, qbcore, qbx, custom)
    Item = "binoculars",                    -- Regular binoculars item name
    EnhancedItem = "binoculars_modes",      -- Enhanced binoculars item name (with special modes)
    Command = "binoculars",                 -- Command to use binoculars

    ...more settings..
}
```

### Support

For questions, issues, or feature requests, please open an [issue](https://github.com/Force-Developing/force-binoculars/issues) or reach out on our [Discord](https://discord.gg/927gfpcyDe).

***

Thank you for using my resource. We hope this documentation helps you get the most out of the resource.


---

# 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.forcedevelopments.com/free-resources/force-binoculars/introduction.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.
