> For the complete documentation index, see [llms.txt](https://cactus-code.gitbook.io/cactus-code-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cactus-code.gitbook.io/cactus-code-docs/documentation/scripts/cactus-poster-creator.md).

# Cactus Poster Creator

Create and manage native RedM wanted posters.

<figure><img src="https://201200251-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiWRbiPCnSgYeuZ9GX4oS%2Fuploads%2FdvXL48a8kUvqqskaJ34c%2Fcactus_poster.png?alt=media&amp;token=aa47cb13-5549-4207-a1e2-4e0c74c6f990" alt=""><figcaption></figcaption></figure>

Create native RedM wanted posters with **RSG Core** support, live previews on real RDR2 props, MySQL persistence, inventory copies, and configurable interactions.

The resource uses the native RDR2 bounty-board FlowBlock. Posters in the world are not NUI images. They are real props powered by TXD/TEX textures.

### Features

* In-game creator with instant previews on the real prop.
* Standard and legendary wanted posters.
* MySQL persistence and multiplayer synchronization.
* Supports `ox_target`, `pc_interaction`, and native RedM prompts.
* Server exports to create, update, and remove posters.

### Documentation

<table data-view="cards"><thead><tr><th>Section</th><th data-card-target data-type="content-ref">Open</th></tr></thead><tbody><tr><td>Install the resource and complete the first setup.</td><td><a href="/cactus-code-docs/documentation/scripts/cactus-poster-creator/installation.md">Installation</a></td></tr><tr><td>Configure permissions, interactions, boards, and placement.</td><td><a href="/cactus-code-docs/documentation/scripts/cactus-poster-creator/configuration.md">Configuration</a></td></tr><tr><td>Manage textures, templates, inventory copies, and commands.</td><td><a href="/cactus-code-docs/documentation/scripts/cactus-poster-creator/posters-and-assets.md">Posters and assets</a></td></tr><tr><td>Create, update, or remove posters from server scripts.</td><td><a href="/cactus-code-docs/documentation/scripts/cactus-poster-creator/server-exports.md">Server exports</a></td></tr><tr><td>Review database fields and resolve common issues.</td><td><a href="/cactus-code-docs/documentation/scripts/cactus-poster-creator/database-and-troubleshooting.md">Database and troubleshooting</a></td></tr></tbody></table>


---

# 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://cactus-code.gitbook.io/cactus-code-docs/documentation/scripts/cactus-poster-creator.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.
