# en\_US.yml

{% code overflow="wrap" %}

```yml
aliases:
  - "en_gb"
  - "en_ca"
  - "en_au"
  - "en_nz"

messages:
  reload:
    failure: "&cAn error occurred while reloading the plugin. Check the console for more information."
    success: "&aPlugin reloaded successfully."

  no-permission: "&cYou do not have permission to execute this command."
  only-player: "&cOnly players can execute this command."
  player-not-found: "&cThe player %player% does not exist or could not be found."

  invalid-item: "&cThe item you are trying to use is not valid."
  not-enough-items: "&cYou do not have enough fragments to complete this transaction."
  error-removing-items: "&cAn error occurred while trying to remove the coins from your inventory."
  
  opened-menu: "&aYou have opened the trades menu."
  trade-completed: "&aTrade completed successfully!"
  trade-completed-all: "&aSuccessfully completed x%amount% trades!"
```

{% endcode %}


---

# 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://runith.gitbook.io/runith/products/trades/lang/en_us.yml.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.
