> 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/smart-browser/getting-started.md).

# Getting Started

Smart Browser BIM Manager view in Revit toolbar:

![](/files/MP48jbYjXRQjPL6SJwK7)

List of Smart Browser functions:

* Smart Family Browser
* Project Browser
* Modify Families
* Run Modifications
* Update Families in Project
* Upgrade Families / Upgrade Projects
* Subcategory Location / Add Subcategories
* Add Shared parameters
* Transfer Family Units

![](/files/FTfmuUmraFtDMGBWbPh3)

The primary function is the **"Smart Family Browser"**. With it, you can:

* Create your own or load an already existing family library
* Search and place families into a project easily and quickly.
* Group families by tag, original folder, category, host, version, or unit system (families are listed in a tree structure).
* Overview of family types and parameters containing values.
* See all family 2D and 3D views (using DWFX) before inserting them into a project.

![](/files/KGsO375ojr0sTKXz5kmG)

And with the created library, you can do even more by utilizing other commands:

* Modify hundreds of selected families: add new parameters (including shared), copy parameters from one family to another, rename parameters, delete parameters, change values, add new types, delete types, rename types, and more.
* Find differences between project families and families in the library.

You will see a list of your libraries in the main Smart Family Browser window. Double-click on a library to open it.

{% hint style="info" %}
*The list will be empty when opened for the first time. Proceed to the* [*'Library Creation'*](/design-data-management-and-exchange/smart-browser/library-creation.md) *post.*
{% endhint %}

{% hint style="info" %}
*When operating with multiple libraries, use 'Quick Search' to find a specific one.*
{% endhint %}

![](/files/EvSQgAGHDkZYqsFUdgcd)

When the library is opened, you will see all the families associated with it, and some new functions will become available. **To use any family in the project, simply drag and drop it into the project space, and the selected family type will be loaded.**

Here is a legend to help you understand the buttons and fields in the Smart Family Browser window.

![](/files/2IeGzvAShT44lbLt2wEK)

1. **Browser Options**
2. **Back.** Click to return to the library list view.
3. **Quick search.** Search families by part of their name or parameter names present in the family.
4. **Search.** Expanded search. Search families by specific criteria.
5. **Browser Organization.** Select parameters and their order for viewing families in the library.
6. **Library Tree.** Select which group of families you want to view.

Once a family is selected in the library:

1. **Family Type.** View Types present in the family.
2. **Parameters.** View all the familyʼs parameters and their values.
3. **Open Family.** Opens the selected family in Revit.
4. **Load Type.** Load the selected Type into the project.
5. **Select Types to Load.** Select multiple Types to load into the project.
6. **Load Selected Families.** Load multiple selected families into the project.
7. **Open Autodesk Design Review.** Opens the familyʼs 3D DWF file if it was created during library creation.

More information on these functions can be found in the 'Using Library' article.

Right-click anywhere in the library space to view the additional menu:

![](/files/lmYOib7r4RcJYM6kWIm2)

**View.** Change how the families are represented: List, Thumbnails, Medium Thumbnails.

**Open Family.** Opens the selected Family.

**Modify Families.** Select single or multiple families to create a modification task for those.

**Add Families to be Modified.** Select single or multiple families, and add those to an already existing modification task file.

![](/files/9cYtCRtmNzh5fKJW1RIw)


---

# 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:

```
GET https://docs.besmart.software/design-data-management-and-exchange/smart-browser/getting-started.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.
