With the Inventor interface you can use both the standard pool path, as well as use a library path from the Inventor project as pool path.
In order to change the standard pool path, do the following:
Open the Projects dialog page in Inventor.
Apply a library with the desired export path for the PARTsolutions parts.
![[Note]](https://webapi.partcommunity.com/service/help/latest/pages/cn/3dfindit/doc/images/note.png)
Note As long as the library keeps the same name (in this case "POOL"), different paths can be set on it in different projects.
Open PARTadmin -> Category -> $CADENAS _SETUP -> ifadeskinv.cfg -> Block CreationOptions(is3d) -> Key poolpath(isCreaOptNotSet)
?GetObject("iface.contextservice").GetVariable("UserApp").GetActiveProjectPath("POOL")(The library name is in the last bracket.)
?GetObject("iface.contextservice").GetVariable("UserApp").GetActiveProjectPath("POOL") +GetObject("iface.calcnameservice").start(0).Format("/<PREFIXLIST(/)>").value()<PREFIXLIST(/)>: At projects with several prefixes these are automatically prefixed in the path, separated by a slash (e.g. Norm9, Kernloch).
The library can now be used as a pool path.



