# Configuring conversion settings

#### Upload the FileConvert.json file into the root folder of the Bucket.

<figure><img src="/files/O21l0jKLLxzlrmp6oyfb" alt=""><figcaption></figcaption></figure>

#### Enable the required flags.

<figure><img src="/files/U4a97mGldQ0MNQCIMMLl" alt=""><figcaption></figcaption></figure>

#### Editable example:

```python
{
  "InfluxDB": {
    "enabled": false,
    "url": "",
    "token": "",
    "org": "",
    "bucket": ""
  },
  "CSV": {
    "enabled": false,
    "resampling": {
      "enabled": true,
      "rate": 1000
    }
  },
  "AmazonTimestream": {
    "enabled": false,
    "db_name": "test_demo",
    "table_name": "rxddata",
    "downsampling": true,
    "downsampling_tolerance": 0.01
  },
  "Snapshot": {
    "enabled": false,
    "db_name": "dbname",
    "table_name": "snapshot"
  },
  "MDF": {
    "enabled": false,
    "usecompression": false
  },
  "BLF": {
    "enabled": false
  },
  "Parquet": {
    "enabled": true,
    "resampling": {
      "enabled": true,
      "rate": 1000
    }
  },
  "Synch": {
    "enabled": false,
    "main_logger": "",
    "addon_loger1": "",
    "lastfolder": ""
  },
  "RxdSettings": {
    "MaxTimeGap": 0
  }
}

```

[<mark style="color:blue;">**Configuring AWS Glue settings**</mark>](/support_guides/rexgen-series-product-manuals/rexgen-air-cloud-usage-guides/cloud-usage-guides-for-rexgen-air-device/setting-grafana-dashboard-with-parquet/configuring-aws-glue-settings.md)

[<mark style="color:blue;">**Setting a Grafana Dashboard using the Athena plugin**</mark>](/support_guides/rexgen-series-product-manuals/rexgen-air-cloud-usage-guides/cloud-usage-guides-for-rexgen-air-device/setting-grafana-dashboard-with-parquet/setting-a-grafana-dashboard-using-the-athena-plugin.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.influxtechnology.com/support_guides/rexgen-series-product-manuals/rexgen-air-cloud-usage-guides/cloud-usage-guides-for-rexgen-air-device/deploying-lambda-function-to-aws/configuring-conversion-settings.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.
