# Superuser docs

## Superuser docs

- [Introduction](https://docs.superuser.app/readme.md): A brief introduction to Superuser
- [Your workspace](https://docs.superuser.app/team-chat/your-workspace.md): Your personal scratchpad
- [Chat like ChatGPT, Claude or Gemini](https://docs.superuser.app/team-chat/your-workspace/chat-like-chatgpt-claude-or-gemini.md)
- [Adding friends](https://docs.superuser.app/team-chat/your-workspace/adding-friends.md)
- [Direct messages](https://docs.superuser.app/team-chat/your-workspace/direct-messages.md)
- [Private and group chats](https://docs.superuser.app/team-chat/your-workspace/private-and-group-chats.md)
- [Organizations (teams)](https://docs.superuser.app/team-chat/organizations-teams.md)
- [Inviting new members](https://docs.superuser.app/team-chat/organizations-teams/inviting-new-members.md)
- [Public channels](https://docs.superuser.app/team-chat/organizations-teams/public-channels.md)
- [Private channels](https://docs.superuser.app/team-chat/organizations-teams/private-channels.md)
- [Private and group chats](https://docs.superuser.app/team-chat/organizations-teams/private-and-group-chats.md)
- [Emojis and reactions](https://docs.superuser.app/team-chat/emojis-and-reactions.md)
- [/me emotes (actions)](https://docs.superuser.app/team-chat/me-emotes-actions.md)
- [Getting started with agents](https://docs.superuser.app/agents/getting-started-with-agents.md)
- [Installing tools](https://docs.superuser.app/agents/getting-started-with-agents/installing-tools.md)
- [Secrets and security](https://docs.superuser.app/agents/getting-started-with-agents/secrets-and-security.md)
- [Removing agents](https://docs.superuser.app/agents/removing-agents.md)
- [Creating a custom agent](https://docs.superuser.app/agents/creating-a-custom-agent.md)
- [Modifying your agent](https://docs.superuser.app/agents/modifying-your-agent.md)
- [Profile](https://docs.superuser.app/agents/modifying-your-agent/profile.md)
- [Agent settings](https://docs.superuser.app/agents/modifying-your-agent/agent-settings.md)
- [Context: Markdown, Websites, PDF](https://docs.superuser.app/agents/modifying-your-agent/context-markdown-websites-pdf.md)
- [Installing tools](https://docs.superuser.app/agents/modifying-your-agent/installing-tools.md)
- [Secrets and security](https://docs.superuser.app/agents/modifying-your-agent/secrets-and-security.md)
- [Third-party connections](https://docs.superuser.app/agents/modifying-your-agent/third-party-connections.md)
- [Publishing your agent for others](https://docs.superuser.app/agents/publishing-your-agent-for-others.md)
- [Linking to Discord](https://docs.superuser.app/agents/linking-to-discord.md)
- [Archiving your agent](https://docs.superuser.app/agents/archiving-your-agent.md)
- [Installing tools](https://docs.superuser.app/hosted-tools/installing-tools.md)
- [Using tools in chat](https://docs.superuser.app/hosted-tools/using-tools-in-chat.md)
- [Publishing tools via command line](https://docs.superuser.app/hosted-tools/publishing-tools-via-command-line.md)
- [Package specification](https://docs.superuser.app/hosted-tools/publishing-tools-via-command-line/package-specification.md): A guide to packages on Superuser
- [API keychain specification](https://docs.superuser.app/hosted-tools/publishing-tools-via-command-line/api-keychain-specification.md): A guide to API keychains
- [Managing tools](https://docs.superuser.app/hosted-tools/managing-tools.md)
- [Using tools outside of Superuser](https://docs.superuser.app/hosted-tools/managing-tools/using-tools-outside-of-superuser.md)
- [Tool visibility](https://docs.superuser.app/hosted-tools/managing-tools/tool-visibility.md)
- [Tool authentication](https://docs.superuser.app/hosted-tools/managing-tools/tool-authentication.md)
- [Archiving tools](https://docs.superuser.app/hosted-tools/managing-tools/archiving-tools.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.superuser.app/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.
