# What is Acilia ID

You will find references to an `aciliaId` in most API responses. This string is simply your 0x order encoded in a [JWT token](https://jwt.io/). Developers can store `aciliaID` in their own databases as if they were storing the entire 0x order, and can generate cancel and fill call-data by calling the API and passing in the appropriate `aciliaId`

Essentially,  `aciliaId` is a safe representation of a 0x order that will doesn't expire.

{% hint style="info" %}
You can always deserialize an`aciliaId` using JWT token libraries or the [JWT debugger UI](https://jwt.io/). Any `aciliaId` created from the Acilia NFT Swap API can be filled or cancelled without the need to the API.
{% endhint %}


---

# 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://acilia.gitbook.io/acilia-nft-swap-api/quick-start/technical-documentation/what-is-acilia-id.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.
