# NPCs

You can use NPCs to open the quest menus. Just refer to the "[**npcs**](/odailyquests/configuration/configuration-file.md#npcs)" section in the configuration file.

To open an interface by clicking on an NPC, the player must have the associated permission (see below). If you do not want players to be able to open interfaces via the command, you can remove the "**odailyquests.use**" permission, which is only related to the use of the command.<br>

* To open the player interface from an NPC, the player must have the `odailyquests.player` permission.
* To open a category menu, the player must have the `odailyquests.<category>` permission. For example, for the easy category, the permission will be `odailyquests.easy`.

Make sure to use the last available version of Citizens to avoid errors.


---

# 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://ordwenplugins.gitbook.io/odailyquests/integrations/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.
