> For the complete documentation index, see [llms.txt](https://docs.bloxchain.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bloxchain.app/platform-bloxchain.app/contracts/import.md).

# Import a contract

**Scope:** Apps desktop — registers an **existing** on-chain deployment as an app tab.

Use this when the Account-style contract is **already deployed** (by you, a teammate, or CI). You only need the address and network.

**Time:** \~5 min

## Before you begin

* Signed in ([Sign in](/platform-bloxchain.app/account/sign-in.md))
* Contract **address** (checksummed) and **network** from your deployer or [Protocol deployment guide](https://github.com/PracticalParticle/Bloxchain-Protocol/blob/99beac2d6e6d7567c23b25cecaf6f4053f31c987/README.md)

## Steps

1. Open the **Apps desktop** (`/`).
2. In App Explorer, choose **Import**.
3. Enter the contract address and select the matching **network**.
4. Add a display name if prompted.
5. Open the app tab — the workspace loads on-chain state.

## Verify

* **Workspace → Overview** loads without persistent read errors.
* **Deployment → Security** shows expected owner and timelock.

## Common issues

* **Wrong network** — reads fail or show empty state ([Custom networks](/platform-bloxchain.app/account/networks.md)).
* **Not Account-style** — workspace may not support full features ([Protocol account pattern](/protocol/account-pattern.md)).

## Next steps

* **Admin:** [Use cases & quick setup](/platform-bloxchain.app/use-cases.md) or [Configure overview](/platform-bloxchain.app/overview-1.md)
* **Operator:** [My access](/platform-bloxchain.app/overview/my-access.md) — confirm your wallet has a role.

## Related

* [Deploy a new contract](/platform-bloxchain.app/contracts/deploy.md) — when nothing is on-chain yet
* [Tips — import vs deploy](/platform-bloxchain.app/tips.md#import-vs-deploy)


---

# 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.bloxchain.app/platform-bloxchain.app/contracts/import.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.
