# Client

- [Replace default notifications](https://documentation.jaksam-scripts.com/drugs-creator/client/replace-default-notifications.md)
- [Progress bar](https://documentation.jaksam-scripts.com/drugs-creator/client/replace-disable-default-progress-bar.md)
- [Replace default mugshot notifications](https://documentation.jaksam-scripts.com/drugs-creator/client/replace-default-mugshot-notifications.md)
- [Replace default help notifications](https://documentation.jaksam-scripts.com/drugs-creator/client/replace-default-help-notifications.md)
- [Replace default police alert](https://documentation.jaksam-scripts.com/drugs-creator/client/replace-default-police-alert.md)
- [Manually start drugs effects](https://documentation.jaksam-scripts.com/drugs-creator/client/manually-start-drugs-effects.md)
- [NPC Selling](https://documentation.jaksam-scripts.com/drugs-creator/client/npc-selling.md)
- [Disable default selling method for NPCs](https://documentation.jaksam-scripts.com/drugs-creator/client/npc-selling/disable-default-selling-method-for-npcs.md)
- [Add ped to selling blacklist](https://documentation.jaksam-scripts.com/drugs-creator/client/npc-selling/add-ped-to-selling-blacklist.md)
- [Remove ped from selling blacklist](https://documentation.jaksam-scripts.com/drugs-creator/client/npc-selling/remove-ped-from-selling-blacklist.md)
- [Manually sell to a NPC](https://documentation.jaksam-scripts.com/drugs-creator/client/npc-selling/manually-sell-to-a-npc.md)
- [NPC accepted drug](https://documentation.jaksam-scripts.com/drugs-creator/client/npc-selling/npc-accepted-drug.md)
- [Territories](https://documentation.jaksam-scripts.com/drugs-creator/client/territories.md)
- [Get current territory](https://documentation.jaksam-scripts.com/drugs-creator/client/territories/get-current-territory.md)
- [Get territory owners](https://documentation.jaksam-scripts.com/drugs-creator/client/territories/get-territory-owners.md)


---

# 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.jaksam-scripts.com/drugs-creator/client.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.
