# Sesori Docs

## Docs

- [Sesori: control OpenCode, Codex, and Cursor from your phone](https://docs.sesori.com/get-started/readme.md): Control OpenCode, Codex, and Cursor from your phone. Sesori is the mobile remote for your AI coding sessions. 📱
- [How Sesori works: the app, Bridge, relay, and encryption](https://docs.sesori.com/get-started/how-it-works.md): How Sesori connects your phone to OpenCode, Codex, or Cursor through the Bridge, the relay, and end-to-end encryption.
- [Quickstart: your first remote coding session in five steps](https://docs.sesori.com/get-started/quickstart.md): Set up OpenCode, Codex, or Cursor with Sesori in five steps and send your first prompt from your phone.
- [Availability: supported assistants and platforms](https://docs.sesori.com/get-started/early-access.md): Sesori supports OpenCode, Codex, and Cursor today on iOS and Android, with Claude Code and desktop builds on the way.
- [Prerequisites: install OpenCode, Codex, or Cursor](https://docs.sesori.com/setup/prepare-your-assistant.md): Install OpenCode, Codex, or Cursor and verify it runs locally before connecting Sesori. Claude Code support is coming soon.
- [Set up the Sesori Bridge on macOS, Linux, or Windows](https://docs.sesori.com/setup/set-up-the-bridge.md): Install and run the Sesori Bridge CLI on macOS, Linux, or Windows to connect your phone to OpenCode, Codex, or Cursor.
- [Install the Sesori app on iPhone or Android](https://docs.sesori.com/setup/install-the-app.md): Install Sesori on iPhone or Android to control OpenCode, Codex, or Cursor remotely. Desktop builds are coming soon.
- [Connect the Sesori app to OpenCode, Codex, or Cursor](https://docs.sesori.com/setup/connect-the-app.md): Sign in, connect to the Bridge, and pick OpenCode, Codex, or Cursor for your first session. Additional assistants are planned.
- [Sesori Bridge CLI reference: commands and flags](https://docs.sesori.com/setup/bridge-cli.md): Every sesori-bridge command and flag, including the OpenCode, Codex, and Cursor options and what each one changes.
- [Navigating the Sesori app: projects, sessions, and chat](https://docs.sesori.com/user-guide/navigating-the-app.md): A tour of every screen in Sesori — connect, project list, session list, and chat — for OpenCode, Codex, and Cursor sessions.
- [Sessions and chat: prompts, live output, and file changes](https://docs.sesori.com/user-guide/sessions-and-chat.md): Send prompts, follow live output, manage queues, and review file changes for OpenCode, Codex, or Cursor sessions from your phone.
- [Delete your Sesori account](https://docs.sesori.com/user-guide/delete-account.md): How to permanently delete your Sesori account from the app or by email, and what data gets removed from the relay.
- [Sesori FAQ: assistants, connection, and sessions](https://docs.sesori.com/user-guide/faq.md): Common questions about Sesori — OpenCode, Codex, and Cursor support, Claude Code plans, connection, sessions, and account management.
- [Troubleshooting Sesori: Bridge and connection issues](https://docs.sesori.com/help/troubleshooting.md): Fix Bridge, assistant, and connection issues for Sesori with OpenCode, Codex, and Cursor on macOS, Linux, and Windows.


---

# 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.sesori.com/get-started/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.
