# Manage project

## Video Overview

{% embed url="<https://www.youtube.com/watch?v=w04cTCuivSw>" %}

<figure><img src="/files/iMuk3D6FWOUvSWtBj69k" alt="Import / Export in Core Framework"><figcaption><p>Manage your entire CoreFramework project from a single screen</p></figcaption></figure>

{% hint style="info" %}
Manage Project view was added in version 1.1.0
{% endhint %}

Manage project is a new view in Core Framework, that you can access from the main sidebar menu in Core Framework. This view lets you manage multiple tasks from the single view.

When you open the screen for the first time, you will see a list of groups from your project on the left half of the view.

Here you can drag and drop your groups, reorganize them easily, preview their CSS or remove them.

{% hint style="info" %}
Every change you make is auto-applied in the builder, but you still have to Save Changes, in order to make those changes live on your website
{% endhint %}

### How To Export Core Framework Projects

To export your framework, simply navigate to the "**Manage Project**" view on the left, and now you can click on the "**Export**" button in the top section. Alternatively, you can export from the "Preview CSS" view.

This will download a **.core** file which can then be used to import on other instances of Core Framework.

{% hint style="info" %}
It doesn't matter if it's the web version or the WordPress plugin version! All .core files will work regardless! 🎉
{% endhint %}

### How To Import Core Framework Projects, Groups and Components

On the right side of the "**Manage Project**" view, you can see two ways of import.

You can either import **.core** file from your computer, or use a remote import of a public project from the standalone [web app](https://coreframework.com/app).

Follow the link below to learn more about **Remote Import**:

{% content-ref url="/pages/NRjJUiVM7BFGgonS4rbu" %}
[Remote Import](/navigating-the-ui/remote-import.md)
{% endcontent-ref %}

Once you use your preferred way of import, you will see a list of importable groups on the right half of the view.

<figure><img src="/files/Y5iIsVwGMXioPq9PsLmi" alt="Manage Project in Core Framework"><figcaption><p>Import / Export</p></figcaption></figure>

Now you can either Import the whole framework, by clicking "Overwrite All" button, or you can choose individual groups and import them by clicking a button on their left side.&#x20;

Don't forget to **Save Changes** after you're done with importing, to reflect your changes in front end.

### How To Remove All Groups and Classes From The Framework

In the Manage Project view, you can now also empty out the default framework and start from scratch with your own utility classes. Use button "**Remove All**" to clear out all groups and colors from the project.&#x20;

It will only keep our fluid calculators in their default settings.


---

# 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.coreframework.com/navigating-the-ui/manage-project.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.
