> For the complete documentation index, see [llms.txt](https://zat-scripts.gitbook.io/zat-scripts/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zat-scripts.gitbook.io/zat-scripts/esx/npc-dialog/reputations.md).

# Reputations

How to use the reputations

<details>

<summary>Increase reputations :</summary>

There is a couple ways you increase rep by using the following

```lua
exports['zat-dialog']:IncreaseRep(mission, amount)

IncreaseRep(mission, amount)
```

</details>

<details>

<summary>NPC reputation</summary>

To interact with an npc you must have enough reputation.

check [Configuration](/zat-scripts/qbcore/npc-dialog/configuration.md).

</details>

<details>

<summary>Items reputation :  </summary>

Every item in the shop can have its own reputation .

check [Configuration](/zat-scripts/qbcore/npc-dialog/configuration.md).

</details>
