# Welcome

Welcome to the official documentation repository for MEMO.

MEMO is maintained by [MemoLabs](https://memolabs.org/). MEMO is an AI-Driven decentralized platform that is revolutionizing data storage and management. By offering secure, intelligent, and user-centric cloud solutions, MEMO empowers users to take control of their data like never before.

These documents are about MEMO system architecture and ecological modules.

## Contribution Guidelines

[MEMO docs github](https://github.com/memoio/memo-gitbook)

We welcome community contributions!

Please ensure to create a new branch for your changes and gives a correct and sufficient commit message before commit.


---

# Agent Instructions: 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:

```
GET https://memolabs.gitbook.io/memo-gitbook/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
