# ZK Social Protocol

## ZK Social Protocol

- [Introduction](https://docs.zkitter.com/master.md)
- [UI Clients](https://docs.zkitter.com/ui-clients.md): https://github.com/zkitter/ui
- [Overview](https://docs.zkitter.com/developers/overview.md)
- [Identity](https://docs.zkitter.com/developers/identity.md)
- [Pseudonymous Identity](https://docs.zkitter.com/developers/identity/pseudonymous-identity.md)
- [Data](https://docs.zkitter.com/developers/data.md)
- [Schema](https://docs.zkitter.com/developers/data/schema.md)
- [Simple Node](https://docs.zkitter.com/developers/data/simple-node.md)
- [Archive](https://docs.zkitter.com/developers/data/archive.md): Not Implemented
- [Eviction Policy](https://docs.zkitter.com/developers/data/eviction-policy.md): Not Implemented
- [API](https://docs.zkitter.com/developers/api.md): https://github.com/autism-org/indexer
- [Libraries](https://docs.zkitter.com/developers/libraries.md): Coming Soon!
- [zkitter-js](https://docs.zkitter.com/developers/libraries/zkitter-js.md): Javascript implementation of a standalone zkitter node
- [How to sign up with Metamask?](https://docs.zkitter.com/faqs/how-to-sign-up-with-metamask.md)
- [How to chat anonymously?](https://docs.zkitter.com/faqs/how-to-chat-anonymously.md)
- [What is an Anonymous account?](https://docs.zkitter.com/faqs/what-is-an-anonymous-account.md)
- [How to create an anonymous user?](https://docs.zkitter.com/faqs/how-to-create-an-anonymous-user.md)
- [How to create a custom group?](https://docs.zkitter.com/faqs/how-to-create-a-custom-group.md)
- [How does moderation work?](https://docs.zkitter.com/faqs/how-does-moderation-work.md)
- [What shows up in the global feed?](https://docs.zkitter.com/faqs/what-shows-up-in-the-global-feed.md)
- [How to upload an image?](https://docs.zkitter.com/faqs/how-to-upload-an-image.md)
- [How to share a WebTorrent seed?](https://docs.zkitter.com/faqs/how-to-share-a-webtorrent-seed.md)
- [Links](https://docs.zkitter.com/resources/links.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.zkitter.com/master.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.
