# Release & Rollback Playbooks

#### Web

**Release** — Build, smoke test, deploy to preview, promote to production.&#x20;

**Rollback** — Revert to previous deployment, invalidate CDN cache, verify health checks.

#### Mobile

**Release** — Build, internal track, closed testing, open or beta, production.&#x20;

**Rollback** — Halt rollout, ship hotfix with incremented version, update release notes.

#### Extensions

**Release** — Bundle, store validation, staged rollout.&#x20;

**Rollback** — Unpublish affected version, republish previous version, notify users.

#### Web3

**Release** — Testnet deploy, verification, gated mainnet deploy, bind ABIs, publish UI.&#x20;

**Rollback** — Disable UI routes that touch affected contracts, deploy patched contracts, migrate state if required.

<figure><img src="/files/dHXOGWieLWP9DUWPz4O1" alt="" width="375"><figcaption></figcaption></figure>


---

# 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.eitherway.ai/documentation/engineering/images-and-media.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.
