> 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/others/privacy-policy.md).

# Privacy Policy

Seylo ("we", "our", or "us") respects your privacy. This Privacy Policy explains how we collect, use, and protect your information when you use our browser extension and related services (collectively, "Seylo"). By using Seylo, you agree to the practices described in this policy.

***

### 🔍 What Information We Collect

We keep data collection minimal and transparent. Seylo **does not collect personal information** unless strictly necessary for core functionality. Here’s what we may collect:

#### **1. Local Data (Stored on Your Device)**

* **User Preferences**: Such as task configurations, theme settings, and agent choices.
* **Automation History**: For your convenience, Seylo may store the last tasks or sessions locally.

This information is stored locally in your browser's storage and is **never sent to our servers** unless explicitly required (e.g., remote API tasks).

#### **2. Remote AI Requests**

If you use our AI features (like large language models or web agents), we may send input prompts and related instructions to a secure external server for processing.

* **Data Shared**: Textual input you provide to LLMs or agents.
* **Purpose**: To return AI-generated responses or perform automations.
* **Retention**: We do **not store** prompts or responses long-term unless required for performance logs or debugging (anonymized).

We do **not** associate these requests with your identity or personal data.

***

### 🛡️ How We Use Your Data

We use your information solely for the purpose of improving your experience using Seylo. Specifically:

* To enable AI-driven automation on the web
* To display task results, summaries, or logs
* To allow you to manage your settings and preferences
* To debug performance issues or provide support (with your consent)

***

### 🚫 What We Don’t Do

* **We don’t track your browsing history.**
* **We don’t sell your data.**
* **We don’t share personal data with advertisers.**
* **We don’t record or store sensitive user credentials or passwords.**

Seylo was built with privacy by design — our goal is to help you automate browsing while keeping control in your hands.

***

### 🔐 Security

We implement industry-standard security practices to protect your data:

* All external API calls are encrypted via HTTPS
* Remote code is loaded only from trusted, verified sources
* Storage access is restricted to the extension context only
* You can clear or reset stored data at any time from the extension settings

***

### 🌐 Third-Party Services

Some features (e.g., OpenAI, Claude, Gemini integration) rely on third-party APIs. These services may have their own privacy policies, which you should review. We only share the minimum necessary data with these providers for task completion.

***

### 🧠 AI & Automation Disclaimers

Seylo uses external LLMs to generate content or perform tasks. These models are probabilistic, and their outputs may be inaccurate or incomplete. Always verify results when using Seylo for critical actions.

***

### 📤 Data Deletion & User Control

You may:

* Clear all locally stored data at any time via browser settings
* Disable or uninstall Seylo if you no longer wish to use it
* Contact us to request deletion of any diagnostic or usage logs, if ever applicable

***

### 📧 Contact Us

If you have questions, feedback, or concerns about your privacy or this policy, feel free to reach out at:

**Email:** <admin@seylo.world>\
**Twitter/X:** @seyloworld

***

### ⚖️ Changes to This Policy

We may update this Privacy Policy to reflect changes to our practices. We encourage you to review it periodically. Continued use of Seylo after changes means you accept the updated terms.


---

# 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/others/privacy-policy.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.
