# Coda

<figure><img src="/files/4tw4EUTNcYC5okpdNu7L" alt="" width="75"><figcaption></figcaption></figure>

Chek-out our Coda pack and set-up your pdf documents printing within minutes

{% embed url="<https://coda.io/packs/docmaker-pdf-generation-28076>" %}

This pack includes 2 actions:

{% tabs %}
{% tab title="Create pdf from docx template " %}
With this action you can use the data from your Coda databases to generate docx or pdf documents automatically.

Instructions:

* how to create your docx template: [Build your docx template](/features/create-pdf-from-docx-template/build-your-docx-template.md)
* parameters for documents creation: [docx\_fill\_convert API parameters](/features/create-pdf-from-docx-template/docx_fill_convert-api-parameters.md)
* The pack also includes a formula which lets you create JSON-formatted line items, to be used when data loops are used (to add rows to a table or add pages to your document)&#x20;

Full tutorial coming soon!&#x20;
{% endtab %}

{% tab title="Fill out pdf form" %}
With this action you can use the data from your Coda databases to fill-out pdf forms automatically.

Insctructions:

* how to create your pdf form: [Build your pdf form](/features/fill-out-pdf-forms/build-your-pdf-form.md)
* parameters: [pdf\_fill API parameters](/features/fill-out-pdf-forms/pdf_fill-api-parameters.md)

Full tutorial coming soon!&#x20;
{% endtab %}
{% endtabs %}


---

# 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://guide.docmaker.co/integrations/coda.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.
