> ## Documentation Index
> Fetch the complete documentation index at: https://docs.simular.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Welcome to Simular Agent documentation

# Agent S: An Open Agentic Framework That Uses Computers Like a Human

Welcome to **Agent S**, an open-source framework designed to enable autonomous interaction with computers through an Agent-Computer Interface. Our mission is to build intelligent GUI agents that can learn from past experiences and perform complex tasks autonomously on your computer.

Whether you're interested in AI, automation, or contributing to cutting-edge agent-based systems, we're excited to have you here!

**Key Features:**

* **Autonomous Interaction:** Agents can operate your computer as a human would, interacting with the GUI to accomplish tasks.

* **Cross-Platform Support:** Compatible with macOS, Linux, and Windows, ensuring a wide range of usability.

* **Extensible Design:** Easily integrate new functionalities and tools to tailor the agents to specific needs.

**Getting Started:**

**Clone the Repository:**

```bash theme={null}
git clone https://github.com/simular-ai/Agent-S.git
```

**Install Dependencies:**

```bash theme={null}
pip install .
```

**Run the Framework:**

```bash theme={null}
python gui_agents/cli_app.py
```
