# Export Document Objects

It is possible to **Export** Document Object to external XML files. These files can then be used to; e.g., import the Document Objects in a different project.

The exported data includes:

* General Document Object data such as type, ID, revision, chapter, and title
* Attribute data
* IDs of incoming and outgoing traces
* Revision information
* Tag information

## How to Export Document Objects

Click the **Export Document Objects** menu item in the Action button of the applicable View. Select the Document Objects to export and click **OK**.&#x20;

![](/files/-MOf781WC-iDn9Qd72bf)

To include Document Objects from other Document Object Types in the operation, click **Select More...**&#x20;

This will display the **Export Document Objects** dialog.

## Export Document Objects dialog options

![](/files/-MOf7c293wsWyCEUnrKQ)

### Select Export Transformation&#x20;

The exported document objects are treated by a (selected) xsl transformation file which converts the object to the applicable format. The following xsl transformation files are delivered with the default templates:&#x20;

* Default XML Transformation
* A CSV Transformation
* An Excel Transformation
* A HTML Transformation
* An MS Outlook Transformation&#x20;

### Convert Rich Text content to Plain Text&#x20;

Converts the content of all Rich Text and Table attributes to (humanly readable) plain text.

### Include underlying traces to&#x20;

When exporting Failure mode-like or Risk Analysis-like objects, the user is inquired if the traced Hazard and Mitigation objects should automatically be included in the exported set. Since Failure mode-like objects are closely tied to the traced Hazard objects, it is recommended to include these during export.

### Export File Name&#x20;

The name of the file (not including the file extension, which is defined in the transformation file).

## Completing the Export

Click **OK** in the **Export Document Objects dialog** to start the export. The resulting file is a zip file containing the exported xml file and, in some cases, additional help files.

For document object types that contain File Attributes (such as Attachments), a copy of the file associated with the file attribute is placed in a new folder (placed in the target export directory) with the same name as the ID of the document object.

{% hint style="info" %}
Note! The Default XML Export contains the Aligned Elements version number to indicate which version was used for the export.
{% endhint %}


---

# 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.aligned.ch/aligned-elements-web-client-user-manual/3.2.287.25450/document-object-actions/export-document-objects.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.
