> For the complete documentation index, see [llms.txt](https://docs.studio.cogram.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.studio.cogram.com/import-export.md).

# Importing & Exporting

## Import

Drag an IFC or STEP file onto the viewport, or use the upload button in the chat.

Once imported, the model renders in 3D and the agent can work with it — add new elements, rearrange objects, answer questions about what's in the file.

Note: imported IFC geometry is mesh, not parametric. You can build around it but can't resize or reshape the imported elements directly.

## Export

Click **Export** in the toolbar.

* **IFC file**: full 3D model as `.ifc`. Opens in Revit, ArchiCAD, Blender, or any BIM tool. Requires sign-in.
* **Plan SVG**: top-down floor plan as a 2D vector drawing.
* **Front / Right / Top SVG**: elevation and projection views.

## What is IFC?

IFC (Industry Foundation Classes) is an open standard for 3D building models. It's how architects and engineers share models between different software. If someone asks you for "the IFC," this is what they mean.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.studio.cogram.com/import-export.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.
