> For the complete documentation index, see [llms.txt](https://docs.av-scripts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.av-scripts.com/laptop-pack-v3/business/posters.md).

# Posters

> The **posters** feature allows businesses to display images for advertisements, menus, promotions, or anything else related to their operations.&#x20;
>
> It's important to avoid using Discord or Imgur links, as they are not compatible with FiveM. I highly recommend using [Fivemanage](https://fivemanage.com/)
>
> To prevent trolling, images are hidden by default and must be revealed by hovering over them.

{% hint style="info" %}
To grant access to the Poster tab, whitelist the appropriate job in `business/server/editable/config.lua` under `Config.PosterJobs`
{% endhint %}

* Make sure to add a Poster zone using the Admin Panel, this zone will trigger the Poster on screen. Add as many zones as you want, every zone will have their own image.
* The business can now access their **Business App > Poster tab** and change their posters for every available zone:
  * **Title:** Is used internally for the business, to identify the zone.
  * **URL:** Is the image URL displayed when interacting with the zone.

<div><figure><img src="/files/PyOk9cqRgej1qJFErxLC" alt=""><figcaption></figcaption></figure> <figure><img src="/files/5KJbZ5LiYZ4CIfPE2K2w" alt=""><figcaption></figcaption></figure></div>

<div><figure><img src="/files/SbhvKUEMNW5JOb4lOPna" alt=""><figcaption></figcaption></figure> <figure><img src="/files/z204rN0dSCSE369xiIkL" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
For security reasons, images are blurred by default. Players must hover over an image to reveal its content.
{% endhint %}


---

# 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:

```
GET https://docs.av-scripts.com/laptop-pack-v3/business/posters.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.
