> For the complete documentation index, see [llms.txt](https://docs.sesori.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sesori.com/get-started/readme.md).

# Overview

Control local AI coding sessions from your phone.

Sesori lets you control AI coding sessions that run on your laptop or desktop from your phone. You can follow a task, send the next instruction, answer questions and permission requests, review local file changes, and check branch or pull-request status.

Sesori works with OpenCode, Codex, GitHub Copilot CLI, Cursor, Claude Code, Hermes Agent, Pi, Oh My Pi (OMP), DeepSeek Harness, and Grok Build. Your repository and selected assistant process stay on your computer; the Sesori Bridge connects them to the mobile app. The assistant may send prompts, selected source context, and tool output to its configured model provider.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Quickstart</strong></td><td>Go from installation to your first remote session.</td><td><a href="/get-started/quickstart.md">quickstart.md</a></td><td data-object-fit="cover"><a href="https://2596254272-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5KBqNpAeWdKyHVlYfZiu%2Fuploads%2FxdhKRkrLWiAgL2Xn35x6%2FGetstarted.png?alt=media&amp;token=3b90eeb7-1e35-4d8a-9050-8ef12066f355">Getstarted.png</a></td><td><a href="/get-started/quickstart.md">Quickstart</a></td></tr><tr><td><strong>Choose an AI coding assistant</strong></td><td>Compare installation, sign-in, platforms, and safety defaults.</td><td><a href="/setup/choose-a-harness.md">choose-a-harness.md</a></td><td><a href="https://2596254272-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5KBqNpAeWdKyHVlYfZiu%2Fuploads%2FOwxEqCvSC4qqLQTv2Wuv%2FFrame%20783.png?alt=media&amp;token=a832f925-8a68-47f7-9de6-5b3a08c29e20">Frame 783.png</a></td><td><a href="/setup/choose-a-harness.md">Choose an AI coding assistant</a></td></tr><tr><td><strong>Security and privacy</strong></td><td>Understand encryption, trust boundaries, notifications, and voice processing.</td><td><a href="/get-started/security-and-privacy.md">security-and-privacy.md</a></td><td><a href="https://2596254272-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5KBqNpAeWdKyHVlYfZiu%2Fuploads%2FIXe6kOTCg78mGl4JSRuT%2FFrame%20785.png?alt=media&amp;token=f8e835dd-3365-45d0-b7a9-c26024651540">Frame 785.png</a></td><td><a href="/get-started/security-and-privacy.md">Security and privacy</a></td></tr><tr><td><strong>Troubleshooting</strong></td><td>Fix Bridge, account, project, and assistant setup issues.</td><td><a href="/help/troubleshooting.md">troubleshooting.md</a></td><td><a href="https://2596254272-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5KBqNpAeWdKyHVlYfZiu%2Fuploads%2F8DjXXjfp5IAg4DZNDUHL%2FFrame%20786.png?alt=media&amp;token=8850b867-1918-445d-94a2-52f0c171a049">Frame 786.png</a></td><td><a href="/help/troubleshooting.md">Troubleshooting</a></td></tr></tbody></table>


---

# 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 that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.sesori.com/get-started/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
