# Document Uris

1. documentUris id:&#x20;
   1. Set an id with no space between elements. Example: 37283719273
   2. Make sure to use a unique documentID: Multiple documents in the same process can’t have the same ID. The documentID only has to be unique in the current process.
2. type:
   1. Document type, uri and ID help you identify the document after signing. “Signature” is set on default but you can also different terms like “contract”

{% hint style="danger" %}
Only the PDF/A format is allowed for QES. The requirement to have a valid and standard conform PDF (PDF/A) comes from our signing infrastructure.
{% endhint %}

We can recommend these converters:

* <https://www.ghostscript.com/>
* <https://github.com/matteosecli/pdf2archive>
* <https://verapdf.org/>


---

# 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.fidentity.ch/api/create-a-new-fidentity-process/document-uris.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.
