# Token Cells

The tokens cells contain the information of each unique token created from the factory and will be governed by the NFT script.

```
Type:
 - code_hash: NFT_Script
 - type: "type"
 - args: Factory_code_hash<32 bytes> + Factory_type<uint8> + Factory_args<32 bytes> + TOKEN_ID
Data:
 - Token specific data (can be empty)
Lock: <user defined>

```

Using the factory cell type fields in the args of the token allows getting the information of the factory from the token Cell. This script should provide verification to ensure that each token has a unique `TOKEN_ID`, we propose using the Type\_id logic here to achieve that.


---

# 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://ratherlabs.gitbook.io/untitled/reference/cells/token-cells.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.
