> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify.com/FNScence/CSAFAP-config-package/llms.txt
> Use this file to discover all available pages before exploring further.

# Quickstart

> Get up and running with CSAFAP in minutes

This quickstart guide will help you use the CSAFAP config package immediately after installation.

## Prerequisites

Before starting, make sure you've completed the [installation](/installation) steps.

## Using radio wheels

The CSAFAP config package uses radio wheels to access features. Here's how they work:

<Steps>
  <Step title="Press the keybind">
    Press one of the four radio wheel keybinds (default: H, J, K, or M)
  </Step>

  <Step title="Hover over option">
    Move your mouse over the tile you want to select
  </Step>

  <Step title="Press keybind again">
    Press and release the **same key as before** to execute the command

    <Note>Clicking does nothing - you must press the keybind again</Note>
  </Step>
</Steps>

## Default keybinds

<CardGroup cols={2}>
  <Card title="H - CT Line-ups" icon="shield">
    CT-side instant smokes and wallbangs
  </Card>

  <Card title="J - T Line-ups" icon="gun">
    T-side instant smokes and wallbangs
  </Card>

  <Card title="K - Crosshairs & Movement" icon="crosshairs">
    Pro crosshairs, rapid fire, follow-recoil, snap-tap/null binds
  </Card>

  <Card title="M - Maps & Practice" icon="map">
    Map selection and practice mode activation
  </Card>
</CardGroup>

## Your first auto line-up

Let's try an instant smoke on Mirage:

<Steps>
  <Step title="Select your map">
    1. Press **M** to open the map wheel
    2. Hover over Mirage
    3. Press **M** again to select
  </Step>

  <Step title="Open CT wheel">
    Press **H** to open the CT line-ups wheel

    <Info>Make sure you have a smoke grenade equipped or it will auto-equip</Info>
  </Step>

  <Step title="Select a smoke">
    1. Hover over "Instant Window" (or any line-up)
    2. Press **H** again
    3. Your view will snap to the correct angle automatically
  </Step>

  <Step title="Throw the smoke">
    Press your throw key (default: mouse1) to throw the perfect smoke
  </Step>
</Steps>

<Tip>
  You can scroll your mouse wheel while the radio wheel is open to access 2 additional pages of line-ups!
</Tip>

## Try practice mode

Practice mode gives you access to 1,000+ line-ups with in-game map guides:

<Steps>
  <Step title="Enable practice mode">
    1. Press **M** for the map wheel
    2. Select "Enable Prac-Mode"
    3. Select your map
  </Step>

  <Step title="Access practice features">
    * **H key**: CT-side spawn teleports
    * **J key**: Practice commands (sv\_cheats commands, god mode, infinite ammo, etc.)

    The radio wheels now show practice mode options instead of auto line-ups
  </Step>

  <Step title="Load map guides">
    In-game annotations will load showing you 1,000+ line-up positions for both CT and T sides
  </Step>
</Steps>

<Warning>
  Practice mode requires `sv_cheats 1` and works offline or on community servers with cheats enabled
</Warning>

## Using movement configs

Try the null binds (Snap-Tap alternative):

1. Press **K** to open the crosshair wheel
2. Select "Null Binds ON"
3. Your WASD keys now use null cancellation for faster counter-strafing

To disable: Press **K** again and select "Null Binds OFF"

## Next steps

<CardGroup cols={2}>
  <Card title="Customize Keybinds" icon="keyboard" href="/customization/keybinds">
    Change the default H, J, K, M keys to your preference
  </Card>

  <Card title="Explore Features" icon="sparkles" href="/features/overview">
    Learn about all available features in detail
  </Card>

  <Card title="Map Guides" icon="map-location-dot" href="/maps/overview">
    See all available line-ups for each competitive map
  </Card>

  <Card title="Troubleshooting" icon="circle-question" href="/troubleshooting/faq">
    Common issues and solutions
  </Card>
</CardGroup>

## Common first-time issues

<AccordionGroup>
  <Accordion title="Radio wheel tiles are blank/empty" icon="square">
    You didn't complete Step 2 of installation. Copy the `csgo` folder from `csafap/` to your game's installation path and restart CS2.
  </Accordion>

  <Accordion title="Selecting wrong radio tile" icon="cursor">
    This happens in windowed mode at non-native resolution. Either:

    * Switch to fullscreen mode
    * Change desktop resolution to match in-game resolution
    * Move your mouse more to the left on tiles before selecting
  </Accordion>

  <Accordion title="Sensitivity changes to 1.0" icon="arrows-left-right">
    You didn't set your sensitivity in `csafap/main.cfg`. Open the file and change line 6:

    ```cfg theme={null}
    alias resetsens "sensitivity YOUR_SENS_HERE"
    ```
  </Accordion>

  <Accordion title="Can't jump after using jumpthrow" icon="person-falling">
    You used an outdated jumpthrow bind. Update to the latest CSAFAP version. Quick fix: Type `-jump` in console multiple times.
  </Accordion>
</AccordionGroup>
