> For the complete documentation index, see [llms.txt](https://learn.fleek.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.fleek.xyz/legal/end-user-license-agreement-eula.md).

# End User License Agreement (EULA)

Last updated: October 29, 2025

Welcome to Fleek! Before using the app, please review this agreement. By continuing to use Fleek, you agree to comply with the following terms:

1. User-Generated Content

All content you create or share must follow Fleek’s rules.

Objectionable, abusive, or illegal content is strictly prohibited.

2. Content Moderation

We use AI-powered moderation to prevent objectionable content.

Users can report inappropriate content via the in-app reporting feature.

Users can block other users to prevent seeing their content.

Reported content will be reviewed and addressed within 24 hours.

We have zero tolerance for objectionable or abusive behavior.

3. Account Suspension & Removal

Fleek reserves the right to remove content, suspend accounts, or take other action for violations at any time.

4. Acceptance

By using Fleek, you agree to this EULA and our Terms of Service and Privacy Policy.


---

# 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://learn.fleek.xyz/legal/end-user-license-agreement-eula.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.
