> ## Documentation Index
> Fetch the complete documentation index at: https://docs.projectdiscovery.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Adding Assets

> Learn how to add and manage assets in ProjectDiscovery

## Overview

Assets in our cloud platform can be any hosts you want to monitor - URLs, IP addresses, or CIDR ranges. There are three primary methods to add assets:

<CardGroup cols={3}>
  <Card title="Asset Discovery" icon="magnifying-glass" href="#asset-discovery">
    Automatically discover and monitor assets from your root domains
  </Card>

  <Card title="Cloud Services" icon="cloud" href="/cloud/integrations#cloud-asset-discovery">
    Connect cloud providers to import and sync assets automatically
  </Card>

  <Card title="API Integration" icon="code" href="https://docs.projectdiscovery.io/api-reference/enumerations/create-enumeration">
    Programmatically add and manage assets using our REST API
  </Card>
</CardGroup>

## Asset Discovery

The fastest way to get started is through our asset discovery feature:

1. Navigate to **Assets → Add New Assets**
2. Enter root domains/CIDR/IPs.

<Note>
  Discovery features can be customized for Enterprise plans. Contact our [sales team](mailto:sales@projectdiscovery.io) for custom requirements.
</Note>

<Note>
  **Cloudflare Port Exclusions**: By default, the asset discovery process excludes [Cloudflare proxy-compatible ports](https://developers.cloudflare.com/fundamentals/reference/network-ports/#network-ports-compatible-with-cloudflares-proxy) during enumeration to optimize scanning efficiency and reduce noise. This includes ports 8080, 8880, 8443, 2052, 2082, 2086, 2095, 2053, 2083, 2087, and 2096 when Cloudflare infrastructure is detected. Standard HTTP/HTTPS ports (80, 443) are not excluded. This behavior is enabled by default and cannot be configured by users. If you need to disable this exclusion behavior, please contact our [support team](mailto:support@projectdiscovery.io).
</Note>
