# How-To: Archive and Unarchive A Project (Stop/Pause Billing)

Once you have downloaded everything you need and are ready to complete a project so you do not incur any more charges, you can simply archive that project.

Archiving is a great option because if you need to go back into an archived project to redo any deliverables or download a release document, you can always pull the project out of your archive.

{% hint style="info" %}
Before you can archive or unarchive a project, you need to be a Project Owner. To check your permission status, click the project, open Contacts, and look for your name and contact info. If you are not a Project Owner, send this article to someone who is listed as a Project Owner on your team.
{% endhint %}

{% stepper %}
{% step %}

### Archiving A Project

You can archive a project either from the All Projects page or from the Project Settings page.

* All projects page:
  * If it’s a recent project, you’ll see it on your recent bar — click the blue gear button in the corner to archive it.
  * If it’s an older project, find it on the project list, then click Manage > Archive to archive it.
    {% endstep %}

{% step %}

### Unarchiving A Project

To pull an archived project from storage:

* From the All Projects page, click the Archive tab to see a list of all your archived projects.
* Find the project you want and click Manage > Unarchive to pull it out of storage.
* Confirm that you want to unarchive the project.

Note: when you unarchive a project, you’ll incur a prorated charge depending on how long the project is unarchived. Once unarchived, the project will return to your main page — click the Active tab to view your active projects.
{% endstep %}
{% endstepper %}

### Done!

If you have feedback, contact us at <support@mesuite.com>

— Team MEsuite


---

# 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://mesuite.gitbook.io/mesuite-docs/admin-essentials-profile-and-settings/how-to-archive-and-unarchive-a-project-stop-pause-billing.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.
