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

# What is Seylo?

**Seylo** is a powerful, open-source AI automation platform that runs entirely in your browser. At its core, it's designed to help you automate online tasks using advanced artificial intelligence—without needing to write a single line of code. Whether you’re a developer, researcher, or just someone who wants to save time on repetitive web actions, Seylo  makes automation accessible, smart, and flexible.

***

#### A Free Alternative to OpenAI Operator

If you've heard of tools like OpenAI Operator, you’ll love what Seylo  offers—because it's completely free. It provides many of the same advanced features, but without the paywall or platform lock-in. You can take full control of your workflow, customize your setup, and even integrate your own AI models.

***

#### Powered by a Multi-Agent System

One of the standout features of Seylo  is its **multi-agent system**. Think of it like having a team of AI assistants that can work together to get tasks done. Each "agent" can handle specific parts of a job, whether it's browsing websites, collecting data, or making decisions based on what it sees. This system allows for smarter, more dynamic automation that adapts as it goes.

***

#### Flexible with LLMs (Large Language Models)

Seylo World isn’t tied to just one type of AI model—it supports multiple **Large Language Models (LLMs)**. That means you can choose which AI brain to plug into your workflow, depending on your needs or preferences. Want to use OpenAI, Anthropic, or even a self-hosted model? Go for it. This flexibility gives you the freedom to experiment and optimize.


---

# 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://seylo-world.gitbook.io/seylo-world/what-is-seylo-world/what-is-seylo.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.
