> For the complete documentation index, see [llms.txt](https://zayn-network.gitbook.io/overview/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zayn-network.gitbook.io/overview/build-on-zayn/deploying-smart-contracts/thirdweb.md).

# ThirdWeb

**Introduction to ThirdWeb**

ThirdWeb offers pre-built smart contracts and front-end SDKs that simplify the deployment and interaction process for developers. It is particularly useful for projects that aim to hit the ground running with minimal setup.

**Steps to Deploy Using ThirdWeb**

1. **Set Up Your ThirdWeb Project:**
   * Sign up and log in to ThirdWeb’s dashboard.
   * Create a new project and select Zayn Network as your deployment network.
2. **Choose Your Smart Contract:**
   * Select from a range of pre-built contracts provided by ThirdWeb or upload your own.
3. **Deploy Directly from the Dashboard:**
   * Configure your contract parameters through the UI.
   * Deploy directly by clicking ‘Deploy’.
4. **Interact with Your Contract:**
   * Use the ThirdWeb SDK to interact with your deployed contract via your application.


---

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

```
GET https://zayn-network.gitbook.io/overview/build-on-zayn/deploying-smart-contracts/thirdweb.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.
