# Manual Deploy

Developers who require greater control and flexibility can customize their token via smart contracts, a process referred to as manual deployment. It allows direct interaction with the Entangle framework and involves deploying token smart contracts to individual blockchains, requiring developers to define all token parameters, and manage bridging mechanisms programmatically.

While this approach offers more control, it requires a deeper understanding of blockchain infrastructure and additional effort to ensure consistency and security across networks. Manual deployment is ideal for projects requiring customized token behavior and complete flexibility in management.

This section provides information on how to create, deploy new tokens, or connect existing tokens to the UTS infrastructure manually.&#x20;

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Token Deployment Types</td><td><a href="/files/zpte6ssZSqlpiAe5Nl3x">/files/zpte6ssZSqlpiAe5Nl3x</a></td><td><a href="/pages/yHdi5uMmYV6LLVJsfzYP">/pages/yHdi5uMmYV6LLVJsfzYP</a></td></tr><tr><td>Create a Custom Token</td><td><a href="/files/yA0mcYJE43aWHoBTsfX3">/files/yA0mcYJE43aWHoBTsfX3</a></td><td><a href="/pages/TM5JliC6LSewBSABZCY1">/pages/TM5JliC6LSewBSABZCY1</a></td></tr><tr><td>Factory Blueprint Deployment</td><td><a href="/files/1GQZuCRjjSPdGYMiZkKe">/files/1GQZuCRjjSPdGYMiZkKe</a></td><td><a href="/pages/FnFK4vicqC0MvqouShN9">/pages/FnFK4vicqC0MvqouShN9</a></td></tr><tr><td>Examples</td><td><a href="/files/ss4CtaqsEFdX4t81G3tI">/files/ss4CtaqsEFdX4t81G3tI</a></td><td><a href="/pages/s3tV3c9R4Y04ktSc1KdM">/pages/s3tV3c9R4Y04ktSc1KdM</a></td></tr></tbody></table>


---

# 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.entangle.fi/universal-token-standard/developer-guides/manual-deploy.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.
