# Revit

- [ActiveDocument.FileSize](https://datashapes.gitbook.io/primer/revit/untitled.md)
- [Add Shared Parameter(s) from txt](https://datashapes.gitbook.io/primer/revit/add-shared-parameter-s-from-txt.md)
- [All Elements In View(s)](https://datashapes.gitbook.io/primer/revit/all-elements-in-view-s.md)
- [All Lines of LineStyle](https://datashapes.gitbook.io/primer/revit/all-lines-of-linestyle.md)
- [Categorie(s) by ENU Name(s)](https://datashapes.gitbook.io/primer/revit/categorie-s-by-enu-name-s.md)
- [Categories list](https://datashapes.gitbook.io/primer/revit/categories-list.md)
- [Document.LengthDisplayUnit](https://datashapes.gitbook.io/primer/revit/document.lengthdisplayunit.md)
- [Duplicate Element](https://datashapes.gitbook.io/primer/revit/duplicate-element.md)
- [Element(s) cut](https://datashapes.gitbook.io/primer/revit/element-s-cut.md)
- [Filter.IsApplied](https://datashapes.gitbook.io/primer/revit/filter.isapplied.md)
- [Get All Linked Docs infos](https://datashapes.gitbook.io/primer/revit/get-all-linked-docs-infos.md)
- [GetLinkedElement.InHostView](https://datashapes.gitbook.io/primer/revit/getlinkedelement.inhostview.md)
- [GetLinkedElement.InHostViewAndCategory](https://datashapes.gitbook.io/primer/revit/getlinkedelement.inhostviewandcategory.md)
- [Grid.SetVerticalExtents](https://datashapes.gitbook.io/primer/revit/grid.setverticalextents.md)
- [ImportInstance.IsLinked](https://datashapes.gitbook.io/primer/revit/importinstance.islinked.md)
- [Line LineStyle](https://datashapes.gitbook.io/primer/revit/line-linestyle.md)
- [ModificationTracker.AllChanges](https://datashapes.gitbook.io/primer/revit/modificationtracker.allchanges.md)
- [ModificationTracker.GeometryChanges](https://datashapes.gitbook.io/primer/revit/modificationtracker.geometrychanges.md)
- [ModificationTracker.ModelComparison](https://datashapes.gitbook.io/primer/revit/modificationtracker.modelcomparison.md)
- [ModificationTracker.ParameterChanges](https://datashapes.gitbook.io/primer/revit/modificationtracker.parameterchanges.md)
- [ParameterGroup list](https://datashapes.gitbook.io/primer/revit/parametergroup-list.md)
- [PerformanceAdviserRule Elements](https://datashapes.gitbook.io/primer/revit/performanceadviserrule-elements.md)
- [PerspectiveView.ByEyePositionTarget](https://datashapes.gitbook.io/primer/revit/perspectiveview.byeyepositiontarget.md)
- [RayBounce On Link Category](https://datashapes.gitbook.io/primer/revit/raybounce-on-link-category.md)
- [RayBounce On Linked Model](https://datashapes.gitbook.io/primer/revit/raybounce-on-linked-model.md)
- [Replace viewports by center](https://datashapes.gitbook.io/primer/revit/replace-viewports-by-center.md)
- [Room Status](https://datashapes.gitbook.io/primer/revit/room-status.md)
- [Room.Height](https://datashapes.gitbook.io/primer/revit/room.height.md)
- [Select Face (s) (PickObject)](https://datashapes.gitbook.io/primer/revit/select-face-s-pickobject.md)
- [Select Model Elements of Category](https://datashapes.gitbook.io/primer/revit/select-model-elements-of-category.md)
- [Set Active Family Parameter By Name](https://datashapes.gitbook.io/primer/revit/set-active-family-parameter-by-name.md)
- [SharedParameters from txt file](https://datashapes.gitbook.io/primer/revit/sharedparameters-from-txt-file.md)
- [SlabShape.AddPoints](https://datashapes.gitbook.io/primer/revit/slabshape.addpoints.md)
- [SlabShape.AddSplitLine](https://datashapes.gitbook.io/primer/revit/slabshape.addsplitline.md)
- [ViewSection.ByLine](https://datashapes.gitbook.io/primer/revit/viewsection.byline.md)
- [ViewTemplate.IsApplied](https://datashapes.gitbook.io/primer/revit/viewtemplate.isapplied.md)
- [WallSweepOnWall](https://datashapes.gitbook.io/primer/revit/wallsweeponwall.md)


---

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