> For the complete documentation index, see [llms.txt](https://docs.besmart.software/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.besmart.software/design-data-management-and-exchange/cnc-exporters/hundegger-bvx/user-interface/export-setup-window/common-settings.md).

# Common Settings

<figure><img src="/files/0bBG3otyp6HmkffQS0M7" alt=""><figcaption><p>Common Settings tab options in Export Setup window</p></figcaption></figure>

## Common Settings

***

* ***Location for export of CNC files*** – lets you choose where the export files are supposed to be placed:
  * ***Project file location*** – the exporter will create a separate folder at the same location where the current Revit project is saved.
  * ***Custom location*** – lets you choose the common location for all exported files.

***

* ***Project Information Parameters*** – lets you choose what kind of Revit parameters will be used for exported file metadata:
  * ***Project Name*** – lets you choose a parameter for collecting project name from.
  * ***Object Number*** – lets you choose a parameter for collecting project number from.

***

* ***Elements Identification and Mark*** – this section lets you choose a configuration for marking elements, edit the configuration and create export filters:
  * ***Configure*** ![](/files/cwihmwBywpsvA1VajMwn) button opens [Advanced Setup menu (Element Identification and Mark)](/design-data-management-and-exchange/cnc-exporters/hundegger-bvx/user-interface/export-setup-window/common-settings/advanced-setup-element-identification-and-mark.md) for editing configuration for markings.
  * ***Automatically skip not marked Elements*** – lets you exclude specific elements from being exported:
    * ***Ticked*** – excludes elements that have information missing in parameters defined in the configuration.
    * ***Unticked (default)*** – not active; everything is exported.
  * ***Automatically skip filtered out Elements*** – lets you exclude specific elements from being exported:
    * ***Ticked*** – excludes elements based on the filters defined in Element Filtering tab in [Advanced Setup (Element Identification and Mark)](/design-data-management-and-exchange/cnc-exporters/hundegger-bvx/user-interface/export-setup-window/common-settings/advanced-setup-element-identification-and-mark.md).
    * ***Unticked (default)*** – not active; everything is exporter.

***

* ***Assembly Station Mode*** – gives you the option to merge a few frame assemblies into one file:
  * ***Export as one file*** – activates the functionality. Exporter will merge all selected frames.
  * ***Joined file name by*** – lets you choose a parameter, which value will be used in naming the merged file.
  * ***Separate by File Name*** – once ticked, additionally separates frames to different files by parameter value, chosen in ***"Joined file name by"*** feature.


---

# 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.besmart.software/design-data-management-and-exchange/cnc-exporters/hundegger-bvx/user-interface/export-setup-window/common-settings.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.
