# Cosmik

## Home

- [Docs](https://docs.cosmik.network/readme.md): Welcome to your team’s developer platform

## Semble Docs

- [Overview](https://docs.cosmik.network/semble/readme.md)
- [FAQ](https://docs.cosmik.network/semble/home/faq.md): Frequently asked questions about Semble
- [Quickstart](https://docs.cosmik.network/semble/getting-started/quickstart.md)
- [Bookmarklet](https://docs.cosmik.network/semble/getting-started/bookmarklet.md)
- [Mobile Setup](https://docs.cosmik.network/semble/getting-started/mobile-setup.md)
- [Semble page](https://docs.cosmik.network/semble/basic-concepts/semble-page.md)
- [You control your data](https://docs.cosmik.network/semble/basic-concepts/you-control-your-data.md)
- [Connections](https://docs.cosmik.network/semble/basic-concepts/connections.md)
- [Getting Started with the Semble PDS Client](https://docs.cosmik.network/semble/developer-guide/getting-started.md)
- [Semble Lexicon Reference](https://docs.cosmik.network/semble/developer-guide/semble-lexicon-reference.md): This document provides a complete reference for Semble’s ATProto lexicons (data schemas).

## Semble API

- [Semble API](https://docs.cosmik.network/semble-api/semble-api.md): Fully featured xrpc endpoints for interacting with Semble.
- [Cards](https://docs.cosmik.network/semble-api/cards.md)
- [Collections](https://docs.cosmik.network/semble-api/collections.md)
- [Users](https://docs.cosmik.network/semble-api/users.md)
- [Feeds](https://docs.cosmik.network/semble-api/feeds.md)
- [Notifications](https://docs.cosmik.network/semble-api/notifications.md)
- [Connections](https://docs.cosmik.network/semble-api/connections.md)
- [Search](https://docs.cosmik.network/semble-api/search.md)
- [Graph](https://docs.cosmik.network/semble-api/graph.md)
- [Models](https://docs.cosmik.network/semble-api/models.md)

## Semble MCP

- [Semble MCP](https://docs.cosmik.network/semble-mcp/semble-mcp.md): Connect your agent to Semble's MCP server.
- [Agent Skills for Semble](https://docs.cosmik.network/semble-mcp/agent-skills-for-semble.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.cosmik.network/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.
