> 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 puts the cockpit for your AI coding sessions on your phone. It currently connects to [OpenCode](https://opencode.ai/docs/) running on your laptop or desktop — <mark style="color:$info;">and we're working on supporting more assistants soon.</mark>

With Sesori on your phone you can:

* **Manage complex tasks** end-to-end — review file diffs and commit your work straight to GitHub when it's done.
* **Code with your voice or type**, whichever feels easier in the moment.
* **Work on existing projects or kick off new ones** — and run several tasks in parallel for the same project, each in its own session.
* **Never miss a finished task** — enable notifications and Sesori will ping you the second your AI assistant needs you back.

OpenCode is the engine doing the AI coding work on your machine. **Sesori is the cockpit on your phone.**

<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 zero 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>How it works</strong></td><td>The app, the Bridge, the auth server, and the relay — and how they stay end-to-end encrypted.</td><td><a href="/pages/tn1syWrrwREMlVdRwcnI">how-it-works.md</a></td><td><a href="/files/TYIEVLRDm9Sm35g3Zvya">/files/TYIEVLRDm9Sm35g3Zvya</a></td><td><a href="/pages/tn1syWrrwREMlVdRwcnI">/pages/tn1syWrrwREMlVdRwcnI</a></td></tr><tr><td><strong>Availability</strong></td><td>What's available now, and which platforms are supported.</td><td><a href="/pages/HFbtsvayPkARrPOk63IG">early-access.md</a></td><td><a href="/files/6ztVD1TfZ2qaY3975iwY">/files/6ztVD1TfZ2qaY3975iwY</a></td><td><a href="/pages/HFbtsvayPkARrPOk63IG">/pages/HFbtsvayPkARrPOk63IG</a></td></tr><tr><td><strong>Prerequisites</strong></td><td>Install OpenCode and make sure it can run a project locally.</td><td><a href="/pages/8M3WvzUQTZuPoleybjBd">prepare-opencode.md</a></td><td><a href="/files/88eOtLuJc39gcX2gsCPr">/files/88eOtLuJc39gcX2gsCPr</a></td><td><a href="/pages/8M3WvzUQTZuPoleybjBd">/pages/8M3WvzUQTZuPoleybjBd</a></td></tr><tr><td><strong>Set Up Sesori</strong></td><td>Install the Bridge on your machine and the Sesori app on your phone.</td><td><a href="/pages/BXbMH6O70bXkew7Ji25Q">set-up-the-bridge.md</a></td><td><a href="/files/QKE3dsoDoQWNR8LFBWVl">/files/QKE3dsoDoQWNR8LFBWVl</a></td><td><a href="/pages/BXbMH6O70bXkew7Ji25Q">/pages/BXbMH6O70bXkew7Ji25Q</a></td></tr><tr><td><strong>Troubleshooting</strong></td><td>Fix connection, bridge, OpenCode, and voice-input 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>

## Ready?

{% content-ref url="/pages/cMC78ZFZ090MlI8YYWoM" %}
[Quickstart](/get-started/quickstart.md)
{% endcontent-ref %}


---

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