# Archive a Project

**How to archive a project?**

1. Click on the Projects section showing the current project name (On the top left corner of the screen showing “demo” in the below example)

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

2. After Step 1, a modal should show up listing the active/inactive projects. To deactivate/archive the project, in the list of active projects, click on the toggle next to the project name to deactivate that project. Consequently, the project should disappear from the active projects list.

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

3. Now, in the same modal click on the Inactive Projects list and you must be able to see the project you just archived/deactivated. Toggle it again if it needs to be activated/unarchived.

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


---

# 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.ozone.one/ozone-end-user-guide/documentation/settings/projects/archive-a-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.
