# Non-Player Characters

```javascript
r!speak <@NPC>
```

*Used to engage in a conversation with an NPC available in your area.*

The available NPCs are:

* [Acer](/commoner/infamy/smuggler.md#mechanics) in **#shops** *(use the `smuggle` command to speak to Acer)*
* [The Armorer](/gangs/gangs.md) in **#blackmarket**
* [The Werewolf](/gangs/gangs.md) in **#blackmarket**
* [The Mariner](/gangs/gangs.md) in **#blackmarket**
* [The Marketkeeper](/commoner/fame.md)  in **#workshops**
* [The Scout](/commoner/infamy.md) in **#blackmarket**
* [The Pastor](/clergy/scribe.md) in **#cathedral**
* [The Trainer](/military/watch.md) in **#guardhouse**

{% hint style="danger" %}
*If an **NPC** isn't online (their discord account isn't online) or their status on discord is set to **Do Not Disturb** (small red circle) then speaking with that NPC is temporarily disabled!*

\
*The reason for an NPC not being available is either due to an error in the code being fixed or a new feature being implemented for that specific NPC.*
{% endhint %}


---

# 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.medievaldiscord.com/character/npcs.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.
