> 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/user-guide/faq.md).

# FAQ

## Product and platforms

### What is Sesori?

Sesori lets you control AI coding sessions that run on your laptop or desktop from your phone. It is not a mobile IDE or cloud-hosted code workspace.

### Which platforms are supported?

The app supports iOS 15+ and Android 7.0+. The Bridge supports macOS, Linux, and Windows. macOS and Linux desktop apps are still in development. See [Availability](/get-started/early-access.md).

### Which assistants are supported?

OpenCode, Codex, Cursor, Claude Code, Pi, Oh My Pi, and Hermes Agent. Installation, authentication, and permission behavior differ; compare them in [Choose a harness](/setup/choose-a-harness.md).

## Connection and privacy

### Do I need a Sesori account?

Yes. Sign in to the app and Bridge with the same GitHub, Google, Apple, or email account so the relay can match them.

### Does Sesori upload my repository?

Sesori does not host your repository. Your code and assistant processes stay on the Bridge computer. Ordinary app-to-Bridge payloads are encrypted and opaque to the relay, but account/routing metadata and invoked features such as push previews, voice transcription, or short text processing have additional data paths. Read [Security and privacy](/get-started/security-and-privacy.md).

### Does Sesori replace my assistant's security or privacy settings?

No. The selected assistant still controls local permissions and communicates with its configured model provider. Sesori's encrypted channel covers the phone-to-Bridge connection, not the provider's processing.

### How do I delete my account?

There is no in-app deletion flow today. Email <contact@sesori.com> or <gdpr@sesori.com>; see [Delete your account](/user-guide/delete-account.md).

## Projects and sessions

### Where do projects come from?

Enabled assistants can report known projects, and **Add Project** lets you browse the Bridge computer directly. You can also create a folder from the app. See [Projects and sessions](/user-guide/projects-and-sessions.md).

### What happens if I enable Git for a new project?

Sesori initializes Git when needed and commits all non-ignored files to create a history baseline and support dedicated worktrees. Choose **Continue Without Git** if you do not want that commit.

### What is a dedicated workspace?

It is a separate Git worktree and branch for one session. It reduces collisions between parallel sessions. A project needs Git and at least one commit; if worktree creation is unavailable or fails, Sesori can fall back to the main folder.

### Can Sesori commit or merge the work?

No. Sesori can show local file changes and monitor branch or pull-request status. Use your normal local and GitHub workflow to test, commit, push, review, and merge.

### Can I undo archive or delete?

No. Archive permanently makes the session read-only; delete permanently removes it through the owning assistant. Optional worktree cleanup does not delete the Git branch.

## Prompts and notifications

### Can I send images?

When the assistant supports attachments, you can send JPEG, PNG, GIF, WebP, or BMP images. The combined images in one message must stay under 5 MiB (about 5 MB). Images cannot be combined with slash commands.

### Why is a control missing?

Models, agents, commands, attachments, permissions, background tasks, and session actions depend on what the assistant exposes. Check **Settings → Harnesses**, refresh its status, and confirm it supports the capability.

### Can notification previews contain session text?

Yes. Push payloads can contain limited session metadata or a partial snippet and pass through Apple or Google. Hide previews in your phone's notification settings if needed.

## Help

If the Bridge is offline or an assistant is not ready, follow [Troubleshooting](/help/troubleshooting.md). For anything else:

* Email: <contact@sesori.com>
* GitHub issues: [sesori-ai/sesori\_apps\_monorepo](https://github.com/sesori-ai/sesori_apps_monorepo/issues)
* Discord: [discord.gg/5KBC8dV9uR](https://discord.gg/5KBC8dV9uR)


---

# 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/user-guide/faq.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.
