# Files and Documents

## JSON

* [Create a JSON](/legacy/legacy-experience/automation-areas/summary-1/to-open-a-json-at-a-file/to-create-a-json.md)
* [Open a JSON](/legacy/legacy-experience/automation-areas/summary-1/to-open-a-json-at-a-file.md)
* [Get a JSON's Item](/legacy/legacy-experience/automation-areas/summary-1/to-open-a-json-at-a-file/to-get-a-jsons-thing.md)
* [Get a JSON as Text](/legacy/legacy-experience/automation-areas/summary-1/to-open-a-json-at-a-file/to-get-a-json-as-a-string.md)
* [Get a Text as a JSON](/legacy/legacy-experience/automation-areas/summary-1/to-open-a-json-at-a-file/to-get-a-string-as-a-json.md)
* [Set or Change a JSON's Value](/legacy/legacy-experience/automation-areas/summary-1/to-open-a-json-at-a-file/to-set-a-jsons-thing-to-a-thing.md)
* [Delete a JSON's Item](/legacy/legacy-experience/automation-areas/summary-1/to-open-a-json-at-a-file/to-delete-a-jsons-thing.md)
* [Compare a JSON with Another JSON](/legacy/legacy-experience/automation-areas/summary-1/to-open-a-json-at-a-file/to-compare-a-json-with-a-json.md)
* [Merge a JSON with a JSON](/legacy/legacy-experience/automation-areas/summary-1/to-open-a-json-at-a-file/to-merge-a-json-with-a-json.md)

## Documents

* [Document Processing Book](https://docs.kognitos.com/books-v1/document-processing)

## PDFs

* [Convert to PDF](/legacy/legacy-experience/automation-areas/summary-1/converting-a-file-to-pdf.md)
* [Get Information from a PDF](/legacy/legacy-experience/automation-areas/summary-1/converting-a-file-to-pdf/getting-information-from-a-pdf.md)
* [Extract Data from a PDF](https://docs.kognitos.com/openai/extract-data)
* [Merging Documents](/legacy/legacy-experience/automation-areas/summary-1/converting-a-file-to-pdf/merging-documents.md)
* [Removing Duplicates](/legacy/legacy-experience/automation-areas/summary-1/converting-a-file-to-pdf/removing-duplicates-from-a-pdf.md)
* [Save a PDF](/legacy/legacy-experience/automation-areas/summary-1/converting-a-file-to-pdf/saving-a-pdf.md)
* [Set Information in a PDF](/legacy/legacy-experience/automation-areas/summary-1/converting-a-file-to-pdf/setting-or-changing-information-in-a-pdf.md)
* [Unlock a PDF](/legacy/legacy-experience/automation-areas/summary-1/converting-a-file-to-pdf/unlock-a-pdf-file.md)

## Templates

* [Fill in a Template File](/legacy/legacy-experience/automation-areas/summary-1/create-pdfs-from-a-template/fill-in-a-template-file.md)
* [Create PDFs from a Template](/legacy/legacy-experience/automation-areas/summary-1/create-pdfs-from-a-template.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.kognitos.com/legacy/legacy-experience/automation-areas/summary-1.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.
