# FAQ

### What Can I do on VIW?

You can deploy IPFS connected smart contracts, and mint your own NFT.

### How can I get a IPFS key and connect with IPFS?

Check out in the deploy part.

{% content-ref url="/pages/z0ZqnD5QDt6eja2G837p" %}
[How to get a IPFS key](/user-guide/create/create-collection/how-to-get-a-ipfs-key.md)
{% endcontent-ref %}

### Why it isn’t deployed?

* First of all, make sure you fill in every information that needed to deploy your smart contract. If you don’t fill in every boxes, you can’t deploy.&#x20;
* If you already have a deployed smart contract, you can’t create one more.
* If you don’t have enough fees for deploying, your wallet will notify you that you don’t have enough transaction fees.

### Why it isn't minted?

* First of all, make sure you fill in every information that needed to mint your NFTs. If you don't fill in every boxes, you can't deploy.
* If you choose different ERC kind from the smart contract, you can't mint NFTs. For example, if your NFT smart contract is made by ERC 721, you can't make ERC1155 NFT.


---

# 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://in-the-world-vis.gitbook.io/user-guide/providers/faq.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.
