> 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

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, Cursor, Claude Code, Pi, Oh My Pi (OMP), and Hermes Agent. Your selected assistant and code stay on your computer; the Sesori Bridge connects them to the mobile app.

<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="/pages/cMC78ZFZ090MlI8YYWoM">quickstart.md</a></td><td data-object-fit="cover"><a href="/files/e96VaTspDjnQ9DRm4LkD">/files/e96VaTspDjnQ9DRm4LkD</a></td><td><a href="/pages/cMC78ZFZ090MlI8YYWoM">/pages/cMC78ZFZ090MlI8YYWoM</a></td></tr><tr><td><strong>Choose a harness</strong></td><td>Compare installation, sign-in, platforms, and safety defaults.</td><td><a href="/pages/55dy9jHnJVgFDP9LUDVg">choose-a-harness.md</a></td><td><a href="/files/88eOtLuJc39gcX2gsCPr">/files/88eOtLuJc39gcX2gsCPr</a></td><td><a href="/pages/55dy9jHnJVgFDP9LUDVg">/pages/55dy9jHnJVgFDP9LUDVg</a></td></tr><tr><td><strong>Security and privacy</strong></td><td>Understand encryption, trust boundaries, notifications, and voice processing.</td><td><a href="/pages/acB6bCW4bglGo6h95y2T">security-and-privacy.md</a></td><td><a href="/files/TYIEVLRDm9Sm35g3Zvya">/files/TYIEVLRDm9Sm35g3Zvya</a></td><td><a href="/pages/acB6bCW4bglGo6h95y2T">/pages/acB6bCW4bglGo6h95y2T</a></td></tr><tr><td><strong>Troubleshooting</strong></td><td>Fix Bridge, account, project, and assistant setup issues.</td><td><a href="/pages/UR5smEAWECJhDk020wFs">troubleshooting.md</a></td><td><a href="/files/8Q2LEYRjpGUWn8V83bKL">/files/8Q2LEYRjpGUWn8V83bKL</a></td><td><a href="/pages/UR5smEAWECJhDk020wFs">/pages/UR5smEAWECJhDk020wFs</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.
