# How to begin

Use this page as a helper for your setup process. It will guide you through the necessary steps to get the script up and running easily.

## Installation

1. Follow the [installation](/paid-resources/rcore_clothing/installation.md) guide
   1. Add permissions to server config
   2. Remove old clothing resources
   3. Optional: Configure permissions.lua
2. Optional: [Migrate](/paid-resources/rcore_clothing/migration.md) old clothing and characters
3. Read about how to [configure](/paid-resources/rcore_clothing/configs.md) the script
4. Optional: Add addon clothes by following checklist below

## Adding addon/replace clothes

{% hint style="info" %}
You don't need to do this part if you do not have any addon/replace clothes.
{% endhint %}

1. Go in-game
2. Follow the [adding addon clothes](/paid-resources/rcore_clothing/pipeline.md) guide
   1. Enable dangerous commands
   2. **Step 1** - Detect replace clothes
   3. **Step 2** - Recalibration of replace and addon clothes
   4. Start `rcore_clothing_for_photos` script and restart your game
   5. **Step 3** - Final stage to take photos and detect colors
      1. **READ** the dialog carefully and confirm if everything looks alright
      2. Wait for male ped clothing to finish and then confirm dialog of completion
      3. Same dialog to check photo will pop up for female char
      4. Wait for female ped clothing to finish and then confirm dialog of completion
3. Categorize the clothing - [Read why and how here](/paid-resources/rcore_clothing/admin/stock_management.md)
4. Stop the `rcore_clothing_for_photos` script and restart your game


---

# Agent Instructions: 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://documentation.rcore.cz/paid-resources/rcore_clothing/how_to_begin.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.
