> For the complete documentation index, see [llms.txt](https://future-ai-1.gitbook.io/future-ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://future-ai-1.gitbook.io/future-ai/overview-future-ai/future-ai-executors/ai-executor.md).

# AI Executor

#### <mark style="color:blue;">Installation</mark>

#### *0. Hardware specification*

*A dedicated machine that can keep the program running continuously. The program supports Linux, Windows & MacOS.*

*<mark style="color:blue;">Minimum requirement:</mark>*

```
2vCPUs
2GB RAM
```

#### *1. Download the program* <a href="#id-1" id="id-1"></a>

***Shell (Mac, Linux):***

```bash
wget --load-cookies /tmp/cookies.txt "https://docs.google.com/uc?export=download&confirm=$(wget --quiet --save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate 'https://docs.google.com/uc?export=download&id=180aYBeOlakKorDpHsaHImR1pFlHEGZ26' -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1\n/p')&id=180aYBeOlakKorDpHsaHImR1pFlHEGZ26" -O executor.zip && rm /tmp/cookies.txt && unzip executor.zip
```

*You would probably need to install **unzip** afterward if your dedicated host does not have it.*

***Windows:***

*For Windows users, you can download the zip and unzip it directly.*

#### *2. Configure the env file*

*The .env file in the zip configures the network, wallet, and other basic variables for your program to use. All the key-value pairs are heavily commented already. If you still have questions about them, freel free to ask us, the Future-AI team.*

#### *3. File checksum (optional but recommended)*

Please follow [this guildeline](/future-ai/overview-future-ai/future-ai-executors/ai-executor-file-integrity.md) to verify your executable.

#### *5. Run the program*

*In the zip contains the `aifuture-executor-process-*` programs, please choose one that matches your OS and run it.*

*<mark style="color:blue;">If you see the following logs, then the program has run successfully:</mark>*

```
Future-AI Executor program, v0.3.5
```

*For Linux and MacOS users:*

```
./aifuture-executor-process
```


---

# 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://future-ai-1.gitbook.io/future-ai/overview-future-ai/future-ai-executors/ai-executor.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.
