# Export to JSON

After you logged in, you could export a project to a JSON file.

To do it, click the **Export to JSON** item in the **bimCAT** drop-down menu.

<div align="left"><figure><img src="/files/mqkRlGmYUnbapVoyeEMn" alt=""><figcaption></figcaption></figure></div>

You’ll see practically the same wizard as with the [**Manage Scope**](/user-manual/usage/tallycat-beta/manage-scope.md) command.

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

After clicking the **Save as** button you’ll see the file selection dialog.

![](/files/tAcp9AZuAEHyKiGjWpT3)

After choosing the save location and clicking **Save**, the export process will start.

<div align="left"><figure><img src="/files/Hun0fpy8K21VMGKGJYz0" alt=""><figcaption></figcaption></figure></div>

The only difference is, this time the project won’t be sent to Web App. Instead, it will be saved to the selected file in JSON format.

You may cancel the process at any moment by either clicking the Cancel button or closing this window.

Once the export finishes, the Export Summary dialog will be shown.

<div align="left"><figure><img src="/files/6qXo8ygZ2BPbUC1EBnYm" alt=""><figcaption></figcaption></figure></div>

You could view a more detailed CSV report by clicking the **Open report as CSV** button.

Clicking **View the project JSON** in the same window opens the resulting JSON in the default text editor.

![](/files/8TzpSvmUjdqXTiVH1vSo)

This is precisely the same JSON that would’ve been uploaded to Web App if you had chosen the [**Export to Web App / Synchronize with Web App**](/user-manual/usage/tallycat-beta/export-to-ec3-synchronize-with-ec3.md) command. It could be used to check if the raw data is correct.


---

# 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.bimcat.org/user-manual/usage/tallycat-beta/export-to-json.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.
