> For the complete documentation index, see [llms.txt](https://docs.buildingtransparency.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.buildingtransparency.org/ec3/integrations/autodesk-construction-cloud.md).

# Autodesk Construction Cloud

New projects can be created from an existing BIM 360 model by clicking the <mark style="background-color:orange;">+Import from Autodesk</mark> button in the top-right corner of the Building List. Users will be prompted to log in to Autodesk and select the model to import into EC3. Note that this feature requires the model to be uploaded to the Autodesk cloud platform, not just a local or shared Revit model.

## Set up

This integration requires some set up outside of EC3, in [Autodesk Construction Cloud](https://acc.autodesk.com/).

### Enable EC3 for ACC app

Your organization's administrator for ACC must install the EC3 for Autodesk Construction Cloud app.

<figure><img src="/files/w8eX16wgJmuXvlJqs7np" alt=""><figcaption></figcaption></figure>

## Use

The following are the steps to take after successful set up.

### Login via Autodesk

When you create new EC3 project from Autodesk, you will be asked to login using your Autodesk credentials.

### Find & import your model

You can find the model you want to import into EC3 by navigating the project tree fetched from ACC.

### Review & update project data

EC3 does the best it can with the data contained in ACC files. In reality, there is some data loss and data insufficiencies in ACC files compared to the original Revit files accessed directly in Revit. The imported data will be a good starting point for estimating the carbon footprint of your projects, but you will be required to add and modify the material and quantity information in EC3 in order to achieve any meaningful and accurate carbon accounting.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.buildingtransparency.org/ec3/integrations/autodesk-construction-cloud.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
