> 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/update-families-in-project.md).

# Update Families in Project

Find and eliminate differences between project families and families from the library. This will ensure that projects are always up-to-date!

### Process

While in the project that you want to check and update, open the 'Update Families in Project' menu. In the newly opened window, select a library that will serve as a template for the update.&#x20;

{% hint style="info" %}
The default selected library will be the currently active library.
{% endhint %}

Smart Browser will compare all the families in the library to those used in the project. If the match is found, then parameters and types will be compared.

![](/files/UOKdaFSdqKi30k8ecu9h)

After selecting the library, two more options can be checked:

1. Check Instance Parameters – Mark it if you want to check the presence and values of Instance Parameters of families.
2. Check for new types – Mark it if you want to check whether families in the library have some types that were not used in the Project.

<figure><img src="/files/YcsJCmjth6IIifAxVLCF" alt=""><figcaption></figcaption></figure>

After selecting, click the green **Start Checking** button and await the results. Checking time depends on the number of elements in the project and library.

The updated families (rows) and parameters (columns) will be displayed with different colors in cells. In green, Smart Browser will show the values that are in the library. All color codes may be found in the upper part of the window.

![](/files/KpD2ENPlJcD3qI0k5uS2)

When selecting 'Check for new Types', the Types missed in the project will be represented  in column "Types" with green color:

![](/files/dol5Tg3BsBokA6ZVv82s)

When clicking **'Reload Families'**, Smart Browser will load only the newly added/changed types and parameters by default. To update the parameter values, select '**Overwrite parameter values**' next to the '**Reload Families**' button.

![](/files/ssW7F3NrtTIuhAQ2F6kx)


---

# 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/update-families-in-project.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.
