> ## Documentation Index
> Fetch the complete documentation index at: https://docs.atlasscripts.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Atlas Scripts Documentation

> Install, configure, and troubleshoot Atlas resources for FiveM servers.

<img className="atlas-hero-image" src="https://mintcdn.com/atlasscripts/BwePy2Q7bMLnl0yQ/images/gfx/atlas-banner.webp?fit=max&auto=format&n=BwePy2Q7bMLnl0yQ&q=85&s=8ebac41164a3efbf354a6e17fbe16f1f" alt="Atlas Scripts lavender banner" width="1920" height="680" data-path="images/gfx/atlas-banner.webp" />

Welcome to the Atlas documentation hub. These guides are written for server owners first: clear setup steps, practical examples, and enough detail to understand each option without needing advanced coding knowledge.

<CardGroup cols={2}>
  <Card title="atlasBridge" icon="https://mintcdn.com/atlasscripts/BwePy2Q7bMLnl0yQ/icons/bridge-filled.svg?fit=max&auto=format&n=BwePy2Q7bMLnl0yQ&q=85&s=823088939b4f57262a3d6e82b3e933d6" href="/atlas-bridge/overview" width="24" height="24" data-path="icons/bridge-filled.svg">
    The shared setup layer that lets Atlas resources work with your framework, inventory, UI, target system, Discord options, and server configuration.
  </Card>

  <Card title="atlasFishing" icon="https://mintcdn.com/atlasscripts/BwePy2Q7bMLnl0yQ/icons/fish-filled.svg?fit=max&auto=format&n=BwePy2Q7bMLnl0yQ&q=85&s=9fb379f2676a179b557d1696af269d2f" href="/atlas-fishing/overview" width="24" height="24" data-path="icons/fish-filled.svg">
    A full fishing activity with bait progression, item icons, boat rentals, sell flow, catch props, and four NUI minigames.
  </Card>
</CardGroup>

## Start here

<Steps>
  <Step title="Install atlasBridge">
    `atlasBridge` is the shared foundation. Install and start it before every other Atlas resource.
  </Step>

  <Step title="Install the resource">
    Add the script folder, keep the original resource name, install required inventory items, and confirm the NUI build exists.
  </Step>

  <Step title="Configure for your server">
    Tune locations, prices, rewards, provider choices, minigames, and optional systems before launching.
  </Step>

  <Step title="Test the full flow">
    Start the server, watch the console, test the player workflow, and fix any missing dependency warnings.
  </Step>
</Steps>

## Resource names

<Warning>
  Do not rename `atlasBridge` or `atlasFishing`. Both resources include startup guards and will block themselves if the folder/resource name is changed.
</Warning>

Use this folder structure:

```text theme={null}
resources/
  [ATLAS]/
    atlasBridge/
    atlasFishing/
```

Use this start order:

```cfg theme={null}
ensure atlasBridge
ensure atlasFishing
```

## Common first checks

<CardGroup cols={2}>
  <Card title="Bridge setup checklist" icon="https://mintcdn.com/atlasscripts/BwePy2Q7bMLnl0yQ/icons/wrench-filled.svg?fit=max&auto=format&n=BwePy2Q7bMLnl0yQ&q=85&s=2f07ced69c9d944e41df19ed19c921f6" href="/atlas-bridge/setup" width="24" height="24" data-path="icons/wrench-filled.svg">
    Provider detection, framework and inventory convars, UI overrides, Discord setup, and theme color.
  </Card>

  <Card title="Fishing install checklist" icon="https://mintcdn.com/atlasscripts/BwePy2Q7bMLnl0yQ/icons/list-filled.svg?fit=max&auto=format&n=BwePy2Q7bMLnl0yQ&q=85&s=63a56c709c49509bcc8a58f3893160bc" href="/atlas-fishing/installation" width="24" height="24" data-path="icons/list-filled.svg">
    Resource placement, inventory items, item icons, NUI files, streamed props, and first in-game test.
  </Card>
</CardGroup>
