# SS-CommunityJobs V1.0

## Update Summary

Initial release of SS-CommunityJobs, introducing configurable city community jobs, salary tracking, forced labor reduction, fine repayment, and optional integration with SS-Archives and SS-IdentityCard.

***

## Added

* Added community job offices by city.
* Added one-step job types such as broom and windows.
* Added two-step carry jobs with pickup and delivery flow.
* Added server-side salary tracking until withdrawal.
* Added forced labor reduction through `SS-Archives`.
* Added fine reduction before cash payment when `DecreaseFines = true`.
* Added external menu opening support for scripts such as `SS-IdentityCard`.
* Added `SS-Menu` and `vorp_menu` / `menuapi` support.
* Added multi-language support for `EN`, `RO`, `IT`, `DE`, `FR`, `ES`, and `PT`.

***

## Integrations

* `SS-Archives`: Used for forced labor and fines.
* `SS-IdentityCard`: Can open the community jobs menu from an external identity/office flow.

***

## Documentation

* Added full configuration documentation.
* Added setup and usage guide.
* Added troubleshooting and live checklist.


---

# 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://docs.sirecstudio.com/ss-communityjobs/change-logs/ss-communityjobs-v1.0.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.
