> For the complete documentation index, see [llms.txt](https://docs.docbits.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.docbits.com/administration-and-setup/workflow/cards-overview/then/export/export-with-export-configuration.md).

# Export with Export Configuration

<figure><img src="/files/uJxqL5hKxl3qufRl3glP" alt="" width="563"><figcaption></figcaption></figure>

## **Purpose:**

The **"Export Document with Export Configuration"** workflow card is designed to export a document using a specified export configuration. It provides the flexibility to ignore any pending tasks associated with the document, ensuring a smooth export process regardless of its current state.

## **Components of the Card:**

1. **Export Configuration**
   * **Description**: Specifies the export configuration to be used for processing the document.
   * **Detail**: This configuration determines the format, structure, and destination of the exported document.
2. **Ignore Pending Tasks**
   * **Description**: Determines whether pending tasks linked to the document should be disregarded during the export process.
   * **Options**:
     * **True**: Exports the document regardless of pending tasks.
     * **False**: Ensures pending tasks are completed before the export.

## **Functionality:**

* **Condition Evaluation**: The system evaluates the conditions set in the **"Where"** and **"And Sections"** of the workflow. If both conditions are true, the export process is initiated.
* **Document Export**: Using the specified **Export Configuration**, the document is processed and exported in the defined format and destination.
* **Pending Tasks Handling**: If **Ignore Pending Tasks** is set to **True**, the export process bypasses any outstanding tasks linked to the document. If set to **False**, the export is deferred until all tasks are resolved.

## **Setup and Configuration:**

To configure this card, users need to:

1. Select the desired **Export Configuration** to define how the document will be exported.
2. Choose whether to **Ignore Pending Tasks** by setting the value to **True** or **False.**
3. Ensure the conditions in the **"Where"** and **"And Sections"** are correctly set, as the card only executes its action when these conditions are true.

## **Conclusion:**

The **"Export Document with Export Configuration"** workflow card ensures documents are exported efficiently and according to predefined configurations. With the ability to ignore pending tasks, this card offers flexibility in handling documents at various stages, reducing delays and streamlining the export process.


---

# 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://docs.docbits.com/administration-and-setup/workflow/cards-overview/then/export/export-with-export-configuration.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.
