> ## Documentation Index
> Fetch the complete documentation index at: https://termmate.app/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Directory & Projects

> Set the working directory and grant the agent access to multiple project roots.

By default, the agent starts in your current workspace directory.

* **VS Code** — uses the primary folder of your active workspace.
* **Sublime Text** — uses the first folder open in the window. Override it with `TermMate: Set Working Directory` from the Command Palette, or right-click a folder in the sidebar and choose **Set Working Directory**.

## Multi-Project Support

TermMate automatically detects all open workspace folders and passes them to the agent as additional context roots. This is useful for monorepos or projects that share code across repos.

### Sublime Text

All folders in the current Sublime Text project are shared with the agent automatically when `share_workspace_folders` is enabled (default: `true`).
