# Get All Linked Docs infos

## 1. Description

This node gives you the opportunity to get information on the linked documents (rvt or dwg files) in a given project.

## 2. Inputs

* **Doc\_FilePath**

This input takes the file path of the project containing the links.

* **Refresh**

A boolean to be able to refresh the information.

## 3. Outputs

* Rvt links names

This output retrieves the name of the rvt links.

* Rvt links path

This output retrieves the path of the rvt links.

* Rvt links size

This output retrieves the size of the rvt links.

* Dwg links names

This output retrieves the name of the dwg links.

* Dwg links path

This output retrieves the path of the dwg links.

* Dwg links size

This output retrieves the size of the dwg links.

![](/files/-LYkjClNpeALvdmLxadr)


---

# 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://datashapes.gitbook.io/primer/revit/get-all-linked-docs-infos.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.
