> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jaksam-scripts.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Territories

> Client-side exports for reading territory ownership in Drugs Creator.

This page lists the **client-side** territory exports available in Drugs Creator.

<CardGroup cols={2}>
  <Card title="Get current territory" icon="map-pin" href="/drugs-creator/client/territories/get-current-territory">
    Get the territory the local player is currently inside.
  </Card>

  <Card title="Get territory owners" icon="flag" href="/drugs-creator/client/territories/get-territory-owners">
    Get the current owner of each territory.
  </Card>
</CardGroup>


## Related topics

- [Territories](/drugs-creator/server/territories/index.md)
- [Reset territory points](/drugs-creator/server/territories/reset-territory-points.md)
- [Give territory points](/drugs-creator/server/territories/give-territory-points.md)
- [Remove territory points](/drugs-creator/server/territories/remove-territory-points.md)
- [Get territory owners](/drugs-creator/client/territories/get-territory-owners.md)
