# Square

#### What Is Square?

**Square** is Polarise’s primary social space where users create, share, and interact with content.

It serves as the entry point for all social activity on the platform, including standalone content, community interactions, and contributions linked to other features.

#### What Is a Post?

A **Post** is the fundamental content unit published within Square.

Users can create standalone posts directly in Square, and contributions made within other features, such as **Discussion Threads** and **Q\&A Bounties,** are also represented as posts at the protocol level.

#### Standalone Posts in Square

When creating a standalone post in Square, users may choose to restrict access by enabling **subscription-only** visibility.

This setting applies only to standalone posts that are not connected to other interaction formats.

#### Posts Linked to Other Features

Posts created as part of **Discussion Threads** or **Q\&A Bounties** are always publicly accessible.

This ensures open participation and visibility for community-driven interactions across the platform.


---

# 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://docs.polarise.org/types-of-content/square.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.
