# Sesori Docs

## Docs

- [Overview](https://docs.sesori.com/get-started/readme.md): Control local AI coding sessions from your phone.
- [Quickstart](https://docs.sesori.com/get-started/quickstart.md): Go from installation to your first remote AI coding session.
- [How it works](https://docs.sesori.com/get-started/how-it-works.md): How the app, Bridge, relay, and AI coding assistant work together.
- [Security and privacy](https://docs.sesori.com/get-started/security-and-privacy.md): Understand Sesori encryption, trust boundaries, and feature-specific data processing.
- [Availability](https://docs.sesori.com/get-started/early-access.md): Current Sesori app, Bridge, and harness availability.
- [Install the app](https://docs.sesori.com/setup/install-the-app.md): Install the Sesori mobile app on iOS or Android.
- [Install and start the Bridge](https://docs.sesori.com/setup/set-up-the-bridge.md): Install, sign in to, and run the Sesori Bridge on macOS, Linux, or Windows.
- [Connect the app and Bridge](https://docs.sesori.com/setup/connect-the-app.md): Pair the Sesori app with the Bridge.
- [Choose a harness](https://docs.sesori.com/setup/choose-a-harness.md): Compare supported AI coding assistants by installation, authentication, and safety model.
- [Install a harness](https://docs.sesori.com/setup/prepare-your-assistant.md): Install and authenticate any AI coding assistant supported by Sesori.
- [Create your first session](https://docs.sesori.com/setup/create-a-session.md): Open a local project and create your first AI coding session from Sesori.
- [Bridge CLI reference](https://docs.sesori.com/setup/bridge-cli.md): Start, update, sign out, and configure the Sesori Bridge from the command line.
- [Main workflow](https://docs.sesori.com/user-guide/navigating-the-app.md): Follow the main Sesori workflow from projects to active coding sessions.
- [Projects and sessions](https://docs.sesori.com/user-guide/projects-and-sessions.md): Add local projects, use Git worktrees, and safely manage Sesori sessions.
- [Sessions and chat](https://docs.sesori.com/user-guide/sessions-and-chat.md): Send prompts, attach images, handle approvals, and follow AI coding work from your phone.
- [Review local changes](https://docs.sesori.com/user-guide/reviewing-changes.md): Inspect the local Git diff, branch, and pull-request status for a Sesori session.
- [Delete your account](https://docs.sesori.com/user-guide/delete-account.md): Request deletion of your Sesori account and personal data by email.
- [FAQ](https://docs.sesori.com/user-guide/faq.md): Answers to common questions about Sesori setup, privacy, projects, and sessions.
- [Release notes](https://docs.sesori.com/updates/release-notes.md): Product updates and changes.
- [Troubleshooting](https://docs.sesori.com/help/troubleshooting.md): Diagnose Bridge, account, project, and AI assistant setup problems.


---

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