> For the complete documentation index, see [llms.txt](https://mintechbots.gitbook.io/mintech-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mintechbots.gitbook.io/mintech-guide/settings/general-settings.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://mintechbots.gitbook.io/mintech-guide/settings/general-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
