# Features

- [Materials](https://docs.opencutlist.org/features/applying-materials.md): Material applied to components defines how a part will be handled by OpenCutList.
- [Parts](https://docs.opencutlist.org/features/parts.md): Parts generates a Parts List by summarizing all visible components in the active scene.
- [Print](https://docs.opencutlist.org/features/parts/print.md): How to print the Parts List.
- [Export to CSV or XLSX](https://docs.opencutlist.org/features/parts/export-to-csv.md): Exporting data from OpenCutList to a CSV file or clipboard.
- [Customization](https://docs.opencutlist.org/features/parts/export-to-csv/customization.md): CSV Exports can be customized using the advanced formula editor.
- [Draw](https://docs.opencutlist.org/features/parts/layout.md): Draw generates a configurable exploded view of your model or a selection of parts.
- [Export to Layout](https://docs.opencutlist.org/features/parts/layout/export-to-layout.md): Exploded views can be exported to the SketchUp Tool Layout.
- [Estimate](https://docs.opencutlist.org/features/parts/report.md): Estimate helps you estimate the cost a project by calculating a rough summary of the costs and weights of the components. The information needed by Estimate is configured in the material itself.
- [Options](https://docs.opencutlist.org/features/parts/options.md): Options define how the Parts List will be displayed.
- [Parts List](https://docs.opencutlist.org/features/parts/parts-list.md): The Parts List contains a Summary and one or more group of Parts.
- [Edit Part](https://docs.opencutlist.org/features/parts/parts-list/edit-part.md): The properties of a Part or of a group of Parts can be edited from the Parts List.
- [Cutting Diagram 7.0](https://docs.opencutlist.org/features/parts/parts-list/packing.md): Cutting diagrams are available for material groups of type Sheet Good and Dimensional.
- [Export](https://docs.opencutlist.org/features/parts/parts-list/packing/export.md)
- [Cutting Diagrams](https://docs.opencutlist.org/features/parts/parts-list/cutting-diagrams.md): Cutting diagrams are available for material groups of type Sheet Good and Dimensional.
- [Dimensional](https://docs.opencutlist.org/features/parts/parts-list/cutting-diagrams/dimensional.md): Dimensional material can only be cut to length.
- [Sheet Goods](https://docs.opencutlist.org/features/parts/parts-list/cutting-diagrams/sheet-goods.md): For every group of parts with the same material of type Sheet Good and the same thickness, a small icon will appear in its title bar. Clicking on it will open the Cutting Diagram Configuration Window.
- [Export](https://docs.opencutlist.org/features/parts/parts-list/cutting-diagrams/export.md)
- [Labels](https://docs.opencutlist.org/features/parts/parts-list/printing-labels.md): Adhesive labels can be printed from a Parts List or a Cutting Diagram.
- [Export Part Drawing](https://docs.opencutlist.org/features/parts/export-part-drawing.md)
- [Export 2D Part Projection](https://docs.opencutlist.org/features/parts/export-part-drawing/2d-projection.md)
- [Export 3D Part Geometry](https://docs.opencutlist.org/features/parts/export-part-drawing/3d-geometry.md)
- [Formulas](https://docs.opencutlist.org/features/parts/formulas.md): Formulas allow you to greatly customize output data.
- [Data types](https://docs.opencutlist.org/features/parts/formulas/data-types.md): List of all data types that may be available in formulas.
- [Outliner](https://docs.opencutlist.org/features/outliner.md): The Outliner tab allows you to visualize and interact with the structure of the 3D model.
- [Import](https://docs.opencutlist.org/features/import.md): Import parts from a comma-separated file into a SketchUp Model.
- [Smart Draw Tool](https://docs.opencutlist.org/features/smart-draw-tool.md): The Smart Draw tool makes drawing parts very easy.
- [Smart Handle Tool](https://docs.opencutlist.org/features/smart-handle-tool.md): The Smart Handle tool makes copying or moving parts very easy.
- [Smart Paint Tool](https://docs.opencutlist.org/features/smart-paint-tool.md): The Smart Paint tool makes it very easy to assign materials to parts.
- [Smart Axes Tool](https://docs.opencutlist.org/features/smart-axes-tool.md): The Smart Axes Tool helps you orient the local axes of components.
- [Smart Export Tool](https://docs.opencutlist.org/features/smart-export-tool.md): The Smart Export Tool helps you export the geometry of 3D or 2D parts.
- [More](https://docs.opencutlist.org/features/more.md): More displays a list of useful links.


---

# 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.opencutlist.org/features.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.
