# Share configuration with the team

{% hint style="info" %}
This feature is available on the [Pro plan](https://www.figmular.com/#pricing) only
{% endhint %}

Some teams keep their components in a separate Figma file to simplify maintenance across several projects and files. Usually they use the [Team Library ](https://help.figma.com/hc/en-us/articles/360041051154-Guide-to-libraries-in-Figma)feature of Figma which allows them to publish components and pull the updates where needed.

Figmular supports this workflow as well! The process is quite straightforward:

1. Use Figmular to set the component mapping in the source file
2. Publish the component to a library
3. Add the component from the team library to another Figma file

Figmular should detect the existing configuration, so it's not needed to map the component again.

**Important**: to update the existing Figmular mapping, the changes need to be **published** to a team library and then **pulled** in a target file. It works exactly as rolling out any other component updates.


---

# 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.figmular.com/additional-configuration/share-configuration-with-the-team.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.
