# Towny

Using Towny plugin together with AdvancedChat is easy! You are required to use PlaceholderAPI plugin for this integration. To learn how to install it, check out our [First Install](/first-install.md) guide.

## Placeholders

You can find all Towny placeholders here: <https://github.com/TownyAdvanced/Towny/wiki/Placeholders>

To display user's town name, you would use `%townyadvanced_town%` placeholder.

## Using as a prefix

To use the Towny placeholders in prefix, you can read our [Prefix Guide](/guides/prefix-guide.md)to learn more!


---

# 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://chat.advancedplugins.net/main/plugin-integrations/towny.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.
