# Family Exporter

Family Exporter is an add-in for Autodesk Revit that helps you export loaded project families to individual RFA files in bulk. Instead of opening and saving families one by one, you can browse families grouped by category, select the families you need, and export them to a chosen folder with a simple workflow.

### Features

* Lists loaded Revit families by category from the active project
* Allows single selection, multi-selection, Ctrl+A selection, and Shift/Ctrl click workflows
* Exports selected families as RFA files in bulk

### Notes

* Families are exported from the active target project.
* Existing RFA files with the same name in the output folder may be overwritten.
* Exported files are organized by category, for example: `Save Folder / Doors / FamilyName.rfa`.
* System families or non-editable families cannot be exported as standalone RFA files.

{% embed url="<https://youtu.be/sKHhMXL9g2s>" %}


---

# 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://bimil.gitbook.io/docs/add-ins/family-exporter.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.
