# Creating The Metadata

Like other bulk inscription services, Sating uses a json metadata file to find each of your files to be inscribed.&#x20;

You can control the sat sequence used in your inscriptions. Sating uses the sats in descending order, so the filename at the top of the metadata file will use the last sat in your range and they will be processed backwards as Sating goes down the list.

Open a simple text file and using the following syntax create a line for each of your files.

```
[
    {
        "filename": "spaid.txt",
        "url": "https://ipfs.io/ipfs/QmPjumB5mQvuqvGF7BckcPD9xkP6xW6zKLqfi5V4jb9mT6"
    },
    {
        "filename": "raynar.txt",
        "url": "https://ipfs.io/ipfs/QmTRenat78psiwx7Y5HUHfgtwZFtDJW2EbRiUnZgSqm9HA"
    },
    {
        "filename": "nakado.txt",
        "url": "https://ipfs.io/ipfs/QmP6PXsNAcWSRXGtTwTJezhSV3VYLmxi96XB7ahwZEwLCC"
    }
]
```

You can compare the text above to the screenshot from the IPFS screen in the previous document to see how the files match up. The url's here are the ones I pulled from IPFS. Be careful to notice where the commas are, and that there is no comma after the last link. If any single character is wrong it will cause a problem.

Sating does warn if there is a duplicate url, but doesn't stop the same content being inscribed multiple times.


---

# 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.sating.io/how-to-use-sating/bulk-sat-inscription/creating-the-metadata.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.
