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

# Introduction to Fchat

Fchat is a Web3 privacy social platform, and a decentralized application (DApp) built on blockchain technology. Fchat addresses the shortcomings of centralized data storage in traditional social software and the complexity of operations in Web3.0 social apps.

Web3.0 social apps should prioritize the user, and Fchat aims to make users feel familiar and maximize their usage frequency. One innovative feature is personalized labels for the product. Fchat introduces a "Privacy Space" feature that allows users to set specific groups for special contacts, which can be selectively displayed or hidden, providing double protection for information.

Of course, a social app for Web3.0 users should be a super app, not only offering social features but also providing a variety of extension applications to meet users' daily needs. Fchat is precisely such a super app, offering diversified application support for Web3.0 users.

Network incentives are also essential for Web3.0 social networks. Fchat employs a contribution value mechanism, where the value generated by user participation is returned to the users, promoting a spiral growth in user volume.


---

# 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://help-organization.gitbook.io/fchat/about-fchat/introduction-to-fchat.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.
