# How to Convert XLS and X12 to XML

Convert `.xls`, `.xlsx`, and X12 files (`.xml` or `.txt`) to envelopes.

This uses the built-in converter.

### Create a conversion rule

1. Create a new conversion rule.
2. In the first window, upload a sample file in the required format.
3. In the second window, write the conversion rule.
   * Use XPath to map values into the target fields.
4. Run the rule.
5. Check the output in the third window.
6. In the **Name** field, add a regexp for matching input files.
7. Save the conversion rule.

### Convert files automatically

Put files with matching names into the `inbox` or `outbox` folder.

They will be converted to envelopes automatically.


---

# 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://support.docstudio.com/admin-panel/conversion-rules/how-to-convert-xls-and-x12-to-xml.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.
