# Welcome

**Spin up parallel agents**

Each Claude works in its own container. You get safe execution and parallel agents without the hassle of git worktrees. You can even tell them, “Don't come back until my tests pass.”

**Instantly pair with any agent**

Toggle Pairing Mode to move between any agents' containers. Run, test, and edit each agent's changes from your normal dev environment — no need to switch workspaces.

**Merge without conflicts**

Merge the changes you like and throw out the ones you don't. Sculptor helps you resolve merge conflicts.

Behold the power of Sculptor in this behind-the-scenes video:

{% embed url="<https://www.youtube.com/watch?v=ESZH7hd1sMY>" %}


---

# Agent Instructions: 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:

```
GET https://docs.imbue.com/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
