# General Settings

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

The **`General Settings`** page contains all the necessary information required **to start running the bot**, such as the Chain ID to switch chain network on the Ethereum network, Blocknative API Key for flip tasks and gas fetching, and Captcha Solvers.

#### Imports and Exports

![](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/15dbb59f-6eb8-4ec5-b083-24a883d6a6aa/Untitled.png)

**For easier setting up of tasks, settings, etc**., MinTech allows **importing** and **exporting** of both **`JSON`** files and **`CSV`** files. Simply **tick** (✅) the checkbox for CSV format if you wish to use the format. Otherwise, it will import and export JSON files.

**CSV FILES**

Importing CSV Files for **Raffle Setups** or **Wallets** is easy to do, and does not require much technical maneuvering.

![Sample of Google Form CSV](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/e2595f47-5deb-40ba-9d50-03d362346f15/Untitled.png)

**JSON FILES**

JSON files are used in scenarios where you need to import or export your settings. The inputs in the JSON file are much easier to manage, especially your bot settings.


---

# 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://mintechbots.gitbook.io/mintech-guide/settings/general-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.
