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

# Features

* Content management and moderation: the platform provides tools for content management, including the ability to vote on content quality and community moderation mechanisms. Users can participate in the moderation process, helping to maintain high standards of content quality and communication.
* Personalized Experience: Block Social Network uses machine learning and artificial intelligence algorithms to create a personalized experience for each user. Users are presented with content and recommendations that match their interests and preferences.
* Social capabilities: Block Social Network creates opportunities for connection and interaction between users, including groups and communities of interest. Users can socialize, share ideas and create new projects based on our platform
* Analytics and statistics tools: users have access to analytics and statistics tools to track and analyze their activity on the platform. This data helps users evaluate the effectiveness and results of their actions and content strategies.
* Flexible privacy settings: the platform offers users flexible privacy settings, allowing them to choose the level of accessibility of their personal information. Users can control who has access to their content and personal information, ensuring a high level of privacy.
* Content-centric approach: Block Social Network focuses on content, making it the centerpiece of the user experience. The platform provides tools to easily create, edit and distribute content in a variety of formats.
* Support for a variety of content: the platform supports a variety of content types including text messages, images, video, audio and many other formats. This allows users to express their thoughts and ideas in different forms and cater to the diverse needs of the audience.
* Censorship protection mechanisms: the use of blockchain technology helps to protect the platform from censorship and interference from central authorities or third parties. This ensures freedom of speech and expression for users without the risk of blockchain or censorship.
* Reputation and trust system: the project has implemented a reputation and trust system that allows users to rate each other and content based on quality and usefulness. This helps to build trust in the community and improve the quality of content.


---

# 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://block-social-network.gitbook.io/whitepaper/about/features.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.
