# \<meta>

## \<meta>

The \<meta> element specifies meta information, as in HTML.

### Attributes

<table><thead><tr><th width="183.33333333333331">Name</th><th width="165">Data type<select><option value="28efd0310cf44a03b9b0166986576f97" label="String" color="blue"></option><option value="9478f323f41246e79118ae28c152cfc2" label="Integer" color="blue"></option><option value="b56dd3e2493649b1b288cba3ce7618f8" label="Boolean" color="blue"></option></select></th><th>Description</th></tr></thead><tbody><tr><td>name</td><td><span data-option="28efd0310cf44a03b9b0166986576f97">String</span></td><td>The name of the metadata property.</td></tr><tr><td>content</td><td><span data-option="28efd0310cf44a03b9b0166986576f97">String</span></td><td>The value of the metadata property.</td></tr><tr><td>http-equiv</td><td><span data-option="28efd0310cf44a03b9b0166986576f97">String</span></td><td>The name of an HTTP response header.</td></tr></tbody></table>

### Notes

Plum DEV completely disregards all `<meta>` tag directives.

### Example

None

### Child Tags

None

### Parent Tags

[\<grammar>](/dev/voicexml/tags/grammar-tag.md), [\<vxml>](/dev/voicexml/tags/vxml-tag.md)


---

# 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.plumvoice.com/dev/voicexml/tags/meta-tag.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.
