> For the complete documentation index, see [llms.txt](https://docs.snyk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.snyk.io/scan-fix-and-prevent/scan-with-snyk/snyk-api-web/discover-new-targets/configure-automatic-asset-archiving.md).

# Configure automatic asset archiving

How to configure automatic asset archiving in Snyk API and Web

To keep your asset list current, Snyk API & Web automatically archives assets that are no longer detected in discovery scans.

This guide explains how to configure the automatic archiving settings for your account.

## Prerequisites

To access this feature, your Snyk plan must include the Asset Discovery entitlement.

## Configure automatic archiving

1. In your Snyk API & Web account, navigate to **Settings** > **Scan Settings** and locate the **Archive discovered assets** module.
2. Use the toggle to turn the automatic archiving feature on or off. By default, this feature is on.
3. In the input field, enter the number of days (from one to 365) an asset can be undetected before Snyk automatically archives it. The default is 30 days.
4. Click **Save** to apply your changes.

## Verify the outcome

After you configure the feature, Snyk automatically moves any asset to an **Archived** state if it is not detected in any discovery scan for the number of days you specified.

You can view your archived assets at any time:

1. Navigate to the **Discovery** page.
2. Select the **State** dropdown filter.
3. Select **Archived** to see a list of all assets in that state.

## Manage archived assets

You do not need to manually reactivate assets. If a discovery scan detects a previously archived asset again, Snyk automatically returns it to the **Active** state.


---

# 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.snyk.io/scan-fix-and-prevent/scan-with-snyk/snyk-api-web/discover-new-targets/configure-automatic-asset-archiving.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.
