# FAQ

- [What is the difference between ISCC and ACR software?](https://docs.liccium.com/documentation/faq/what-is-the-difference-between-iscc-and-acr-software.md)
- [What is the difference between personal data vs. bibliographic metadata](https://docs.liccium.com/documentation/faq/what-is-the-difference-between-personal-data-vs.-bibliographic-metadata.md)
- [How secure is the ISCC against collisions or preimage attacks?](https://docs.liccium.com/documentation/faq/how-secure-is-the-iscc-against-collisions-or-preimage-attacks.md)
- [What is the difference between NFTs and ISCC declarations?](https://docs.liccium.com/documentation/faq/what-is-the-difference-between-nfts-and-iscc-declarations.md)
- [What is the difference between contract storage and event log storage on the EVM-based blockchains?](https://docs.liccium.com/documentation/faq/what-is-the-difference-between-contract-storage-and-event-log-storage-on-the-evm-based-blockchains.md)
- [Why are ISCC declarations so significantly cheaper than NFTs?](https://docs.liccium.com/documentation/faq/why-are-iscc-declarations-so-significantly-cheaper-than-nfts.md)


---

# 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.liccium.com/documentation/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.
