# Example Config

{% embed url="<https://cdn.discordapp.com/attachments/992865320098344961/1015797546259582986/2022-09-03_20-35-34.mp4>" %}

### Example

<pre class="language-yaml"><code class="lang-yaml">Inventory:
  Tables:
    table:
      id: ia:example_table #mm/o
#      material: Stone
      displayname: "&#x3C;Example>"
#      custom-id:
#      lore:
<strong>#      - "Example"
</strong>#      enchants:
#        - DURABILITY:1 //Enchantment:level
#      itemFlags:
#        - HIDE_ATTRIBUTES
    items:
      unique-name-item:
        recipes:
          unique-name-recipe:
            id: ia/mm/o
            material:
            displayname:
            custom-id:
            lore:
            enchants:
              - DURABILITY:1 //Enchantment:level
            itemFlags:
              - HIDE_ATTRIBUTES
        item:
          id: ia/mm/o
          material:
          displayname:
          custom-id:
          lore:
          enchants:
            - DURABILITY:1 //Enchantment:level
          itemFlags:
            - HIDE_ATTRIBUTES
</code></pre>

### Other Example

```yaml
Inventory:
  Tables:
    table:
      id: ia:elitefantasy:furniture_table
    items:
      item1:
        item:
          id: ia:elitefantasy:mullet_fish_silver_star
        recipes:
          Recipe1:
            id: ia:elitefantasy:mullet_fish
          Recipe2:
            id: ia:elitefantasy:mullet_fish
          Recipe3:
            id: ia:elitefantasy:mullet_fish
      item2:
        item:
          id: ia:elitefantasy:mullet_fish_golden_star
        recipes:
          Recipe1:
            id: ia:elitefantasy:mullet_fish
          Recipe2:
            id: ia:elitefantasy:mullet_fish
          Recipe3:
            id: ia:elitefantasy:mullet_fish
          Recipe4:
            id: ia:elitefantasy:mullet_fish
```


---

# 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://plugins.elitefantasy.net/elite-plugins/elitefurniture/example-config.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.
