# Ables, Parameters, Tags

{% tabs %}
{% tab title="Volume Ables" %}

| Volume Ables                                        | - |
| --------------------------------------------------- | - |
| Blast, <mark style="color:red;">=0</mark>           |   |
| Bullet, <mark style="color:red;">=0</mark>          |   |
| Clear, <mark style="color:red;">=0</mark>           |   |
| Contact, <mark style="color:red;">=0</mark>         |   |
| Contact\_Ground, <mark style="color:red;">=0</mark> |   |
| Density, <mark style="color:red;">=0</mark>         |   |
| Float, <mark style="color:red;">=0</mark>           |   |
| Hole, <mark style="color:red;">=0</mark>            |   |
| Holed, <mark style="color:red;">=0</mark>           |   |
| NoLook, <mark style="color:red;">=0</mark>          |   |
| NoWoundDecal, <mark style="color:red;">=0</mark>    |   |
| Obstacle, <mark style="color:red;">=0</mark>        |   |
| Overlap, <mark style="color:red;">=0</mark>         |   |
| Select, <mark style="color:red;">=0</mark>          |   |
| Touch, <mark style="color:red;">=0</mark>           |   |
| Visible, <mark style="color:red;">=0</mark>         |   |
| Window, <mark style="color:red;">=0</mark>          |   |

{% hint style="info" %}
Values 3DS Max: -> Off <mark style="color:red;">=0</mark>, Values .DEF: -> Off <mark style="color:red;">0</mark>&#x20;
{% endhint %}
{% endtab %}

{% tab title="Volume Materials" %}

| Materials               |
| ----------------------- |
| {material "concrete"}   |
| {material "fabric"}     |
| {material "flesh"}      |
| {material "glass"}      |
| {material "ground"}     |
| {material "ice"}        |
| {material "misc"}       |
| {material "rock"}       |
| {material "sand"}       |
| {material "steel"}      |
| {material "steelball"}  |
| {material "straw"}      |
| {material "underwater"} |
| {material "water"}      |
| {material "wood"}       |

{% hint style="info" %}

```
// 	{Volume "body"
		{Tags  "body"}
		{Thickness 20}
		{able {visible}{contact}{obstacle 0}}
		{material "concrete"}
	}
}
```

{% endhint %}
{% endtab %}

{% tab title="Volume Parameters" %}

| Volume Parameters | - |
| ----------------- | - |
| Thickness=# value |   |
| Volume            |   |
| {% endtab %}      |   |

{% tab title="Volume Tags" %}

<table><thead><tr><th>Volume Tags </th><th>-</th><th data-hidden></th></tr></thead><tbody><tr><td>Tags=</td><td></td><td></td></tr><tr><td></td><td></td><td></td></tr><tr><td></td><td></td><td></td></tr></tbody></table>
{% endtab %}

{% tab title="Zone Parameters" %}

| Zone Parameters | - |
| --------------- | - |
| Area            |   |
| Move            |   |
| Obstacle        |   |
| Rotate          |   |
| Static          |   |
| {% endtab %}    |   |
| {% endtabs %}   |   |


---

# 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://gem-2-modding-community.gitbook.io/gem-2-modding-community/volumes-and-zones/ables-parameters-tags.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.
