> For the complete documentation index, see [llms.txt](https://guide.signify.gov.sg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.signify.gov.sg/frequently-asked-questions/faq/errors-or-issues.md).

# Errors or issues

### If you experience issues uploading PDF

If you experience errors uploading the PDF, the PDF might have been generated using an older version of PDF that cannot be signed.&#x20;

To fix this, you will need to regenerate the PDF file. One way to do so is to open the PDF file in Chrome, click on Print, and then Save as PDF. This will fix any issues.

**Example: Open and Print a PDF using Edge/Chrome**

Step 1: Open the file in Chrome and click on Print

![](/files/0JjQzHEznvInFh7VmYqj)

Step 2: Choose Save as PDF to regenerate the PDF file![](/files/fIta7PHRNc98yfbbIHdg)

Alternatively, you can also re-save the original .doc file using a newer version of Microsoft Word.

### Why are my signatures rotated?

A possible reason is that the document was actually scanned / created in landscape first, and then rotated 90 degrees in Adobe Acrobat. There is a limitation currently in the Signify application that cannot handle this setup.\
\
To fix this, please re-scan the document in portrait A4.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://guide.signify.gov.sg/frequently-asked-questions/faq/errors-or-issues.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
