# Information on Rules

{% hint style="info" %}
Storm's custom YARA scanner reads the detection info from the ***meta*** section of the YARA rule. Below is the only information required to successfully create a rule.
{% endhint %}

* Under your ***meta*** section, you must include a ***rule\_name*** and ***type.*** Everything else you add is optional and does not affect the scanning of the rule.

```git
meta:
	    rule_name = "Example Cheat" // Name of cheat
	    type = "Detect" // Warning or Detect
	    author = "Saxony" // Optional data that can be added
```


---

# 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.stormss.cc/fundamentals/custom-yara/information-on-rules.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.
