# JSON to HTML

## Overview

The **JSON2HTML** component converts a JSON file into an HTML table.

## Input Parameters

| Parameter | Type     | Required | Description                              |
| --------- | -------- | -------- | ---------------------------------------- |
| `fileId`  | `string` | ✅        | The ID of the JSON file to be converted. |

## Output Parameters

| Parameter  | Type     | Description                               |
| ---------- | -------- | ----------------------------------------- |
| `fileId`   | `string` | The unique ID of the converted HTML file. |
| `fileName` | `string` | The name of the output HTML file.         |

## Instructions

1. **Provide the JSON File:**
   * Select or upload a JSON file using its `fileId`.
2. **Processing:**
   * The component reads the JSON file and converts it into an HTML table.
3. **Retrieve the Output:**
   * The output file is provided as an HTML file with a `fileId` and `fileName`.


---

# 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.appmixer.com/connector-configuration/utils/converters/json2html.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.
