> For the complete documentation index, see [llms.txt](https://docs.cosmik.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cosmik.network/semble/basic-concepts/semble-page.md).

# Semble page

Clicking on a card will take you to the Semble page: a page aggregating all of the activity around the link in that card, such as collections it's featured in, and comments about the link. So each link shared on the network will have a corresponding Semble page, which you can also find at `https://semble.so/url?id=/<link-url>`\[1]. So for example, [`https://semble.so/url?id=https://cosmik.network`](https://semble.so/url?id=https://cosmik.network) will aggregate the activity around [`https://cosmik.network/`](https://cosmik.network/).&#x20;

&#x20;In the future we plan for the Semble page to aggregate activity from other ATProto apps and beyond. The Semble page is one of the directions we're most excited about developing, and we envision it as a decentralized social sensemaking layer for any online content.

### Similar Cards

The Similar Cards feature helps you discover related content across the Semble network by surfacing semantically similar URLs

**How it works**

Similar Cards uses semantic similarity to identify URLs that share thematic or contextual connections with the current page you're viewing. This creates an organic discovery layer that helps you explore related content that other users have curated.

**Accessing Similar Cards**

You can find Similar Cards in a dedicated tab on any Semble page⁠⁠. Simply navigate to the tab to see a list of semantically related URLs from across the network:

<figure><img src="/files/aYpv7PJKe6ZSqOxrX3pr" alt=""><figcaption></figcaption></figure>

\[1] We also support the simpler url redirect structure `https://semble.so/url/https://cosmik.network`, inspired by the excellent [henry.ink](https://henry.ink/)


---

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

```
GET https://docs.cosmik.network/semble/basic-concepts/semble-page.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.
