# CC Scripts ## Docs - [Contextual menu](https://docs.cc-scripts.com/agent-ready/contextual.md): Give readers one-click access to AI tools and integrations - [Prompt component](https://docs.cc-scripts.com/agent-ready/prompt.md): Embed shareable AI prompts readers can copy or open in Cursor - [Visibility](https://docs.cc-scripts.com/agent-ready/visibility.md): Show different content to humans and AI agents - [Claude Code setup](https://docs.cc-scripts.com/ai-tools/claude-code.md): Configure Claude Code for your documentation workflow - [Cursor setup](https://docs.cc-scripts.com/ai-tools/cursor.md): Configure Cursor for your documentation workflow - [Windsurf setup](https://docs.cc-scripts.com/ai-tools/windsurf.md): Configure Windsurf for your documentation workflow - [Create Plant](https://docs.cc-scripts.com/api-reference/endpoint/create.md): Creates a new plant in the store - [Delete Plant](https://docs.cc-scripts.com/api-reference/endpoint/delete.md): Deletes a single plant based on the ID supplied - [Get Plants](https://docs.cc-scripts.com/api-reference/endpoint/get.md): Returns all plants from the system that the user has access to - [New Plant](https://docs.cc-scripts.com/api-reference/endpoint/webhook.md): Information about a new plant added to the store - [Introduction](https://docs.cc-scripts.com/api-reference/introduction.md): Example section for showcasing API endpoints - [Admin commands](https://docs.cc-scripts.com/cc_heistcontracts/admin.md): Console + ACE-gated commands for granting XP, testing contracts, and seeding data. - [Configuration](https://docs.cc-scripts.com/cc_heistcontracts/configuration.md): Every config knob across the three shared/*.lua files. - [Dashboard](https://docs.cc-scripts.com/cc_heistcontracts/dashboard.md): What the F6 / /heist dashboard does, and how its pieces hang together. - [Introduction](https://docs.cc-scripts.com/cc_heistcontracts/index.md): A heist contract marketplace, dashboard, and progression system for FiveM. - [Installation](https://docs.cc-scripts.com/cc_heistcontracts/installation.md): Drop the resource in, run three SQL migrations, ensure after the dependencies. - [Marketplace](https://docs.cc-scripts.com/cc_heistcontracts/marketplace.md): VICE-priced items, server-rolled pickup locations, in-world claim flow. - [Registering contracts](https://docs.cc-scripts.com/cc_heistcontracts/registering-contracts.md): How a heist resource hooks into cc_heistcontracts. - [Training sandbox](https://docs.cc-scripts.com/cc_heistcontracts/training.md): Per-minigame practice mode, gated by a one-time access fee, level requirements, and per-game unlocks. - [Schematic Control Panel](https://docs.cc-scripts.com/cc_minigames/advanced/control-panel.md): A persistent NUI panel that renders a heist schematic with interactive doors and cameras. - [DUI sessions](https://docs.cc-scripts.com/cc_minigames/advanced/dui-sessions.md): Embed any cc_minigames game inside a DUI surface so it can be projected onto an in-world prop texture. - [Frequency multiplayer](https://docs.cc-scripts.com/cc_minigames/advanced/frequency-multiplayer.md): Server-authoritative two-player tuning game. - [Introduction](https://docs.cc-scripts.com/cc_minigames/index.md): A library of 31 client-side minigames for FiveM, designed for heist and mission gating. - [Installation](https://docs.cc-scripts.com/cc_minigames/installation.md): Drop the resource in, ensure it after ox_lib, you're done. - [Minigames reference](https://docs.cc-scripts.com/cc_minigames/minigames.md): Every minigame, its export, options, defaults, and ranges. - [Usage](https://docs.cc-scripts.com/cc_minigames/usage.md): How to call minigames from your own resource — shape, semantics, and gotchas. - [Development](https://docs.cc-scripts.com/development.md): Preview changes locally to update your docs - [Code blocks](https://docs.cc-scripts.com/essentials/code.md): Display inline code and code blocks - [Components](https://docs.cc-scripts.com/essentials/components.md): Callouts, cards, steps, tabs, and more - [Images and embeds](https://docs.cc-scripts.com/essentials/images.md): Add image, video, and other HTML elements - [Markdown syntax](https://docs.cc-scripts.com/essentials/markdown.md): Text, title, and styling in standard markdown - [Navigation](https://docs.cc-scripts.com/essentials/navigation.md): The navigation field in docs.json defines the pages that go in the navigation menu - [Reusable snippets](https://docs.cc-scripts.com/essentials/reusable-snippets.md): Write once, reuse everywhere. Use snippets to keep content in sync across pages - [Configuration](https://docs.cc-scripts.com/essentials/settings.md): Customize your site with the `docs.json` file - [Introduction](https://docs.cc-scripts.com/index.md): Welcome to the new home for your documentation - [Quickstart](https://docs.cc-scripts.com/quickstart.md): Start building awesome documentation in minutes ## OpenAPI Specs - [openapi](https://docs.cc-scripts.com/api-reference/openapi.json) ## Optional - [Documentation](https://mintlify.com/docs) - [Blog](https://mintlify.com/blog)